[IronPython] unicode problem with vmware api
jean-marc pouchoulon
jeanmarc.pouchoulon at gmail.com
Thu Sep 11 16:08:05 PDT 2008
>
> >>>help(diagMgr.BrowseDiagnosticLog)
print diagMgr.BrowseDiagnosticLog.__doc__ is better
'DiagnosticManagerLogHeader BrowseDiagnosticLog(self,
ManagedObjectReference host, str key, Nullable[int] start, Nullable[int]
lines)'
diagMgrLog = diagMgr.BrowseDiagnosticLog(phy5.MoRef, "hostd", 999999999,
None)
>>>diagMgrLog
<DiagnosticManagerLogHeader object at 0x000000000000002C>
thanks it works
More information about the Users
mailing list