Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kernc/backtesting.py
/ _tempfile
Function
_tempfile
backtesting/test/_test.py:40–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
39
@contextmanager
40
def
_tempfile():
41
with
NamedTemporaryFile(suffix=
'.html'
)
as
f:
42
if
sys.platform.startswith(
'win'
):
43
f.close()
44
yield
f.name
45
46
47
@contextmanager
Callers
13
test_optimize
Method · 0.85
test_file_size
Method · 0.85
test_params
Method · 0.85
test_hide_legend
Method · 0.85
test_resolutions
Method · 0.85
test_range_axis
Method · 0.85
test_preview
Method · 0.85
test_wellknown
Method · 0.85
test_resample
Method · 0.85
test_indicator_name
Method · 0.85
test_indicator_color
Method · 0.85
test_indicator_scatter
Method · 0.85
Calls
1
close
Method · 0.45
Tested by
no test coverage detected