Home | Trees | Index | Help |
|
---|
Package cheesecake :: Module codeparser |
|
Classes | |
---|---|
CodeParser |
Information about the structure of a Python module. |
Function Summary | |
---|---|
Compile a regex pattern using default or user mapping. | |
inline_markup(start,
end,
mapping)
| |
line_markup(start,
end)
| |
Return True if text includes given documentation format and False otherwise. |
Variable Summary | |
---|---|
dict |
supported_formats = {'epytext': [<_sre.SRE_Pattern objec...
|
Function Details |
---|
compile_regex(pattern, user_map=None)Compile a regex pattern using default or user mapping. |
use_format(text, format)Return True if text includes given documentation format and False otherwise. See supported_formats for list of known formats. |
Variable Details |
---|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Feb 9 02:15:12 2007 | http://epydoc.sf.net |