OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AttributesNSImpl
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
expatreader.py
31
AttributesNSImpl
= xmlreader.
AttributesNSImpl
341
AttributesNSImpl
(newattrs, qnames))
xmlreader.py
339
# =====
ATTRIBUTESNSIMPL
=====
341
class
AttributesNSImpl
(AttributesImpl):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
expatreader.py
31
AttributesNSImpl
= xmlreader.
AttributesNSImpl
341
AttributesNSImpl
(newattrs, qnames))
xmlreader.py
339
# =====
ATTRIBUTESNSIMPL
=====
341
class
AttributesNSImpl
(AttributesImpl):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sax.py
15
from xml.sax.xmlreader import InputSource, AttributesImpl,
AttributesNSImpl
808
self.verify_empty_nsattrs(
AttributesNSImpl
({}, {}))
811
attrs =
AttributesNSImpl
({(ns_uri, "attr") : "val"},
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sax.py
15
from xml.sax.xmlreader import InputSource, AttributesImpl,
AttributesNSImpl
808
self.verify_empty_nsattrs(
AttributesNSImpl
({}, {}))
811
attrs =
AttributesNSImpl
({(ns_uri, "attr") : "val"},
Completed in 229 milliseconds