mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
8 lines
225 B
Python
8 lines
225 B
Python
# Stubs for linecache (Python 2)
|
|
#
|
|
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
|
|
|
def getline(filename, lineno, module_globals=None): ...
|
|
def clearcache(): ...
|
|
def checkcache(filename=None): ...
|