module documentation

Tests specific to the lxml.objectify API

Class ObjectifyTestCase Test cases for lxml.objectify
Function test_suite Undocumented
Constant DEFAULT_NSMAP Undocumented
Constant PYTYPE_NAMESPACE Undocumented
Constant TREE_PYTYPE Undocumented
Constant XML_SCHEMA_INSTANCE_NS Undocumented
Constant XML_SCHEMA_INSTANCE_TYPE_ATTR Undocumented
Constant XML_SCHEMA_NIL_ATTR Undocumented
Constant XML_SCHEMA_NS Undocumented
Variable objectclass2pytype Undocumented
Variable objectclass2xsitype Undocumented
Variable pytype2objclass Undocumented
Variable xml_str Undocumented
Variable xsitype2objclass Undocumented
def test_suite(): (source)

Undocumented

DEFAULT_NSMAP = (source)

Undocumented

Value
{'py': PYTYPE_NAMESPACE, 'xsi': XML_SCHEMA_INSTANCE_NS, 'xsd': XML_SCHEMA_NS}
PYTYPE_NAMESPACE: str = (source)

Undocumented

Value
'http://codespeak.net/lxml/objectify/pytype'
TREE_PYTYPE: str = (source)

Undocumented

Value
'TREE'
XML_SCHEMA_INSTANCE_NS: str = (source)

Undocumented

Value
'http://www.w3.org/2001/XMLSchema-instance'
XML_SCHEMA_INSTANCE_TYPE_ATTR = (source)

Undocumented

Value
'{%s}type'%XML_SCHEMA_INSTANCE_NS
XML_SCHEMA_NIL_ATTR = (source)

Undocumented

Value
'{%s}nil'%XML_SCHEMA_INSTANCE_NS
XML_SCHEMA_NS: str = (source)

Undocumented

Value
'http://www.w3.org/2001/XMLSchema'
objectclass2pytype = (source)

Undocumented

objectclass2xsitype = (source)

Undocumented

pytype2objclass = (source)

Undocumented

Undocumented

xsitype2objclass = (source)

Undocumented