Files @ 3b2255e3576d
Branch filter:

Location: light9/stubs/moviepy/config.pyi

Drew Perttula
big stubgen run for PIL, moviepy, rx
Ignore-this: 349c755d8d70fdd1ff5711bde41f1dcb
# Stubs for moviepy.config (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from .compat import DEVNULL
from .config_defaults import FFMPEG_BINARY, IMAGEMAGICK_BINARY
from typing import Any, Optional

def try_cmd(cmd: Any): ...

success: Any
err: Any
key: Any

def get_setting(varname: Any): ...
def change_settings(new_settings: Optional[Any] = ..., filename: Optional[Any] = ...) -> None: ...