Ejemplo n.º 1
0
 def available(cls):
     return com is not None and is_clsid_registered(cls.CLSID)
Ejemplo n.º 2
0
 def available(cls):
     return (com is not None and
             is_clsid_registered(cls.IMAGE_READER_CLSID) and
             is_clsid_registered(cls.DECODER_CLSID))