File: flavors_rst.txt

package info (click to toggle)
python-pdoc 16.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,080 kB
  • sloc: python: 5,260; javascript: 1,156; makefile: 18; sh: 3
file content (22 lines) | stat: -rw-r--r-- 1,123 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<module flavors_rst
    <function def links(): ...  # For type hints, read…>
    <function def refs(): ...  # Here we have refs to…>
    <function def admonitions(): ...  # .. note::

       This f…>
    <function def seealso(): ...  # .. seealso::

       Mod…>
    <function def seealso_short(): ...  # .. seealso:: modules…>
    <function def tables(): ...  # | Header 1 | *Header…>
    <function def footnote1(): ...  # Cite the relevant li…>
    <function def footnote2(): ...  # Autonumbered footnot…>
    <function def footnote3(): ...  # Auto-symbol footnote…>
    <function def footnote4(): ...  # There is no footnote…>
    <function def include(): ...  # Included from anothe…>
    <function def include_options(): ...  # Included from anothe…>
    <function def fields(foo: str = 'foo', bar: bool = True) -> str: ...  # This method has fiel…>
    <function def fields_text_after_param(foo): ...  # This method has text…>
    <function def fields_invalid(foo: str = 'foo') -> str: ...  # This method has inva…>
    <function def fields_exception(): ...  # :raises RuntimeError…>
>