OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elementpath
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py
62
>>> from xml.etree import
ElementPath
260
Test find methods using the
elementpath
fallback.
264
>>> CurrentElementPath = ElementTree.
ElementPath
265
>>> ElementTree.
ElementPath
= ElementTree._SimpleElementPath()
290
>>> ElementTree.
ElementPath
= CurrentElementPath
449
>>> cache_len_10 = len(ET.
ElementPath
._cache)
451
>>> len(ET.
ElementPath
._cache) == cache_len_10
454
>>> len(ET.
ElementPath
._cache) > cache_len_10
457
>>> len(ET.
ElementPath
._cache) < 500
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py
62
>>> from xml.etree import
ElementPath
260
Test find methods using the
elementpath
fallback.
264
>>> CurrentElementPath = ElementTree.
ElementPath
265
>>> ElementTree.
ElementPath
= ElementTree._SimpleElementPath()
290
>>> ElementTree.
ElementPath
= CurrentElementPath
449
>>> cache_len_10 = len(ET.
ElementPath
._cache)
451
>>> len(ET.
ElementPath
._cache) == cache_len_10
454
>>> len(ET.
ElementPath
._cache) > cache_len_10
457
>>> len(ET.
ElementPath
._cache) < 500
[
all
...]
Completed in 27 milliseconds