OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nexttag
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py
38
<
nexttag
/>
311
>>> elem.find("section/
nexttag
").tag
312
'
nexttag
'
319
>>> elem.findtext("section/
nexttag
")
321
>>> elem.findtext("section/
nexttag
", "default")
356
['tag', '
nexttag
', 'nextsection']
358
['tag', '
nexttag
', 'nextsection', 'tag']
360
['tag', '
nexttag
', 'nextsection', 'tag']
362
['tag', '
nexttag
', 'nextsection']
364
['tag', '
nexttag
', 'nextsection', 'tag'
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py
38
<
nexttag
/>
311
>>> elem.find("section/
nexttag
").tag
312
'
nexttag
'
319
>>> elem.findtext("section/
nexttag
")
321
>>> elem.findtext("section/
nexttag
", "default")
356
['tag', '
nexttag
', 'nextsection']
358
['tag', '
nexttag
', 'nextsection', 'tag']
360
['tag', '
nexttag
', 'nextsection', 'tag']
362
['tag', '
nexttag
', 'nextsection']
364
['tag', '
nexttag
', 'nextsection', 'tag'
[
all
...]
Completed in 26 milliseconds