Segment and Selector implementation access.
itertools
core0
rewrite0
consistency0
consistency = core.consistency # Ultimately from fault.context.tools
Segment0
core.PartitionedSequence[core.Identifier]Sequence of identifiers that may be incorporated into a selector subclass.
Segment__slots__0
__slots__ = ('context', 'points',)
Segment__str__20%
__str__(self)
Segment__bool__0
__bool__(self)
True is the segment has any points; False if zero.
Segmentsegment80%
segment(self)
Selector0
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.
Selectorsegment0Segment
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%
__str__(self)
Selector__bool__
__bool__(self)
Selector_relative_resolution0
_relative_resolution = staticmethod(rewrite.relative)