mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
typing
This commit is contained in:
@@ -708,7 +708,7 @@ class cylinder(surface):
|
||||
def matrix(self): ...
|
||||
|
||||
class declaration:
|
||||
def _is(self, *args: str) -> bool: ...
|
||||
def _is(self, *args: Union[str, declaration]) -> bool: ...
|
||||
def as_entity(self) -> Union[entity, None]: ...
|
||||
def as_enumeration_type(self) -> Union[enumeration_type, None]: ...
|
||||
def as_select_type(self) -> Union[select_type, None]: ...
|
||||
|
||||
Reference in New Issue
Block a user