MatchMirrorMode

Inheritance diagram of rumba.MatchMirrorMode
class MatchMirrorMode

Mirror mode used in match_to_channels.

Members:

automatic : If no match found, try to match the selection controller’s mirrored channels.

mirror : Force to match the selection controller’s mirrored channels.

no_mirror : Do not try to match the selection controller’s mirrored channels.

Methods

__eq__

Return self==value.

__getstate__

__hash__

Return hash(self).

__index__

__init__

__int__

__ne__

Return self!=value.

__repr__

Return repr(self).

__setstate__

name

Properties

__doc__

name

__members__

value

__init__()