MCPcopy Index your code
hub / github.com/RustPython/RustPython / here

Method here

Lib/test/test_coroutines.py:2362–2364  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2360
2361class OriginTrackingTest(unittest.TestCase):
2362 def here(self):
2363 info = inspect.getframeinfo(inspect.currentframe().f_back)
2364 return (info.filename, info.lineno)
2365
2366 @unittest.expectedFailure # TODO: RUSTPYTHON; AssertionError: None != (('/home/fanninpm/Documents/GitHub/RustPy[74 chars]g'),)
2367 def test_origin_tracking(self):

Callers 3

test_origin_trackingMethod · 0.95
nestedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected