Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ text
Method
text
Tools/cases_generator/parsing.py:46–47 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
44
45
@property
46
def
text(self) -> str:
47
return
self.to_text()
48
49
def
to_text(self, dedent: int = 0) -> str:
50
context = self.context
Callers
6
h
Function · 0.45
bc
Function · 0.45
Ae
Function · 0.45
I
Function · 0.45
F
Function · 0.45
char_name_db
Function · 0.45
Calls
1
to_text
Method · 0.95
Tested by
1
char_name_db
Function · 0.36