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

Source Code for Package pyxb.binding

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