PythonFrozenUpdate¶
- 
class 
neophile.update.python.PythonFrozenUpdate(path: Path, applied: bool, virtualenv: InitVar[Optional[VirtualEnv]] = None)¶ Bases:
neophile.update.base.UpdateAn update to Python frozen dependencies.
Attributes Summary
virtualenvMethods Summary
apply()Apply an update to frozen Python dependencies. description()Build a description of this update. Attributes Documentation
- 
virtualenv= None¶ 
Methods Documentation
- 
apply() → None¶ Apply an update to frozen Python dependencies.
Raises: subprocess.CalledProcessError– Runningmake update-depsfailed.
-