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 7904e9c commit 3b23888Copy full SHA for 3b23888
src/annotated_doc/main.py
@@ -20,6 +20,7 @@ def hi(name: Annotated[str, Doc("Who to say hi to")]) -> None:
20
print(f"Hi, {name}!")
21
```
22
"""
23
+
24
def __init__(self, documentation: str, /) -> None:
25
self.documentation = documentation
26
0 commit comments