Files
typeshed/stdlib/2/linecache.pyi
Emily Morehouse b6d08b81a3 #1286 Remove header comments from stubs (#1292)
- Updates documentation related to previously required comment headers.
- Removes all comment headers from stubs
- Occasionally included a header for stubs that were noted to be incomplete or contained todo's.
2017-05-22 15:14:15 -07:00

4 lines
113 B
Python

def getline(filename, lineno, module_globals=None): ...
def clearcache(): ...
def checkcache(filename=None): ...