PyMaterialXFormat.FileSearchPath¶
- class FileSearchPath¶
Bases:
pybind11_objectA sequence of file paths, which may be queried to find the first instance of a given filename on the file system.
Methods
__init__(*args, **kwargs)Overloaded function.
append(*args, **kwargs)Overloaded function.
asString(self[, sep])clear(self)find(self, arg0)isEmpty(self)prepend(self, arg0)size(self)Methods¶
- __init__(*args, **kwargs)¶
Overloaded function.
__init__(self: PyMaterialXFormat.FileSearchPath) -> None
__init__(self: PyMaterialXFormat.FileSearchPath, searchPath: str, sep: str = ‘:’) -> None
- append(*args, **kwargs)¶
Overloaded function.
append(self: PyMaterialXFormat.FileSearchPath, arg0: PyMaterialXFormat.FilePath) -> None
append(self: PyMaterialXFormat.FileSearchPath, arg0: PyMaterialXFormat.FileSearchPath) -> None
- asString(self: FileSearchPath, sep: str = ':') str¶
- clear(self: FileSearchPath) None¶
- find(self: FileSearchPath, arg0: FilePath) FilePath¶
- isEmpty(self: FileSearchPath) bool¶
- prepend(self: FileSearchPath, arg0: FilePath) None¶
- size(self: FileSearchPath) int¶