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

Method __init__

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

Source from the content-addressed store, hash-verified

1640
1641class CipherText(MPIs):
1642 def __init__(self):
1643 super(CipherText, self).__init__()
1644 for i in self.__mpis__:
1645 setattr(self, i, MPI(0))
1646
1647 @classmethod
1648 @abc.abstractmethod

Callers

nothing calls this directly

Calls 2

MPIClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected