Exemplo n.º 1
0
 def __init__ (self, anchor, direction):
     Addressable.__init__(self)
     self.anchor    = anchor
     self.direction = direction
Exemplo n.º 2
0
 def __init__ (self):
     Improvable.__init__(self)
     Addressable.__init__(self)
     self.collection = None
Exemplo n.º 3
0
 def __init__ (self):
     Addressable.__init__(self)
     self.item = None
Exemplo n.º 4
0
 def __init__ (self):
     Addressable.__init__(self)
     CharacterCollection.__init__(self)
     self.autofollow = False
Exemplo n.º 5
0
 def __init__ (self):
     Improvable.__init__(self)
     Addressable.__init__(self)