Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beelit94/python-terraform
/ clean_up
Method
clean_up
python_terraform/terraform.py:479–483 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
477
return
file_name
478
479
def
clean_up(self):
480
for
f in self.files:
481
os.unlink(f.name)
482
483
self.files = []
Callers
2
cmd
Method · 0.80
__exit__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected