MCPcopy 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

hFunction · 0.45
bcFunction · 0.45
AeFunction · 0.45
IFunction · 0.45
FFunction · 0.45
char_name_dbFunction · 0.45

Calls 1

to_textMethod · 0.95

Tested by 1

char_name_dbFunction · 0.36