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

Method __init__

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

Source from the content-addressed store, hash-verified

247
248class Signature(MPIs):
249 def __init__(self):
250 for i in self.__mpis__:
251 setattr(self, i, MPI(0))
252
253 def __bytearray__(self):
254 _bytes = bytearray()

Callers

nothing calls this directly

Calls 1

MPIClass · 0.85

Tested by

no test coverage detected