Files
IfcOpenShell/src/ifcopenshell-python/ifcopenshell/api/library
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-15 17:18:33 +05:00
2024-05-13 18:01:17 +05:00