backend.wrappers
Handles Spock data type wrappers
#
Spockspace Objectsclass Spockspace(argparse.Namespace)
Inherits from Namespace to implement a pretty print on the obj
Overwrites the repr method with a pretty version of printing
#
__repr_dict__@propertydef __repr_dict__()
Handles making a clean dict to hind the salt and key on print
#
__repr__def __repr__()
Overloaded repr to pretty print the spock object
#
__iter__def __iter__()
Iter for the underlying dictionary