MCPcopy
hub / github.com/Xyntax/POC-T / append

Method append

thirdparty/odict/odict.py:963–963  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

961 def __iadd__(self, other): raise TypeError('Can\'t add in place to keys')
962 def __imul__(self, n): raise TypeError('Can\'t multiply keys in place')
963 def append(self, item): raise TypeError('Can\'t append items to keys')
964 def insert(self, i, item): raise TypeError('Can\'t insert items into keys')
965 def pop(self, i=-1): raise TypeError('Can\'t pop items from keys')
966 def remove(self, item): raise TypeError('Can\'t remove items from keys')

Callers 15

ClientQueryFunction · 0.45
ClientCommandFunction · 0.45
pocFunction · 0.45
pocFunction · 0.45
pocFunction · 0.45
__setitem__Method · 0.45
colorizeMethod · 0.45
addMethod · 0.45
_requestMethod · 0.45
__negotiatehttpMethod · 0.45
strCompressedMethod · 0.45
reverseNamesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected