Search notes:

Python standard library: weakref

weakref allows to point to object without incrementing their reference counter.

See also

standard library

Index