mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 19:07:57 +00:00
typing
This commit is contained in:
+2
-2
@@ -725,8 +725,8 @@ class Client:
|
||||
def search_class(
|
||||
self,
|
||||
search_text: str,
|
||||
dictionary_uris=None,
|
||||
related_ifc_entities=None,
|
||||
dictionary_uris: Optional[list[str]] = None,
|
||||
related_ifc_entities: Optional[list[str]] = None,
|
||||
version: int = 1,
|
||||
offset: int = 0,
|
||||
limit: int = 100,
|
||||
|
||||
Reference in New Issue
Block a user