DEBSOURCES
Skip Quicknav
sources / python-sybil / 9.2.0-1 / tests / functional / modules / a.py
1234567891011
def func(txt: str): """ .. code-block:: python result = func('a') >>> print(result) aa """ return txt*2