Mercurial > code > home > repos > light9
view stubs/moviepy/config.pyi @ 2122:7c70f3e0af9f
reformat
author | drewp@bigasterisk.com |
---|---|
date | Thu, 02 Jun 2022 23:23:01 -0700 |
parents | 88ca10c9e31a |
children |
line wrap: on
line source
# Stubs for moviepy.config (Python 3) # # NOTE: This dynamically typed stub was automatically generated by stubgen. 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: ...