Skip to content

selection module

Utilities for selecting.


NoResult _NoResult

Return this object to ignore an iteration.


LabelSel class

LabelSel(
    value
)

Class that represents a selection by label.

Method generated by attrs for class LabelSel.


value class variable

Selection of one or more labels.


NoResultsException class

NoResultsException(
    *args,
    **kwargs
)

Gets raised when there are no results.

Superclasses

  • builtins.BaseException
  • builtins.Exception

PosSel class

PosSel(
    value
)

Class that represents a selection by position.

Method generated by attrs for class PosSel.


value class variable

Selection of one or more positions.