Files
typeshed/stdlib/3/imp.pyi
2016-12-19 22:09:35 -08:00

11 lines
231 B
Python

# Stubs for imp
# NOTE: These are incomplete!
from typing import TypeVar
_T = TypeVar('_T')
def cache_from_source(path: str, debug_override: bool = ...) -> str: ...
def reload(module: _T) -> _T: ... # TODO imprecise signature