Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/STIXProject/python-stix
/ insert
Method
insert
stix/utils/deprecated.py:56–58 ·
view source on GitHub ↗
(self, idx, value)
Source
from the content-addressed store, hash-verified
54
""
"
55
56
def
insert(self, idx, value):
57
idref(value)
58
super(IdrefDeprecatedList, self).insert(idx, value)
59
60
61
class
DeprecatedList(TypedList):
Callers
nothing calls this directly
Calls
2
idref
Function · 0.85
insert
Method · 0.45
Tested by
no test coverage detected