Beispiel #1
0
 def __dir__(self):
     # TODO: use a transform func to provide __getattr__
     # access to event data
     return dirinfo(self)
Beispiel #2
0
 def __dir__(self):
     # TODO: use a transform func to provide __getattr__
     # access to event data
     return utils.dirinfo(self)
Beispiel #3
0
 def __dir__(self):
     dircon = dir(self._con) if self.connected() else []
     return utils.dirinfo(self) + dircon
Beispiel #4
0
 def __dir__(self):
     return utils.dirinfo(self)
Beispiel #5
0
 def __dir__(self):
     return utils.dirinfo(self)