Lines Matching refs:doctest
412 File "<doctest...>", line 10, in <module>
416 File "<doctest...>", line 10, in <module>
418 File "<doctest...>", line 4, in lumberjack
423 File "<doctest...>", line 10, in <module>
425 File "<doctest...>", line 4, in lumberjack
433 ' File "<doctest...>", line 10, in <module>\n lumberjack()\n',
434 ' File "<doctest...>", line 4, in lumberjack\n bright_side_of_death()\n',
435 ' File "<doctest...>", line 7, in bright_side_of_death\n return tuple()[0]\n',
438 [<FrameSummary file <doctest...>, line 10 in <module>>,
439 <FrameSummary file <doctest...>, line 4 in lumberjack>,
440 <FrameSummary file <doctest...>, line 7 in bright_side_of_death>]
442 [' File "<doctest...>", line 10, in <module>\n lumberjack()\n',
443 ' File "<doctest...>", line 4, in lumberjack\n bright_side_of_death()\n',
444 ' File "<doctest...>", line 7, in bright_side_of_death\n return tuple()[0]\n']
460 File "<doctest>", line 10, in <module>
462 File "<doctest>", line 3, in another_function
464 File "<doctest>", line 6, in lumberstack
466 [('<doctest>', 10, '<module>', 'another_function()'),
467 ('<doctest>', 3, 'another_function', 'lumberstack()'),
468 ('<doctest>', 7, 'lumberstack', 'print(repr(traceback.extract_stack()))')]
469 [' File "<doctest>", line 10, in <module>\n another_function()\n',
470 ' File "<doctest>", line 3, in another_function\n lumberstack()\n',
471 ' File "<doctest>", line 8, in lumberstack\n print(repr(traceback.format_stack()))\n']
476 .. doctest::