jgdv.structs.dkey.special.path_key
Classes
A Simple key that always expands to a path, and is then normalised |
Module Contents
- class jgdv.structs.dkey.special.path_key.PathDKey(*args, **kwargs)[source]
Bases:
jgdv.structs.dkey.dkey.DKey[list]A Simple key that always expands to a path, and is then normalised
- exp_coerce_h(inst, factory, opts) <Unknown>[source]
- Parameters:
factory (jgdv.structs.dkey._util._interface.InstructionFactory_p)
opts (dict)
- Return type:
jgdv.Maybe[jgdv.structs.dkey._util._interface.ExpInst_d]
- exp_final_h(
- inst,
- root,
- factory,
- opts,
- Parameters:
root (jgdv.Maybe[jgdv.structs.dkey._util._interface.ExpInst_d])
factory (jgdv.structs.dkey._util._interface.InstructionFactory_p)
opts (dict)
- Return type:
jgdv.Maybe[jgdv.structs.dkey._util._interface.ExpInst_d]