File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -384,8 +384,6 @@ def transitive_over(self) -> "RelationshipSet":
384384 id = "is_a" ,
385385 anonymous = False ,
386386 name = "is a" ,
387- namespace = None ,
388- alternate_ids = None ,
389387 definition = Definition (
390388 "A subclassing relationship between one term and another" ,
391389 xrefs = set (
@@ -396,15 +394,7 @@ def transitive_over(self) -> "RelationshipSet":
396394 }
397395 ),
398396 ),
399- comment = None ,
400- subsets = None ,
401- synonyms = None ,
402- xrefs = None ,
403- annotations = None ,
404- domain = None ,
405- range = None ,
406397 builtin = True ,
407- holds_over_chain = None ,
408398 antisymmetric = True ,
409399 cyclic = True ,
410400 reflexive = True ,
@@ -413,23 +403,5 @@ def transitive_over(self) -> "RelationshipSet":
413403 transitive = True ,
414404 functional = False ,
415405 inverse_functional = False ,
416- intersection_of = None ,
417- union_of = None ,
418- equivalent_to = None ,
419- disjoint_from = None ,
420- inverse_of = None ,
421- transitive_over = None ,
422- equivalent_to_chain = None ,
423- disjoint_over = None ,
424- relationships = None ,
425- obsolete = False ,
426- created_by = None ,
427- creation_date = None ,
428- replaced_by = None ,
429- consider = None ,
430- expand_assertion_to = None , # TODO
431- expand_expression_to = None , # TODO
432- metadata_tag = False ,
433- class_level = True ,
434406 )
435407}
You can’t perform that action at this time.
0 commit comments