def test_type(self):
"""
L{PKey} and L{PKeyType} refer to the same type object and can be used
to create instances of that type.
"""
self.assertIdentical(PKey, PKeyType)
self.assertConsistentType(PKey, 'PKey')
文章目录