PyKMIP/kmip/core/messages/payloads
Peter Hamilton ab3298c6d1 Fixing infinite recursion bug with object inheritance
This change removes all references to self.__class__. In object
hierarchies with multiple levels of inheritance, using self.__class__
can cause an infinite loop when resolving references to parent classes.
2015-06-02 11:16:42 -04:00
..
__init__.py Adding payload factories 2014-12-11 13:32:17 -05:00
create.py Fixing infinite recursion bug with object inheritance 2015-06-02 11:16:42 -04:00
create_key_pair.py Adding support for the RekeyKeyPair operation 2015-01-21 11:41:08 -05:00
destroy.py Fixing infinite recursion bug with object inheritance 2015-06-02 11:16:42 -04:00
discover_versions.py Adding support for the DiscoverVersions operation 2015-01-23 15:26:28 -05:00
get.py Fixing infinite recursion bug with object inheritance 2015-06-02 11:16:42 -04:00
locate.py Fixing infinite recursion bug with object inheritance 2015-06-02 11:16:42 -04:00
query.py Adding support for the Query operation 2015-02-23 17:18:05 -05:00
register.py Fixing infinite recursion bug with object inheritance 2015-06-02 11:16:42 -04:00
rekey_key_pair.py Adding support for the RekeyKeyPair operation 2015-01-21 11:41:08 -05:00