Public Member Functions | |
| def | __init__ (cls, name, bases, attrs) |
Function metaclass.
This metaclass sets up the following properties:
_is_legacy: True if forward is not defined as a static method.
_backward_cls: The Function class corresponding to the differentiated
version of this function (which is generated on the fly by this
metaclass).
Definition at line 80 of file function.py.
1.8.11