get_examples(string, name='')
Extract all doctest examples from the given string, and return them as a list of Example
objects. Line numbers are 0-based. The optional argument name is a name identifying this string, and is only used for error messages.
Please login to continue.