brainpy.math.NodeDict#

class brainpy.math.NodeDict(*args, **kwargs)[source]#

An object to represent a dict of node in which its element can be changed during JIT compilation.

Note

The element must be a brainpy object, like BrainPyObject.

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

clear()

copy()

get(*args, **kwargs)

has_key(key)

items()

keys()

pop(*args, **kwargs)

update(*args, **kwargs)

rtype:

_dyn_dict

values()

Attributes

value