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