Home | History | Annotate | Download | only in python

Lines Matching refs:txt

937     txt = open("libxml2class.txt", "w")
938 txt.write(" Generated Classes for libxml2-python\n\n")
940 txt.write("#\n# Global functions of the module\n#\n\n")
949 txt.write("\n# functions from module %s\n" % file)
952 txt.write("%s()\n" % func)
1028 txt.write("\n\n#\n# Set of classes of the module\n#\n\n")
1034 txt.write("\n\nClass %s(%s)\n" % (classname,
1059 txt.write("Class %s()\n" % (classname))
1090 txt.write(" # accessors\n")
1095 txt.write("\n # functions from module %s\n" % file)
1099 txt.write(" %s()\n" % func)
1224 txt.close()