MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / _ikey

Method _ikey

imperative/python/megengine/traced_module/utils.py:190–191  ·  view source on GitHub ↗
(cls, idx)

Source from the content-addressed store, hash-verified

188
189 @classmethod
190 def _ikey(cls, idx):
191 return "{}".format(idx)
192
193 def _check_idx(self, idx):
194 L = len(self)

Callers 4

__getitem__Method · 0.95
__setitem__Method · 0.95
__delitem__Method · 0.95
insertMethod · 0.95

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected