OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:piclose
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
HTMLParser.py
23
piclose
= re.compile('>')
variable
270
match =
piclose
.search(rawdata, i+2) # >
sgmllib.py
36
piclose
= re.compile('>')
variable
226
match =
piclose
.search(rawdata, i+2)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
HTMLParser.py
23
piclose
= re.compile('>')
variable
270
match =
piclose
.search(rawdata, i+2) # >
sgmllib.py
36
piclose
= re.compile('>')
variable
226
match =
piclose
.search(rawdata, i+2)
Completed in 90 milliseconds