MCPcopy 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
61class DeprecatedList(TypedList):

Callers

nothing calls this directly

Calls 2

idrefFunction · 0.85
insertMethod · 0.45

Tested by

no test coverage detected