Package pyxb :: Package binding
[hide private]
[frames] | no frames]

Source Code for Package pyxb.binding

 1  """Material used to generate and execute bindings generated by the PyXB package. 
 2  """ 
 3   
 4  # Automatically include all the stuff that's necessary for basic 
 5  # running.  There are order dependencies here. 
 6  import basis 
 7  import datatypes 
 8  import facets 
 9  import datatypes_facets 
10  import content 
11   
12  # Do not include the stuff that's required only for code generation 
13  # noimport nfa 
14  # noimport generate 
15