blob: 79fa2901ba9fdd252b5ef521598def7a4ce597f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Stubs for ucl (Python 3.6)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
UCL_EMIT_CONFIG = ... # type: int
UCL_EMIT_JSON = ... # type: int
UCL_EMIT_JSON_COMPACT = ... # type: int
UCL_EMIT_MSGPACK = ... # type: int
UCL_EMIT_YAML = ... # type: int
def dump(*args, **kwargs): ...
def load(*args, **kwargs): ...
def validate(*args, **kwargs): ...
class SchemaError(Exception): ...
|