MCPcopy Index your code
hub / github.com/STIXProject/python-stix / insert

Method insert

stix/utils/deprecated.py:65–67  ·  view source on GitHub ↗
(self, idx, value)

Source from the content-addressed store, hash-verified

63 value is inserted.
64 """
65 def insert(self, idx, value):
66 warn(value)
67 super(DeprecatedList, self).insert(idx, value)

Callers 1

insertMethod · 0.45

Calls 1

warnFunction · 0.85

Tested by

no test coverage detected