Home
last modified time | relevance | path

Searched refs:my_breakpointhook (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_builtin.py2032 my_breakpointhook = MagicMock()
2033 sys.breakpointhook = my_breakpointhook
2035 my_breakpointhook.assert_called_once_with()
2038 my_breakpointhook = MagicMock()
2039 sys.breakpointhook = my_breakpointhook
2041 my_breakpointhook.assert_called_once_with()
2047 my_breakpointhook.assert_called_once_with()
2050 my_breakpointhook = MagicMock()
2051 sys.breakpointhook = my_breakpointhook
2053 my_breakpointhook
2056 def my_breakpointhook(): global() function
[all...]

Completed in 4 milliseconds