aboutsummaryrefslogtreecommitdiff
path: root/python/ucl.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'python/ucl.pyi')
-rw-r--r--python/ucl.pyi15
1 files changed, 15 insertions, 0 deletions
diff --git a/python/ucl.pyi b/python/ucl.pyi
new file mode 100644
index 000000000000..79fa2901ba9f
--- /dev/null
+++ b/python/ucl.pyi
@@ -0,0 +1,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): ...