(d)
| 485 | |
| 486 | if not DEBUG_SAVE: |
| 487 | def prepare_to_clean_temp(d): |
| 488 | def clean_temp(): |
| 489 | utils.delete_dir(d) |
| 490 | |
| 491 | atexit.register(clean_temp) |
| 492 | # this global var might change later |
| 493 | prepare_to_clean_temp(EMSCRIPTEN_TEMP_DIR) |
| 494 | return EMSCRIPTEN_TEMP_DIR |
no outgoing calls
no test coverage detected