mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-10 05:22:23 +08:00
7
stdlib/2/linecache.pyi
Normal file
7
stdlib/2/linecache.pyi
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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): ...
|
||||
Reference in New Issue
Block a user