We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683d1cc commit 1cbb473Copy full SHA for 1cbb473
docstring_to_markdown/google.py
@@ -88,8 +88,6 @@ def _parse(self, content: str) -> None:
88
def as_markdown(self) -> str:
89
return "#### {}\n\n{}\n\n".format(self.name, self.content)
90
91
- def __repr__(self) -> str:
92
- return "Section(name={}, content={})".format(self.name, self.content)
93
94
95
class GoogleDocstring:
0 commit comments