Trees | Indices | Help |
---|
|
1 # Copyright 2002 by Jeffrey Chang. All rights reserved. 2 # This code is part of the Biopython distribution and governed by its 3 # license. Please see the LICENSE file that should have been included 4 # as part of this package. 5 6 import Martel as _M # make sure not imported into client's namespaces 7 import string as _string 8 9 blank_expr = _M.AssertNot(_M.Re(".")) 10 html_expr = _M.Rep(_M.Any(_string.whitespace)) + _M.NoCase(_M.Str("<html>")) 11 14 17
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Sep 15 09:26:30 2008 | http://epydoc.sourceforge.net |