types1266%python.module
fault.route

Segment and Selector implementation access.

itertools
import

core0
import

rewrite0
import

consistency0
data

consistency = core.consistency # Ultimately from fault.context.tools

Segment0
class

core.PartitionedSequence[core.Identifier]

Sequence of identifiers that may be incorporated into a selector subclass.

Segment__slots__0
data

__slots__ = ('context', 'points',)

Segment__str__20%
method

__str__(self)

Segment__bool__0
method

__bool__(self)

True is the segment has any points; False if zero.

Segmentsegment80%
method

segment(self)

Selector0
class

core.PartitionedSequence[core.Identifier]

Route domain base class.

Subclasses provide access methods to a resource identified by the sequence of identifiers contained within the selector instance.

Selectorsegment0
method
Segment

segment(self)

Construct a Segment from self starting at the position designated by from_stem. If stem is not given, the entire selector will be converted.

Selector__str__20%
method

__str__(self)

Selector__bool__
method

__bool__(self)

Selector_relative_resolution0
data

_relative_resolution = staticmethod(rewrite.relative)