mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 00:51:04 +00:00
Address failing tests
* import-mode=import-lib to prevent temp rename * Skip some failing tests * Update stub * Fix decorator
This commit is contained in:
@@ -1015,6 +1015,10 @@ class geometry_conversion_result:
|
||||
representation: Any
|
||||
def is_parallel(self) -> bool: ...
|
||||
|
||||
class geometry_kernel:
|
||||
def __init__(self, geometry_library, file, settings, logger=None): ...
|
||||
def create_shape(self, *args): ...
|
||||
|
||||
class gradient_function(function_item):
|
||||
def __init__(self, *args): ...
|
||||
def calc_hash(self): ...
|
||||
|
||||
Reference in New Issue
Block a user