The really ugly code that generates the Python bindings. This whole
thing is going to be refactored once customized generation makes it to
the top of the task queue.
|
|
|
|
|
GenerateContentTerm(ctd,
term,
binding_module,
**kw) |
source code
|
|
|
GenerateContentParticle(ctd,
particle,
binding_module,
**kw) |
source code
|
|
|
|
|
|
|
|
|
elementDeclarationMap(ed,
binding_module,
**kw) |
source code
|
|
|
|
|
|
|
_PrepareSimpleTypeDefinition(std,
generator,
nsm,
module_context) |
source code
|
|
|
_PrepareComplexTypeDefinition(ctd,
generator,
nsm,
module_context) |
source code
|
|
|
_SetNameWithAccessors(component,
container,
is_plural,
binding_module,
nsm,
kw) |
source code
|
|
|
GeneratePython(schema_location=None,
schema_text=None,
namespace=None,
module_prefix_elts=[ ] ,
**kw) |
source code
|
|