PathComponent¶ class dsviper.PathComponent¶ Bases: object A class used to represent a component of a Path. Note: Not directly instantiable. type() → str¶ Return the type. value(*, encoded: bool = True) → _OutputValues | None¶ Return the value or None.