Skip to content
Snippets Groups Projects
Verified Commit 49382a8f authored by Daniel Hornung's avatar Daniel Hornung
Browse files

STYLE: Whitespace only.

parent f200a67f
No related branches found
No related tags found
2 merge requests!189ENH: add convenience functions,!185High level API serialization
Pipeline #62579 failed
...@@ -688,9 +688,11 @@ class CaosDBPythonEntity(object): ...@@ -688,9 +688,11 @@ class CaosDBPythonEntity(object):
Parameters Parameters
---------- ----------
without_metadata: bool, optional without_metadata: bool, optional
If True don't set the metadata field in order to increase If True don't set the metadata field in order to increase
readability. Not recommended if deserialization is needed. readability. Not recommended if deserialization is needed.
plain_json: bool, optional plain_json: bool, optional
If True, serialize to a plain dict without any additional information besides the property values, 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 name and id. This should conform to the format as specified by the json schema generated by the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment