|
Methods defined here:
- __init__(self, name, description=None)
- __repr__(self)
- __str__(self)
- description(self)
- name(self)
- playsRole(self, role)
- Return true if the receiving role plays the role passed in.
For Role, this is simply a test of equality. Subclasses may override
this method to provide richer semantics (such as hierarchical roles).
- setDescription(self, description)
- setName(self, name)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|