| Trees | Index | Help |
|---|
| Package libconfix :: Package plugins :: Package c :: Module helper |
|
| Function Summary | |
|---|---|
From lines (a list of strings), extract the possible require-candidates - i.e. | |
search_main(lines)
| |
| Variable Summary | |
|---|---|
SRE_Pattern |
_re_aftstr_main = main["`']
|
SRE_Pattern |
_re_befstr_main = ["`']main
|
SRE_Pattern |
_re_cpp = ^s*#
|
SRE_Pattern |
_re_include = ^\s*#\s*include\s*[<"]\s*(\S+)\s*[>"]
|
SRE_Pattern |
_re_main = \bmain\b
|
SRE_Pattern |
_re_main_openparen_after = main\s*\(
|
| Function Details |
|---|
extract_requires(lines)From lines (a list of strings), extract the possible require-candidates - i.e. the files which are #include<>d. Return them as list of strings. |
| Variable Details |
|---|
_re_aftstr_main
|
_re_befstr_main
|
_re_cpp
|
_re_include
|
_re_main
|
_re_main_openparen_after
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Fri Nov 23 16:56:40 2007 | http://epydoc.sf.net |