Home | Trees | Indices | Help |
|
---|
|
object --+ | DelegatorFactory
Allows easy creation of delegators with `Profile`s.
By default already has a default profile.
Instance methods:
- set_profile: Add/replace a Profile
- Delegator: Construct a Delegator from a stored profile
- has_profile: See if we have a particular profile
- get_profile: Get profile by name
Class invariants:
- Every profile has a unique name
- There's always a name='default' profile
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Add/replace a delegator factory Profile to/on the factory. Parameters:
|
Construct a delegator with a stored Profile. Parameters:
Returns newly created delegator :: Delegator Raises:
|
See if profile with given name exists. Parameters:
Returns True if the factory can find a profile by that name, False otherwise |
Get profile by name. Parameters:
Returns bound profile by name :: Profile
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Thu Jul 22 13:11:42 2010 | http://epydoc.sourceforge.net |