mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Update validate.py
This commit is contained in:
@@ -14,6 +14,7 @@ attribute = ifcopenshell.ifcopenshell_wrapper.attribute
|
||||
class ValidationError(Exception): pass
|
||||
|
||||
simple_type_python_mapping = {
|
||||
# @todo should include unicode for Python2
|
||||
"string": str,
|
||||
"integer": int,
|
||||
"real": float,
|
||||
|
||||
Reference in New Issue
Block a user