earthsnake/mypy-stubs/fastjsonschema/__init__.py

5 lines
199 B
Python
Raw Permalink Normal View History

2022-05-04 12:30:53 +00:00
from typing import Any, Callable, Dict
def compile(definition: Dict[str, Any], handlers: Dict[str, Any] = ..., formats: Dict[str, Any] = ..., use_default: bool = ...) -> Callable[[Any], None]: ...