예제 #1
0
 def __dir__(self):
     # TODO: use a transform func to provide __getattr__
     # access to event data
     return dirinfo(self)
예제 #2
0
파일: models.py 프로젝트: z0x010/switchy
 def __dir__(self):
     # TODO: use a transform func to provide __getattr__
     # access to event data
     return utils.dirinfo(self)
예제 #3
0
 def __dir__(self):
     dircon = dir(self._con) if self.connected() else []
     return utils.dirinfo(self) + dircon
예제 #4
0
파일: observe.py 프로젝트: z0x010/switchy
 def __dir__(self):
     return utils.dirinfo(self)
예제 #5
0
 def __dir__(self):
     return utils.dirinfo(self)