mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
8 lines
342 B
Python
8 lines
342 B
Python
# Stubs for compileall (Python 2)
|
|
#
|
|
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
|
|
|
def compile_dir(dir, maxlevels=..., ddir=..., force=..., rx=..., quiet=...): ...
|
|
def compile_file(fullname, ddir=..., force=..., rx=..., quiet=...): ...
|
|
def compile_path(skip_curdir=..., maxlevels=..., force=..., quiet=...): ...
|