Lines Matching full:doctest
207 File "<doctest...>", line 10, in <module>
211 File "<doctest...>", line 10, in <module>
213 File "<doctest...>", line 4, in lumberjack
218 File "<doctest...>", line 10, in <module>
220 File "<doctest...>", line 4, in lumberjack
228 ' File "<doctest...>", line 10, in <module>\n lumberjack()\n',
229 ' File "<doctest...>", line 4, in lumberjack\n bright_side_of_death()\n',
230 ' File "<doctest...>", line 7, in bright_side_of_death\n return tuple()[0]\n',
233 [('<doctest...>', 10, '<module>', 'lumberjack()'),
234 ('<doctest...>', 4, 'lumberjack', 'bright_side_of_death()'),
235 ('<doctest...>', 7, 'bright_side_of_death', 'return tuple()[0]')]
237 [' File "<doctest...>", line 10, in <module>\n lumberjack()\n',
238 ' File "<doctest...>", line 4, in lumberjack\n bright_side_of_death()\n',
239 ' File "<doctest...>", line 7, in bright_side_of_death\n return tuple()[0]\n']
255 File "<doctest>", line 10, in <module>
257 File "<doctest>", line 3, in another_function
259 File "<doctest>", line 6, in lumberstack
261 [('<doctest>', 10, '<module>', 'another_function()'),
262 ('<doctest>', 3, 'another_function', 'lumberstack()'),
263 ('<doctest>', 7, 'lumberstack', 'print repr(traceback.extract_stack())')]
264 [' File "<doctest>", line 10, in <module>\n another_function()\n',
265 ' File "<doctest>", line 3, in another_function\n lumberstack()\n',
266 ' File "<doctest>", line 8, in lumberstack\n print repr(traceback.format_stack())\n']
271 .. doctest::