Module wmi :: Class ProvideConstants
[hide private]
[frames] | no frames]

Class ProvideConstants

source code


A class which, when called on a win32com.client.Dispatch object, provides lazy access to constants defined in the typelib.

They can be accessed as attributes of the _constants property. From Thomas Heller on c.l.py

Instance Methods [hide private]
 
__init__(self, comobj)
@param comobj A COM object whose typelib constants are to be exposed
source code
 
__getattr__(self, name) source code