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