Thanks for that.
Returns
Literal
Absolutely useless string literal.
Source code in src/mkdocs_demo/config/trivial.py
| def trivial_function() -> Literal["OMG, thanks!"]:
"""
Thanks for that.
Returns
-------
`Literal`
Absolutely useless string literal.
"""
return "OMG, thanks!"
|