Inspector

class pyjt.Inspector

Bases: object

Helper class for inspecting the component tree of a specific component.

static etree(component)
static etreemap(component, mapping=None)
static inspect(component)

Inspects the component tree of a component.

Parameters:

component (Fixture) – The component to inspect.

Returns:

A dictionary with information of all sub-components for this component.

Return type:

dict