parse(string, name='')
Divide the given string into examples and intervening text, and return them as a list of alternating Example
s and strings. Line numbers for the Example
s are 0-based. The optional argument name is a name identifying this string, and is only used for error messages.
Please login to continue.