opnsense-src/contrib/libucl/python/ucl.pyi
Baptiste Daroussin ad8c850830 libucl: import snapshot 2024-02-06
(cherry picked from commit ddca081d382c7275bb6328c730182a007334c939)
2024-03-27 09:18:47 +01:00

15 lines
414 B
Python

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