Home | History | Annotate | Download | only in test

Lines Matching refs:And

6 # order to ensure consistency between the C implementation and the
401 a warning in 1.3, and the behaviour will be modified in 1.4.
1211 >>> xpath_tokenizer("employee[@secretary and @assistant]")
1212 ['employee', '[', '@', 'secretary', '', 'and', '', '@', 'assistant', ']']
1262 and should not be interpreted as official policy endorsed by this
1345 and should not be interpreted as official policy endorsed by this
1544 non-ascii element and attribute names doesn't work
1719 And the Dublin Core namespace is in the default list:
1849 """Provide default namespace mapping and path cache."""
1854 # under -OO, doctests cannot be run and therefore not all warnings
1859 ("This search is broken in 1.3 and earlier, and will be fixed "
1862 # Element.getchildren() and Element.getiterator() are deprecated.
1885 # Restore mapping and path cache
1896 # The same doctests are used for both the Python and the C implementations