Skip to content
Snippets Groups Projects
Commit fd90341b authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: add docstring

parent 727ae435
Branches
Tags
2 merge requests!91Release 0.3,!8backref
......@@ -166,6 +166,14 @@ class IdentifiableAdapter(metaclass=ABCMeta):
"""
retrieve the registred identifiable and fill the property values to create an
identifiable
Args:
record: the record for which the Identifiable shall be created.
referencing_entities: a dictionary (Type: dict[int, dict[str, list[db.Entity]]]), that
allows to look up entities with a certain RecordType, that reference ``record``
Returns:
Identifiable, the identifiable for record.
"""
registered_identifiable = self.get_registered_identifiable(record)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment