Files
IfcOpenShell/src/ifcopenshell-python/ifcopenshell/api/drawing
Andrej730 4a5d1eba0b specify exported api methods in __all__
It's py.types requirement, similar to 6e2edbf

Example issue without __all__:
import ifcopenshell
import ifcopenshell.api.project

# "create_file" is not exported from module "ifcopenshell.api.project"
ifcopenshell.api.project.create_file()
2024-06-03 17:44:05 +05:00
..
2024-05-09 18:00:17 +05:00
2024-05-09 18:00:17 +05:00
2024-05-09 18:00:17 +05:00