This commit is contained in:
Andrej730
2025-03-05 14:56:29 +05:00
parent e1e51cbf26
commit 1c8ef176b1
4 changed files with 14 additions and 8 deletions
@@ -613,7 +613,7 @@ class entity_instance:
include_identifier: bool = True,
recursive: bool = False,
return_type: type[dict] = dict,
ignore: Iterable[str] = (),
ignore: Sequence[str] = (),
) -> dict[str, Any]:
"""More perfomant version of `.get_info()` but with limited arguments values.\n
Method has exactly the same signature as `.get_info()` but it doesn't support getting information non-recursively.