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