CStackedObjectRestorer...
- Track StackedObjectProxies and their proxied objects for automatic
restoration within EvalException's interactive debugger.
frestoration_end...
- Register a restoration context as finished, if one exists
fsave_registry_state...
- Save the state of this request's Registry (if it hasn't already been
saved) to the saved_registry_states dict, keyed by the request's unique
identifier
fget_request_id...
- Return a unique identifier for the current request
fget_saved_proxied_obj...
- Retrieve the saved object proxied by the specified
StackedObjectProxy for the request identified by request_id
fin_restoration...
- Determine if a restoration context is active for the current thread.
Returns the request_id it's active for if so, otherwise False
fenable_restoration...
- Replace the specified StackedObjectProxy's methods with their
respective restoration versions.
frestoration_begin...
- Enable a restoration context in the current thread for the specified
request_id