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

Method getNameByPosition

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

Source from the content-addressed store, hash-verified

2767 return self.componentType
2768
2769 def getNameByPosition(self, idx):
2770 if self._componentTypeLen:
2771 return self.componentType[idx].name
2772
2773class Sequence(SequenceAndSetBase):
2774 __doc__ = SequenceAndSetBase.__doc__

Callers 4

isInconsistentMethod · 0.45
prettyPrintMethod · 0.45
prettyPrintTypeMethod · 0.45
getNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected