sphinx/tests/roots/test-domain-py-python_maximum_signature_line_length/index.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
389 B
ReStructuredText
Raw Normal View History

domain-py-maximum_signature_line_length
=======================================
.. py:function:: hello(name: str) -> str
.. py:function:: foo([a, [b, ]]c, d[, e, f])
.. py:function:: generic_arg[T]
.. py:function:: generic_foo[T]()
.. py:function:: generic_bar[T](x: list[T])
.. py:function:: generic_ret[R]() -> R
.. py:class:: MyGenericClass[X]
.. py:class:: MyList[T](list[T])