We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf64cc commit acaa34eCopy full SHA for acaa34e
addons/source-python/packages/source-python/entities/_base.py
@@ -215,6 +215,7 @@ def find_or_create(cls, classname):
215
@classmethod
216
def from_inthandle(cls, inthandle):
217
"""Create an entity instance from an inthandle.
218
+
219
:param int inthandle:
220
The inthandle.
221
:rtype: Entity
addons/source-python/packages/source-python/entities/dictionary.py
@@ -64,7 +64,8 @@ def __delitem__(self, index):
64
def from_inthandle(self, inthandle):
65
"""Get an entity instance from an inthandle.
66
67
- :param int inthandle: The inthandle.
+ :param int inthandle:
68
+ The inthandle.
69
70
"""
71
return self[index_from_inthandle(inthandle)]
0 commit comments