module documentation

Tests specific to the lxml.objectify API
Class ​Objectify​Test​Case 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():

Undocumented

DEFAULT_NSMAP =

Undocumented

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

Undocumented

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

Undocumented

Value
'TREE'
XML_SCHEMA_INSTANCE_NS: str =

Undocumented

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

Undocumented

Value
'{%s}type'%XML_SCHEMA_INSTANCE_NS
XML_SCHEMA_NIL_ATTR =

Undocumented

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

Undocumented

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

Undocumented

objectclass2xsitype =

Undocumented

pytype2objclass =

Undocumented

xml_str: str =

Undocumented

xsitype2objclass =

Undocumented