|
__init__(self,
filename,
type,
source,
description,
base,
properties,
files,
entries,
eaters,
feeders,
needs_sync,
clock_priority,
sockets,
wizards) |
source code
|
|
list of RegistryEntryProperty
|
getProperties(self)
Get a list of all properties. |
source code
|
|
|
hasProperty(self,
name)
Check if the component has a property with the given name. |
source code
|
|
list of RegistryEntryFile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from twisted.spread.flavors.Copyable :
__provides__ ,
getStateToCopy ,
getStateToCopyFor ,
getTypeToCopy ,
getTypeToCopyFor ,
jellyFor
Inherited from twisted.spread.flavors.Serializable :
processUniqueID
Inherited from twisted.spread.jelly.Jellyable :
__providedBy__ ,
getStateFor
Inherited from twisted.spread.flavors.RemoteCopy :
setCopyableState ,
unjellyFor
Inherited from twisted.spread.jelly.Unjellyable :
setStateFor
|