Searched refs:missing_ok (Results 1 – 4 of 4) sorted by relevance
1198 def unlink(self, missing_ok=False): argument1206 if not missing_ok:
1182 .. method:: Path.unlink(missing_ok=False)1187 If *missing_ok* is false (the default), :exc:`FileNotFoundError` is1190 If *missing_ok* is true, :exc:`FileNotFoundError` exceptions will be1194 The *missing_ok* parameter was added.
1523 :class:`pathlib.Path.unlink` now accepts a *missing_ok* parameter to avoid a
1936 p.unlink(missing_ok=True)