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