()
| 36 | ppt_file = None # a pointer to the powerpoint object |
| 37 | |
| 38 | def _return_timestamp(): |
| 39 | return str(time.time()) |
| 40 | |
| 41 | def runtime_update_docstring(new_docstring: str) -> callable: |
| 42 | """ This is a decorator that can help update the docstring at runtime |
no outgoing calls
no test coverage detected