Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ create_stats
Method
create_stats
Lib/pstats.py:653–654 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
651
self.stats = raw_stats
652
653
def
create_stats(self):
654
pass
655
656
def
stats_factory(raw_stats):
657
""
"Return a Stats or SampledStats instance based on the marker in raw_stats."
""
Callers
1
load_stats
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected