Home | Trees | Indices | Help |
|
---|
|
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
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Apr 17 03:13:59 2013 | http://epydoc.sourceforge.net |