OpenGrok
Cross Reference: regex.rst
xref
: /
external
/
python
/
cpython2
/
Doc
/
howto
/
regex.rst
Home
|
History
|
Annotate
|
Download
|
only in
howto
Lines Matching
full:bclass
733
>>> p = re.compile(r'\
bclass
\b')
749
>>> p = re.compile('\
bclass
\b')