xref: /freebsd/contrib/libucl/python/ucl.pyi (revision 05427f4639bcf2703329a9be9d25ec09bb782742)
1# Stubs for ucl (Python 3.6)
2#
3# NOTE: This dynamically typed stub was automatically generated by stubgen.
4
5UCL_EMIT_CONFIG = ... # type: int
6UCL_EMIT_JSON = ... # type: int
7UCL_EMIT_JSON_COMPACT = ... # type: int
8UCL_EMIT_MSGPACK = ... # type: int
9UCL_EMIT_YAML = ... # type: int
10
11def dump(*args, **kwargs): ...
12def load(*args, **kwargs): ...
13def validate(*args, **kwargs): ...
14
15class SchemaError(Exception): ...
16