Function get_either_file

Source
pub fn get_either_file(
    py_f: PyObject,
    write: bool,
) -> PyResult<EitherRustPythonFile>
Expand description

ยงArguments

  • write - open for writing; will truncate existing file and create new file if not.