Previous topic

datetime2

Next topic

dxf2img

This Page

decorators

decorators.memoize(f, maxcache=None, cache={})[source]

Decorator to keep a cache of input/output for a given function

class decorators.tail_recursive(func)[source]

Bases: object

Tail recursive decorator.

CONTINUE = <object object at 0x03BDA358>
__init__(func)[source]
__call__(*args, **kwd)[source]
__weakref__

list of weak references to the object (if defined)

class decorators.persistent(it)[source]

Bases: object

__init__(it)[source]
__getitem__(x)[source]
__iter__()[source]
__weakref__

list of weak references to the object (if defined)