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