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

DOC: refined doc

parent 8d7aef7a
No related branches found
No related tags found
2 merge requests!71REL: RElease v0.2.0,!5FIX: use identifiable instead of record
Pipeline #26268 failed
......@@ -419,7 +419,7 @@ class Crawler(object):
Returns False if there is at least one property in record which:
a) is a reference property AND
b) where the value is set to a db.Entity (instead of an ID) AND
c) where the ID of the value is not set (to an integer)
c) where the ID of the value (the db.Entity object in b)) is not set (to an integer)
Returns True otherwise.
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment