MCPcopy Create free account
hub / github.com/SecurityInnovation/PGPy / __init__

Method __init__

pgpy/packet/fields.py:109–112  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

107 _spmodule = signature
108
109 def __init__(self):
110 super(SubPackets, self).__init__()
111 self._hashed_sp = collections.OrderedDict()
112 self._unhashed_sp = collections.OrderedDict()
113
114 def __bytearray__(self):
115 _bytes = bytearray()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected