File: misc_py310.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 (8 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
<module misc_py310
    <function def new_union(a: int | dict[str, misc_py310.Foo]) -> bool | None: ...  # Testing Python 3.10'…>
    <class misc_py310.Foo
        <method def __init__(): ...>
    >
    <var NewStyleDict = dict[str, str]  # inherited from builtins.dict, New-style dict.>
    <var OldStyleDict = typing.Dict[str, str]  # inherited from typing.Dict, Old-style dict.>
>