From 49382a8fa5f0be460fd3fe34b7718021d25cf336 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Tue, 8 Apr 2025 11:13:20 +0200 Subject: [PATCH] STYLE: Whitespace only. --- src/linkahead/high_level_api.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/linkahead/high_level_api.py b/src/linkahead/high_level_api.py index 44686a42..a835fbb3 100644 --- a/src/linkahead/high_level_api.py +++ b/src/linkahead/high_level_api.py @@ -688,9 +688,11 @@ class CaosDBPythonEntity(object): Parameters ---------- + without_metadata: bool, optional If True don't set the metadata field in order to increase readability. Not recommended if deserialization is needed. + plain_json: bool, optional If True, serialize to a plain dict without any additional information besides the property values, name and id. This should conform to the format as specified by the json schema generated by the -- GitLab