MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / addField

Method addField

pager_lib/pyasn1/type/univ.py:2224–2226  ·  view source on GitHub ↗
(self, idx)

Source from the content-addressed store, hash-verified

2222 raise error.PyAsn1Error('Name %s not found' % (name,))
2223
2224 def addField(self, idx):
2225 self._keyToIdxMap['field-%d' % idx] = idx
2226 self._idxToKeyMap[idx] = 'field-%d' % idx
2227
2228
2229 def __init__(self, **kwargs):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected