mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
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:
+1
-1
@@ -22,7 +22,7 @@ include = '''
|
||||
|ifcopenshell-python
|
||||
|ifcsverchok
|
||||
|opencdeserver
|
||||
)/.*.py$
|
||||
)/.*.pyi?$
|
||||
'''
|
||||
extend-exclude = '''
|
||||
src/ifcopenshell-python/ifcopenshell/express/*
|
||||
|
||||
Reference in New Issue
Block a user