from _weakref import (
getweakrefcount,
getweakrefs,
ref,
proxy,
CallableProxyType,
ProxyType,
ReferenceType)
from _weakref import ( getweakrefcount, getweakrefs, ref, proxy, CallableProxyType, ProxyType, ReferenceType)
Share
It’s not a Python-coded module, it’s a C-coded Python-extension module.
You can read the extension module’s C source code here.