MCPcopy Create free account
hub / github.com/catboost/catboost / get_source

Method get_source

library/python/pytest/rewrite.py:84–85  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

82 return importer.is_package(name)
83
84 def get_source(self, name):
85 return importer.get_source(name)
86
87 if six.PY3:
88

Callers 1

_rewrite_testFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected