Documentation
¶
Overview ¶
Package abcmod is the gopy port of CPython's _abc builtin module (Modules/_abc.c). It backs Lib/abc.py with the C-speed paths for ABC registration and subclass / instance checks. The 1:1 port keeps the module-level invalidation counter, the per-class _abc_data carrier, and the six step subclass check algorithm.
CPython: Modules/_abc.c:1 _abc module
Click to show internal directories.
Click to hide internal directories.