mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
typing
This commit is contained in:
@@ -288,7 +288,7 @@ class HdfSerializer(GeometrySerializer):
|
||||
def isTesselated(self): ...
|
||||
def read(self, *args): ...
|
||||
def ready(self): ...
|
||||
def remove(self, guid): ...
|
||||
def remove(self, guid: str) -> None: ...
|
||||
def setFile(self, arg2): ...
|
||||
def setUnitNameAndMagnitude(self, arg2, arg3): ...
|
||||
def write(self, *args): ...
|
||||
@@ -358,7 +358,7 @@ class Iterator:
|
||||
"""
|
||||
...
|
||||
|
||||
def set_cache(self, cache: GeometrySerializer): ...
|
||||
def set_cache(self, cache: GeometrySerializer) -> None: ...
|
||||
def unit_magnitude(self): ...
|
||||
def unit_name(self): ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user