diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/404.html b/404.html new file mode 100644 index 0000000..7bf3b7d --- /dev/null +++ b/404.html @@ -0,0 +1,575 @@ + + + +
+ + + + + + + + + + + + + + +
tsm_transmute(context, data_dict)
+
+Transmute data using the schema.
+The function creates a deep copy of the data and performs all modifications +on the copy.
+ + +PARAMETER | +DESCRIPTION | +
---|---|
+ data
+ |
+
+
+
+ A data dict to transmute +
+
+ TYPE:
+ |
+
+ schema
+ |
+
+
+
+ schema to transmute data +
+
+ TYPE:
+ |
+
+ root
+ |
+
+
+
+ a root schema type +
+
+ TYPE:
+ |
+
RETURNS | +DESCRIPTION | +
---|---|
+
+ dict[str, Any]
+
+ |
+
+
+
+ Transmuted data + |
+