mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
20 lines
389 B
ReStructuredText
20 lines
389 B
ReStructuredText
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])
|
|
|