MCPcopy
hub / github.com/scrapy/scrapy / print_live_refs

Function print_live_refs

scrapy/utils/trackref.py:64–66  ·  view source on GitHub ↗

Print tracked objects

(*a: Any, **kw: Any)

Source from the content-addressed store, hash-verified

62
63
64def print_live_refs(*a: Any, **kw: Any) -> None:
65 """Print tracked objects"""
66 print(format_live_refs(*a, **kw))
67
68
69def get_oldest(class_name: str) -> Any:

Callers

nothing calls this directly

Calls 1

format_live_refsFunction · 0.85

Tested by

no test coverage detected