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

Method get

library/python/pytest/plugins/fixtures.py:81–84  ·  view source on GitHub ↗
(cls, name)

Source from the content-addressed store, hash-verified

79
80 @classmethod
81 def get(cls, name):
82 if name not in request.config.test_logs[request.node.nodeid]:
83 raise KeyError("Attachment with name '{}' does not exist".format(name))
84 return request.config.test_logs[request.node.nodeid][name]
85
86 return Links

Callers 15

unquote_binaryFunction · 0.45
get_sourceMethod · 0.45
_resource_findMethod · 0.45
__init__Method · 0.45
_no_random_portsMethod · 0.45
get_valid_port_rangeFunction · 0.45
get_gdb_full_backtraceFunction · 0.45
find_libraryFunction · 0.45
_get_converter_instanceFunction · 0.45
get_unique_file_pathFunction · 0.45
get_python_cmdFunction · 0.45
mainFunction · 0.45

Calls 1

formatMethod · 0.45

Tested by 3

_resource_findMethod · 0.36
get_unique_file_pathFunction · 0.36
get_python_cmdFunction · 0.36