Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ parse
Method
parse
Lib/test/test_import/__init__.py:2687–2692 ·
view source on GitHub ↗
(cls, text)
Source
from the content-addressed store, hash-verified
2685
2686
@classmethod
2687
def
parse(cls, text):
2688
self = super().parse(text)
2689
if
not self.has_spam:
2690
del self.spam
2691
del self.has_spam
2692
return
self
2693
2694
2695
@requires_singlephase_init
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
parse
Method · 0.45
Tested by
no test coverage detected