a few more __all__ lists

This commit is contained in:
Skip Montanaro 2001-02-07 23:14:30 +00:00
parent cc012e92b2
commit 352674d01c
5 changed files with 16 additions and 2 deletions

View file

@ -13,6 +13,9 @@ import repr
import os
import re
__all__ = ["run", "pm", "Pdb", "runeval", "runctx", "runcall", "set_trace",
"post_mortem", "help"]
def find_function(funcname, filename):
cre = re.compile(r'def\s+%s\s*[(]' % funcname)
try: