| Trees | Indices | Help |
|
|---|
|
|
object --+
|
N
This is the superclass which represents all neurons. All neurons have:
This implies that links can also contain metadata.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
id = property(fget= get_id, fset= None, fdel= None, doc= """Th
|
|
createdOn = property(fget= __GetCreated, doc= "Returns the cre
|
|
modified = property(fget= __GetModified, doc= "Returns the las
|
|
currentData = property(fget= __GetCurrentData, fset= __SetCurr
|
|
| Properties | |
|
Inherited from |
| Method Details |
Returns a 32 character hex (ascii compatible) representation of the id. It is prefixed by an '!' and can safely be passed to the client. Warning: Calling this method frequently can be slow. It is recommended that the user save the hex-representation in a local variable instead. |
Deprecated: Not used anymore |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
hash(x)
|
| Class Variable Details |
id
|
createdOn
|
modified
|
currentData
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Jun 27 12:35:57 2008 | http://epydoc.sourceforge.net |