Home
last modified time | relevance | path

Searched refs:check_owner_exist (Results 1 – 4 of 4) sorted by relevance

/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_04_dxf_high_level_structs/
H A Dtest_424_audit.py70 auditor.check_owner_exist(entity)
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/entities/
H A Ddxfobj.py34 auditor.check_owner_exist(self)
H A Ddxfgfx.py386 auditor.check_owner_exist(self)
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/
H A Daudit.py371 def check_owner_exist(self, entity: 'DXFEntity') -> None: member in Auditor