Files
IfcOpenShell/src
Andrej730 6e2edbf101 explicitly specify available imported symbols
Fix LSP warnings like ""entity_instance" is not exported from module "ifcopenshell"PylancereportPrivateImportUsage" for `ifcopenshell.file`, `ifcopenshell.entity_instance` etc.

After adding py.typed in 722201a1a it's now a typed library and all imported symbols in modules are considered private by default and should be added to `__all__` if they are supposed to be generally available from imported module.

See https://github.com/microsoft/pyright/blob/main/docs/typed-libraries.md#library-interface
2024-05-09 13:35:29 +05:00
..
2024-03-28 17:15:58 +11:00
2024-04-17 15:18:45 +05:00
2023-12-07 13:42:32 +11:00
2024-04-08 11:19:13 +10:00
2024-05-06 18:22:52 +05:00
2023-12-07 13:42:32 +11:00
2023-12-07 13:42:32 +11:00
2024-04-21 16:22:56 +02:00
2024-03-31 15:16:30 +02:00
2024-04-28 10:17:57 +02:00