MCPcopy Index your code
hub / github.com/python/cpython / markdown

Method markdown

Tools/scripts/summarize_stats.py:129–139  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

127 doc: str
128
129 def markdown(self) -> str:
130 return textwrap.dedent(
131 f"""
132 {self.text}
133 <details>
134 <summary>ⓘ</summary>
135
136 {self.doc}
137 </details>
138 """
139 )
140
141
142class Count(int):

Callers 1

to_markdownFunction · 0.45

Calls 1

dedentMethod · 0.45

Tested by

no test coverage detected