Lines Matching refs:file
125 def _dump_registry(cls, file=None):
127 print(f"Class: {cls.__module__}.{cls.__qualname__}", file=file)
128 print(f"Inv. counter: {get_cache_token()}", file=file)
131 print(f"_abc_registry: {_abc_registry!r}", file=file)
132 print(f"_abc_cache: {_abc_cache!r}", file=file)
133 print(f"_abc_negative_cache: {_abc_negative_cache!r}", file=file)
135 file=file)