MCPcopy
hub / github.com/cool-RR/PySnooper / ReturnValueEntry

Class ReturnValueEntry

tests/utils.py:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 return True
228
229class ReturnValueEntry(_BaseSimpleValueEntry):
230 _preamble_pattern = re.compile(
231 r"""^Return value$"""
232 )
233
234class ExceptionValueEntry(_BaseSimpleValueEntry):
235 _preamble_pattern = re.compile(

Callers 15

test_string_ioFunction · 0.85
test_relative_timeFunction · 0.85
test_thread_infoFunction · 0.85
test_multi_thread_infoFunction · 0.85
test_callableFunction · 0.85
test_watchFunction · 0.85
test_watch_explodeFunction · 0.85
test_variables_classesFunction · 0.85
test_long_variableFunction · 0.85

Calls

no outgoing calls

Tested by 15

test_string_ioFunction · 0.68
test_relative_timeFunction · 0.68
test_thread_infoFunction · 0.68
test_multi_thread_infoFunction · 0.68
test_callableFunction · 0.68
test_watchFunction · 0.68
test_watch_explodeFunction · 0.68
test_variables_classesFunction · 0.68
test_long_variableFunction · 0.68