Shortcuts

RangeSelection

class geodesic.tesseract.components.RangeSelection(from_index=None, to_index=None, **kwargs)[source]

Bases: geodesic.bases._APIObject

Selection of bins between a start and an end

from_index

starting point of bin selection in a range

Descriptor: _IntDescr

IntDescr is an integer field, raises attribute error if the int isn’t set

Methods:

__get__: returns the int

__set__: sets the int after validating that it is an int

to_index

ending point of bin selection in a range

Descriptor: _IntDescr

IntDescr is an integer field, raises attribute error if the int isn’t set

Methods:

__get__: returns the int

__set__: sets the int after validating that it is an int

Docs

Developer documentation for Seer AI APIs

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources