MCPcopy Create free account
hub / github.com/ModalityDance/Omni-R1 / check_output

Method check_output

src/transformers/conftest.py:134–137  ·  view source on GitHub ↗
(self, want, got, optionflags)

Source from the content-addressed store, hash-verified

132
133class CustomOutputChecker(OutputChecker):
134 def check_output(self, want, got, optionflags):
135 if IGNORE_RESULT & optionflags:
136 return True
137 return OutputChecker.check_output(self, want, got, optionflags)
138
139
140doctest.OutputChecker = CustomOutputChecker

Callers 5

run_commandFunction · 0.80
is_ninja_availableFunction · 0.80
runMethod · 0.80
require_ffmpegFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected