MCPcopy Create free account
hub / github.com/scanny/python-pptx / given_clean_working_dir

Function given_clean_working_dir

features/steps/presentation.py:26–28  ·  view source on GitHub ↗
(context: Context)

Source from the content-addressed store, hash-verified

24
25@given("a clean working directory")
26def given_clean_working_dir(context: Context):
27 if os.path.isfile(saved_pptx_path):
28 os.remove(saved_pptx_path)
29
30
31@given("a presentation")

Callers

nothing calls this directly

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…