Formatting routines for representing processor hierarchies.
sys
collections0
functools0
inspect0
itertools0
traceback0
perspectives130%
perspectives(resource)
Return the stack of structures used for Resource introspection.
Traverses the MRO of the resource class and executes the structure method; the corresponding class, properties, and subresources are then appended to a list describing the Resource from the perspective of each class.
Returns [(Class, properties, subresources), ...].
sequence150%
sequence(identity, resource, perspective, traversed)
Convert the structure tree of a Resource into a sequence of tuples to be formatted for display.
format460%
format(identity, resource)
Format the Resource tree in fault.text.