Package bw :: Package poseidon :: Module neurons :: Class M
[frames] | no frames]

Class M

object --+    
         |    
         N --+
             |
            M

This class represents Memes. Memes are the most basic unit of data. All primitives are represented as Memes.

Instance Methods
 
__init__(self, i, name, c, d, su)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
get_name(self)
Return the name of the Meme.
 
__str__(self)
str(x)
 
__repr__(self)
repr(x)
 
__cmp__(self, x)
 
dict(self)
 
json(self)
 
__getstate__(self)
 
__setstate__(self, d)

Inherited from N: __hash__, dictionary, getCurrentData, get_id, get_raw_id, modify

Inherited from object: __delattr__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Variables
  name = property(fget= get_name, fset= __SetName, fdel= None, d...

Inherited from N: createdOn, currentData, id, modified

Properties

Inherited from object: __class__

Method Details

__init__(self, i, name, c, d, su)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

dict(self)

 

Deprecated: Use the fmap.FunctionMap.select method instead

json(self)

 

Deprecated: Use the fmap.FunctionMap.select method instead


Class Variable Details

name

Value:
property(fget= get_name, fset= __SetName, fdel= None, doc= "The name o\
f the meme. Cannot be deleted")