_TemporarySourceWriteError class
Defined in module l0c (l0c.py).
Report a generated-C write failure that also retained its path.
Constructors, destructors, conversion operators
- __init__(self, Path retained_path)
- Initialize the failure.
Public attributes
Function documentation
l0c:: _TemporarySourceWriteError:: __init__(self,
Path retained_path)
Initialize the failure.
| Parameters | |
|---|---|
| retained_path | Temporary generated-C path that could not be removed. |