module documentation

Undocumented

Constant BUILTINS Undocumented
Constant TYPING Undocumented
BUILTINS: str = (source)

Undocumented

Value
'''
# This file should eventually track typeshed a lot more closely, to
# minimise the diffs we have to maintain here.
import sys

import typing
from typing import (TypeVar, 
...

Undocumented

Value
'''
import sys
from abc import abstractmethod

# Special-cased by the parser
class Any: ...

...