Path¶
- class dsviper.Path(path=None)¶
Bases:
objectA class used to construct the location of a portion of a value.
Use the static factory method from_field(…), from_index(…), from_key(…), from_position(…) and from_unwrap().
- static decode(blob: ValueBlob, definitions: DefinitionsConst, *, stream_codec_instancing: StreamCodecInstancing | None = None) Path¶
Return a Path by decoding the blob with a StreamBinaryCodec if not specified.
- static read(stream_reading: StreamReading, definitions: DefinitionsConst) Path¶
Read and return a Path.
- representation() str¶
Return a string representation.