File: _typing.py

package info (click to toggle)
python-fs 2.4.16-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,944 kB
  • sloc: python: 13,048; makefile: 226; sh: 3
file content (7 lines) | stat: -rw-r--r-- 95 bytes parent folder | download
1
2
3
4
5
6
7
"""
Typing objects missing from Python3.5.1

"""
import sys

from typing import overload, Text