opnsense-src/contrib/libucl/python/ucl.pyi

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
414 B
Python
Raw Permalink Normal View History

# 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): ...