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

Public Member Functions

bool __bool__ (self)
 
None __init__ (self, func_void_from_std_filesystem_path onPreTempFolderDelete)
 
None __init__ (self, UniqueTemporaryFolder arg0)
 
os.PathLike __truediv__ (self, os.PathLike child)
 

Protected Member Functions

os.PathLike _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__() [1/2]

None meshlib.mrmeshpy.UniqueTemporaryFolder.__init__ ( self,
func_void_from_std_filesystem_path onPreTempFolderDelete )
creates new folder in temp directory

◆ __init__() [2/2]

None meshlib.mrmeshpy.UniqueTemporaryFolder.__init__ ( self,
UniqueTemporaryFolder arg0 )
Implicit copy constructor.

Member Function Documentation

◆ __bool__()

bool meshlib.mrmeshpy.UniqueTemporaryFolder.__bool__ ( self)

◆ __truediv__()

os.PathLike meshlib.mrmeshpy.UniqueTemporaryFolder.__truediv__ ( self,
os.PathLike child )

◆ _convert_to_const_std_filesystem_path()

os.PathLike meshlib.mrmeshpy.UniqueTemporaryFolder._convert_to_const_std_filesystem_path ( self)
protected

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