Encrypt.close¶
-
securefile.Encrypt.close()¶ close current file and flush the memory
- Uses:
>>> enc.open() >>> enc.close()
Returns bool: True|False Raises: FileExistsError – On no file open()
securefile.Encrypt.close()¶close current file and flush the memory
>>> enc.open()
>>> enc.close()
| Returns bool: | True|False |
|---|---|
| Raises: | FileExistsError – On no file open() |