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 . import basis 
 8  from . import datatypes 
 9  from . import facets 
10  from . import content 
11   
12  # Do not include the stuff that's required only for code generation 
13  # noimport generate 
14