Home | Trees | Index | Help |
---|
Package svnmailer :: Module typedstruct :: Class StructPrivate |
|
object
--+
|
StructPrivate
Method Summary | |
---|---|
Initialization | |
any |
Returns the arg for the particular instance |
dict
|
Returns the map dict for the particular instance |
dict
|
Returns the subst dict for the particular instance |
dict
|
Returns the value dict for the particular instance |
Initializes the class for a particular instance | |
Removes all data, referring to a particular instance | |
Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
helper for pickle... | |
helper for pickle... | |
x.__repr__() <==> repr(x)... | |
x.__setattr__('name', value) <==> x.name = value... | |
x.__str__() <==> str(x)... | |
Inherited from type | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... |
Method Details |
---|
__init__(self,
names,
aliases)
Initialization
|
getArg(self, instance)Returns the arg for the particular instance
|
getMaps(self, instance)Returns the map dict for the particular instance
|
getSubst(self, instance)Returns the subst dict for the particular instance
|
getValues(self, instance)Returns the value dict for the particular instance
|
initInstance(self, instance, maps, arg)Initializes the class for a particular instance
|
removeInstance(self, instance)Removes all data, referring to a particular instance
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Sat Jun 18 19:20:39 2005 | http://epydoc.sf.net |