Previous Next blank.gif Home Page

Function find_docstring


SYNOPSIS

import HTMLutil
def find_docstring( s, begin=0)

DESCRIPTION

return (b,e) s.t. s[b:e] is the leftmost triple-quoted string in s (including the quotes), or (None, None) if s doesn't contain a triple-quoted string

SEE ALSO

HTMLutil


Previous Next blank.gif Home Page
Buzz.gif

Copyright © 1996-8 Robin Friedrich
All Rights Reserved
Comments to author: friedrich@pythonpros.com
Generated: Sun Jun 14 1998