Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-pylib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-pylib
Commits
49382a8f
Verified
Commit
49382a8f
authored
2 months ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
STYLE: Whitespace only.
parent
f200a67f
No related branches found
No related tags found
2 merge requests
!189
ENH: add convenience functions
,
!185
High level API serialization
Pipeline
#62579
failed
2 months ago
Stage: code_style
Stage: linting
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/linkahead/high_level_api.py
+2
-0
2 additions, 0 deletions
src/linkahead/high_level_api.py
with
2 additions
and
0 deletions
src/linkahead/high_level_api.py
+
2
−
0
View file @
49382a8f
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment