MCPcopy 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
40def _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_optimizeMethod · 0.85
test_file_sizeMethod · 0.85
test_paramsMethod · 0.85
test_hide_legendMethod · 0.85
test_resolutionsMethod · 0.85
test_range_axisMethod · 0.85
test_previewMethod · 0.85
test_wellknownMethod · 0.85
test_resampleMethod · 0.85
test_indicator_nameMethod · 0.85
test_indicator_colorMethod · 0.85

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected