Trees | Indices | Help |
---|
|
Database definitions for retrieval of Medline information.
|
|||
proxy_error_expr = has_expr(Alt(Str("500"), Str("502"))+ Str("
|
|||
diagnostic_error_expr = has_str("WWW Error 500 Diagnostic")
|
|||
error_expr = Str("ERROR")
|
|||
ncbi_failures = [(proxy_error_expr, "proxy error"), (diagnosti
|
|||
medline_eutils = EUtilsDB(name= "medline-eutils", doc= "Retrie
|
|||
medline = DBGroup(name= "medline", behavior= "serial")
|
|||
blank_expr = _M.AssertNot(_M.Re("."))
|
|||
html_expr = _M.Rep(_M.Any(_string.whitespace))+ _M.NoCase(_M.S
|
|
proxy_error_expr
|
ncbi_failures
|
medline_eutils
|
html_expr
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Feb 7 11:50:22 2008 | http://epydoc.sourceforge.net |