Documentation
¶
Overview ¶
Package weakrefmod is the gopy port of CPython's _weakref builtin module (Modules/_weakref.c). It re-exports the weakref.ref / proxy / callable-proxy types defined in objects/weakref.go and objects/weakref_proxy.go, plus the four module functions CPython publishes: getweakrefcount, _remove_dead_weakref, getweakrefs, proxy.
CPython: Modules/_weakref.c:171 weakrefmodule
Click to show internal directories.
Click to hide internal directories.