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

Method __init__

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

Source from the content-addressed store, hash-verified

384 yield i
385
386 def __init__(self):
387 super(PubKey, self).__init__()
388 for field in self.__pubfields__:
389 if isinstance(field, tuple): # pragma: no cover
390 field, val = field
391 else:
392 val = MPI(0)
393 setattr(self, field, val)
394
395 @abc.abstractmethod
396 def __pubkey__(self):

Callers

nothing calls this directly

Calls 2

MPIClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected