Lines Matching refs:doctest
441 File "<doctest...>", line 10, in <module>
445 File "<doctest...>", line 10, in <module>
447 File "<doctest...>", line 4, in lumberjack
452 File "<doctest...>", line 10, in <module>
454 File "<doctest...>", line 4, in lumberjack
462 ' File "<doctest...>", line 10, in <module>\n lumberjack()\n',
463 ' File "<doctest...>", line 4, in lumberjack\n bright_side_of_death()\n',
464 ' File "<doctest...>", line 7, in bright_side_of_death\n return tuple()[0]\n',
467 [<FrameSummary file <doctest...>, line 10 in <module>>,
468 <FrameSummary file <doctest...>, line 4 in lumberjack>,
469 <FrameSummary file <doctest...>, line 7 in bright_side_of_death>]
471 [' File "<doctest...>", line 10, in <module>\n lumberjack()\n',
472 ' File "<doctest...>", line 4, in lumberjack\n bright_side_of_death()\n',
473 ' File "<doctest...>", line 7, in bright_side_of_death\n return tuple()[0]\n']
489 File "<doctest>", line 10, in <module>
491 File "<doctest>", line 3, in another_function
493 File "<doctest>", line 6, in lumberstack
495 [('<doctest>', 10, '<module>', 'another_function()'),
496 ('<doctest>', 3, 'another_function', 'lumberstack()'),
497 ('<doctest>', 7, 'lumberstack', 'print(repr(traceback.extract_stack()))')]
498 [' File "<doctest>", line 10, in <module>\n another_function()\n',
499 ' File "<doctest>", line 3, in another_function\n lumberstack()\n',
500 ' File "<doctest>", line 8, in lumberstack\n print(repr(traceback.format_stack()))\n']
505 .. doctest::