matflow.FileNameStem#
- class matflow.FileNameStem(file_name)#
Bases:
FileNameStem
The stem of a file name.
Methods
Make an instance of this class from JSON (or YAML) data.
Serialize this object as a dictionary.
Serialize this object as an object structure that can be trivially converted to JSON.
Get the stem, possibly with directory specified.
Attributes
The file specification this is derived from.
- Parameters:
file_name (FileNameSpec) –
- file_name: FileNameSpec#
The file specification this is derived from.
- classmethod from_json_like(json_like, shared_data=None)#
Make an instance of this class from JSON (or YAML) data.
- to_json_like(dct=None, shared_data=None, exclude=(), path=None)#
Serialize this object as an object structure that can be trivially converted to JSON. Note that YAML can also be produced from the result of this method; it just requires a different final serialization step.
- value(directory='.')#
Get the stem, possibly with directory specified.
- Parameters:
directory (str | os.PathLike) –
- Return type: