|
__init__(self,
ole_object,
instance_of=None,
fields=[],
property_map={}) |
source code
|
|
|
__str__(self)
For a call to print [object] return the OLE description of the
properties / values of the object |
source code
|
|
|
__repr__(self)
Indicate both the fact that this is a wrapped WMI object and the WMI
object's own identifying class. |
source code
|
|
|
|
|
|
|
|
|
__setattr__(self,
attribute,
value)
If the attribute to be set is valid for the proxied COM object, set
that objects's parameter value; if not, raise an exception. |
source code
|
|
|
__eq__(self,
other)
Use WMI's CompareTo_ to compare this object with another. |
source code
|
|
|
_getAttributeNames(self)
Return list of methods/properties for IPython completion |
source code
|
|
|
|
|
set(self,
**kwargs)
Set several properties of the underlying object at one go. |
source code
|
|
|
|
|
derivation(self)
Return a tuple representing the object derivation for
this object, with the most specific object first. |
source code
|
|
|
associators(self,
wmi_association_class="",
wmi_result_class="")
Return a list of objects related to this one, optionally limited
either by association class (ie the name of the class which relates
them) or by result class (ie the name of the class which would be
retrieved) |
source code
|
|
|
references(self,
wmi_class="")
Return a list of associations involving this object, optionally
limited by the result class (the name of the association class). |
source code
|
|