Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ resource_files
Function
resource_files
library/python/runtime_py3/entry_points.py:49–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
48
49
def
resource_files():
50
sys.stdout.buffer.write(b
"\n"
.join(sorted(__res.resfs_files()) + [b
""
]))
51
52
53
def
run_constructors():
Callers
nothing calls this directly
Calls
2
write
Method · 0.45
join
Method · 0.45
Tested by
no test coverage detected