Individual graph classes.
Bases: pydevDAG._structure._pyudev._types.PyudevGraph
Build graphs of relationships between device mapper devices and partitions.
Build a graph of congruence relation between device mapper devices and partition devices.
Parameters: |
|
---|---|
Returns: | a graph |
Return type: | DiGraph |
Bases: pydevDAG._structure._pyudev._types.PyudevGraph
Graph from enclosure to enclosed device.
Bases: pydevDAG._structure._pyudev._types.PyudevGraph
Build graphs of partition relationships.
Make a graph of partition relationships.
Parameters: | device (Device) – the partition device |
---|---|
Returns: | a graph |
Return type: | DiGraph |
Bases: object
Classes that build pyudev based graphs.
All classes that implement PyudevGraph.
alias of DMPartitionGraphs
alias of EnclosureGraphs
alias of PartitionGraphs
alias of SpindleGraphs
alias of SysfsBlockGraphs
alias of SysfsGraphs
Bases: pydevDAG._structure._pyudev._types.PyudevGraph
Build graphs of relationships with actual physical disks.
Make a graph of spindle relationships.
Parameters: | device (Device) – the partition device |
---|---|
Returns: | a graph |
Return type: | DiGraph |
Bases: pydevDAG._structure._pyudev._types.PyudevGraph
Composes holders/slaves graphs for block devices.
Bases: pydevDAG._structure._pyudev._types.PyudevGraph
Build sysfs graphs in various ways.
Make a graph of the parents and children of a device.
Parameters: |
|
---|---|
Returns: | a graph |
Return type: | DiGraph |