mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
- 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.
4 lines
113 B
Python
4 lines
113 B
Python
def getline(filename, lineno, module_globals=None): ...
|
|
def clearcache(): ...
|
|
def checkcache(filename=None): ...
|