MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / c

Function c

tests/python/test_pythonmonkey_eval.py:140–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138
139def test_eval_exceptions_nested_py_js_py():
140 def c():
141 raise Exception('this is an exception')
142 err_line_number = sys._getframe().f_lineno - 1
143 b = pm.eval('''(x) => {
144 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected