Package Bio :: Package dbdefs :: Module _support
[hide private]
[frames] | no frames]

Module _support

source code

Functions [hide private]
 
has_expr(expr) source code
 
has_str(str) source code
Variables [hide private]
  blank_expr = _M.AssertNot(_M.Re("."))
  html_expr = _M.Rep(_M.Any(_string.whitespace))+ _M.NoCase(_M.S...
Variables Details [hide private]

html_expr

Value:
_M.Rep(_M.Any(_string.whitespace))+ _M.NoCase(_M.Str("<html>"))