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 . 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
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Sep 18 10:35:39 2013 | http://epydoc.sourceforge.net |