getTotalInverses -> get_total_inverses_by_id

Rename method to avoid confusion with get_total_inverses
This commit is contained in:
Andrej
2025-06-11 17:41:00 +05:00
parent 3499c50d7d
commit 6bb028696d
2 changed files with 2 additions and 1 deletions
@@ -880,7 +880,7 @@ class file:
def getInverse(self, instance_id, type, attribute_index): ...
def getMaxId(self): ...
def getTotalInverses(self, instance_id): ...
def get_total_inverses_by_id(self, instance_id: int) -> int: ...
def getUnit(self, unit_type): ...
def get_inverse(self, e: entity_instance) -> tuple[entity_instance, ...]: ...
def get_inverse_indices(self, *args: Union[entity_instance, int]) -> tuple[int, ...]: