Home
last modified time | relevance | path

Searched refs:NodeMetaclass (Results 1 – 9 of 9) sorted by relevance

/dports/science/py-mdp/MDP-3.5/bimdp/test/
H A D__init__.py5 infodict = mdp.NodeMetaclass._function_infodict(mdp.test)
11 test = mdp.NodeMetaclass._wrap_function(mdp.test, infodict)
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/mdp/
H A Dextension.py24 from mdp import MDPException, NodeMetaclass
100 class ExtensionNodeMetaclass(NodeMetaclass):
381 func_info = NodeMetaclass._function_infodict(func)
382 return NodeMetaclass._wrap_function(wrapper, func_info)
H A Dsignal_node.py45 class NodeMetaclass(type): class
62 new_cls = super(NodeMetaclass, cls).__new__(cls, classname,
80 priv_info.update(NodeMetaclass._get_infos(undec_pubmethod))
85 priv_info.update(NodeMetaclass._get_infos(orig_pubmethod))
95 wrapped_info = NodeMetaclass._function_infodict(pubmethod)
253 __metaclass__ = NodeMetaclass
H A D__init__.py143 from signal_node import (NodeMetaclass, Node, PreserveDimNode,
/dports/science/py-mdp/MDP-3.5/mdp/
H A Dextension.py27 from mdp import MDPException, NodeMetaclass
156 class ExtensionNodeMetaclass(NodeMetaclass):
444 func_info = NodeMetaclass._function_infodict(func)
445 return NodeMetaclass._wrap_function(wrapper, func_info)
H A Dsignal_node.py50 class NodeMetaclass(type): class
67 new_cls = super(NodeMetaclass, cls).__new__(cls, classname,
85 priv_info.update(NodeMetaclass._get_infos(undec_pubmethod))
90 priv_info.update(NodeMetaclass._get_infos(orig_pubmethod))
100 wrapped_info = NodeMetaclass._function_infodict(pubmethod)
225 class Node(with_metaclass(NodeMetaclass, object)):
H A D__init__.py143 from .signal_node import (NodeMetaclass, Node, PreserveDimNode,
/dports/science/py-mdp/MDP-3.5/bimdp/
H A Dbinode.py518 infodict = mdp.NodeMetaclass._function_infodict(coroutine)
535 coroutine_interface = mdp.NodeMetaclass._wrap_function(
555 coroutine_initialization = mdp.NodeMetaclass._wrap_function(
/dports/science/py-mdp/MDP-3.5/
H A DCHANGES1127 2010-07-27: FIX: NodeMetaclass and ExtensionException where imported but not
1505 2010-06-11: Updated the codecorator to work with the updated NodeMetaclass
1509 2010-06-11: Rewrote the NodeMetaclass wrapping helper functions. The old
1853 2009-11-15: Fixed the signature overwriting in NodeMetaclass. Also renamed
1974 2009-08-22: Modified the NodeMetaclass wrapping procedure to use super instead