(
self,
inst: ifcopenshell.entity_instance,
allow_duplicate: Literal[False] = False,
with_attribute_indices: bool = False,
)
| 901 | |
| 902 | @overload |
| 903 | def get_inverse( |
| 904 | self, |
| 905 | inst: ifcopenshell.entity_instance, |
| 906 | allow_duplicate: Literal[False] = False, |
| 907 | with_attribute_indices: bool = False, |
| 908 | ) -> set[ifcopenshell.entity_instance]: ... |
| 909 | @overload |
| 910 | def get_inverse( |
| 911 | self, |