MCPcopy 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
49def resource_files():
50 sys.stdout.buffer.write(b"\n".join(sorted(__res.resfs_files()) + [b""]))
51
52
53def run_constructors():

Callers

nothing calls this directly

Calls 2

writeMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected