Fill ifcopenshell_wrapper.pyi with symbols #6684

As described in #6744 partial stub wrapper is completely replacing the type information from the wrapper, so having partial stub is making things worse than they were before.
This commit is adding all available symbols from the wrapper to the stub and allows to gradually include type information to the stub.
It also adds a safe net to ensure stub and wrapper won't go out of sync.
This commit is contained in:
Andrej
2025-05-28 12:29:32 +05:00
parent a25698734a
commit a16b8fa376
4 changed files with 1543 additions and 5 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ include = '''
|ifcopenshell-python
|ifcsverchok
|opencdeserver
)/.*.py$
)/.*.pyi?$
'''
extend-exclude = '''
src/ifcopenshell-python/ifcopenshell/express/*