mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54: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.
11 lines
219 B
Python
11 lines
219 B
Python
class _unicode: ...
|
|
|
|
def exists(path): ...
|
|
def isfile(path): ...
|
|
def isdir(s): ...
|
|
def getsize(filename): ...
|
|
def getmtime(filename): ...
|
|
def getatime(filename): ...
|
|
def getctime(filename): ...
|
|
def commonprefix(m): ...
|