mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 23:00:53 +00:00
Update ids.py
This commit is contained in:
@@ -79,6 +79,8 @@ class entity(facet):
|
|||||||
parameters = ["name"]
|
parameters = ["name"]
|
||||||
message = "an entity name '%(name)s'"
|
message = "an entity name '%(name)s'"
|
||||||
|
|
||||||
|
# @todo predefinedtype
|
||||||
|
|
||||||
def __call__(self, inst, logger):
|
def __call__(self, inst, logger):
|
||||||
logger.debug("Testing %s == %s", inst.is_a(), self.name)
|
logger.debug("Testing %s == %s", inst.is_a(), self.name)
|
||||||
# @nb with inheritance
|
# @nb with inheritance
|
||||||
|
|||||||
Reference in New Issue
Block a user