pydevDAG._structure._pyudev._types module

pydevDAG._structure._pyudev._types

Fundamental types for building graphs using pyudev.

class pydevDAG._structure._pyudev._types.PyudevGraph

Bases: object

Superclass of pyudev graph classes.

classmethod complete(context, **kwargs)

Build a complete graph showing all devices.

Parameters:
  • context (Context) – a udev context
  • kwargs – arguments for filtering the devices.
Returns:

a graph

Return type:

DiGraph

Table Of Contents

Previous topic

pydevDAG._structure._pyudev._pyudev module

Next topic

pydevDAG._structure._pyudev._utils module

This Page