Changeset a7f398d for python/lib/gen_external.py
- Timestamp:
- Apr 21, 2016, 9:32:59 PM (9 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- e31aad20
- Parents:
- b5bef11
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/gen_external.py
rb5bef11 ra7f398d 117 117 elif len(lib[o][family]) == 1: 118 118 print ( "{:15s} {:10s} {:s}".format(o, family, lib[o][family][0] ) ) 119 else: 119 else: 120 120 print ( "{:15s} {:10s} {:d}".format(o, family, len(lib[o][family]) ) ) 121 121 """ … … 159 159 print ("wrote %s" % output_file ) 160 160 sources_list.append(output_file) 161 161 162 162 objlist = "".join(["extern PyTypeObject Py_%sType;\n" % p for p in lib]) 163 163 out = """
Note: See TracChangeset
for help on using the changeset viewer.