We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 930f352 + ab5ce90 commit aa81495Copy full SHA for aa81495
pyiron_rdm/tools.py
@@ -0,0 +1,10 @@
1
+def get_dataset_assignments(o):
2
+ return {i.code: i.get_property_assignments().df for i in o.get_dataset_types()}
3
+
4
5
+def get_object_assignments(o):
6
+ return {i.code: i.get_property_assignments().df for i in o.get_object_types()}
7
8
9
+def get_controlled_vocabulary(o):
10
+ return {i.code: i.get_terms().df for i in o.get_vocabularies()}
0 commit comments