MCPcopy 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
55def resource_files():
56 sys.stdout.write('\n'.join(sorted(__res.resfs_files()) + ['']))
57
58
59def run_constructors():

Callers

nothing calls this directly

Calls 2

writeMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected