pyprocdev._constants module

Constants.

class pyprocdev._constants.DeviceType

Bases: object

Device type super class.

class pyprocdev._constants.DeviceTypes

Bases: object

Class of device types.

BLOCK = <pyprocdev._constants.Block object at 0x7fe490673c50>
CHARACTER = <pyprocdev._constants.Character object at 0x7fe490673790>
classmethod types()

Returns all members types.

Returns:iterable of member types

Previous topic

pyprocdev package

Next topic

pyprocdev._errors module

This Page