Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ erroneous_func
Function
erroneous_func
library/python/windows/ut/test_windows.py:28–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
def
test_errorfix_buggy():
27
@library.python.windows.errorfix
28
def
erroneous_func():
29
gen_error_access_denied()
30
31
with
pytest.raises(OSError)
as
errinfo:
32
erroneous_func()
Callers
4
test_errorfix_buggy
Function · 0.70
test_errorfix_explicit
Function · 0.70
test_errorfix_decoding_cp1251
Function · 0.70
test_diehard
Function · 0.70
Calls
2
gen_error_access_denied
Function · 0.70
append
Method · 0.45
Tested by
no test coverage detected