ralsei.graph.path

Module Contents

Classes

TreePath

Tuple subclass representing a path in nested dictionary/pipeline

API

class ralsei.graph.path.TreePath

Bases: tuple[str, ]

Tuple subclass representing a path in nested dictionary/pipeline

Initialization

Initialize self. See help(type(self)) for accurate signature.

__new__(*parts: str) Self
Parameters:
*parts: str

path elements, cannot contain .

static parse(string: str) ralsei.graph.path.TreePath

Parse from a . separated string

__str__() str
__repr__() str