Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
insert
Method · 0.95
Calls
1
format
Method · 0.45
Tested by
no test coverage detected