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

Method __copy__

pgpy/packet/packets.py:1339–1343  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1337 return _bytes
1338
1339 def __copy__(self):
1340 uid = UserID()
1341 uid.header = copy.copy(self.header)
1342 uid.uid = self.uid
1343 return uid
1344
1345 def parse(self, packet):
1346 super(UserID, self).parse(packet)

Callers

nothing calls this directly

Calls 1

UserIDClass · 0.85

Tested by

no test coverage detected