NRV_results
Attributes
Indicate whether the results object is a dummy placeholder. |
|
Indicate whether the results contain a declared result type. |
|
Indicate whether the results object should be serialized. |
Methods
|
Initialize a results container from a saved context. |
|
Create a new dictionary with keys from iterable and values set to value. |
|
Return the value for key if key is in the dictionary, else default. |
Generic method returning all the atributes of an NRV_class instance |
|
|
Load the results object from serialized data. |
|
If the key is not found, return the default if given; otherwise, raise a KeyError. |
Remove and return a (key, value) pair as a 2-tuple. |
|
|
Remove a key or a list of keys from the results |
|
Save the results object after synchronizing its internal state. |
|
Generic method to set any attribute of |
|
Insert key with a value of default if key is not in the dictionary. |
|
overload of dict update method to update both attibute and items |