MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.UniqueTemporaryFolder Class Reference

Public Member Functions

bool __bool__ (self)
None __init__ (self, func_void_from_std_filesystem_path onPreTempFolderDelete='{}')
pathlib.Path __truediv__ (self, os.PathLike|str|bytes child)
pathlib.Path convert_to_const_std_filesystem_path (self)

Detailed Description

Generated from:  MR::UniqueTemporaryFolder

helper class to create a temporary folder; the folder will be removed on the object's destruction

Constructor & Destructor Documentation

◆ __init__()

None mrmeshpy.UniqueTemporaryFolder.__init__ ( self,
func_void_from_std_filesystem_path onPreTempFolderDelete = '{}' )
creates new folder in temp directory

Member Function Documentation

◆ __bool__()

bool mrmeshpy.UniqueTemporaryFolder.__bool__ ( self)

◆ __truediv__()

pathlib.Path mrmeshpy.UniqueTemporaryFolder.__truediv__ ( self,
os.PathLike | str | bytes child )

◆ convert_to_const_std_filesystem_path()

pathlib.Path mrmeshpy.UniqueTemporaryFolder.convert_to_const_std_filesystem_path ( self)

The documentation for this class was generated from the following file: