Changeset 415e360
- Timestamp:
- May 30, 2017, 12:17:15 AM (8 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
- Children:
- b1f93c4
- Parents:
- 8f343e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/gen_external.py
r8f343e6 r415e360 151 151 continue 152 152 lib[shortname] = {'struct': [], 'new': [], 'del': [], 'do': [], 'get': [], 'set': [], 'other': []} 153 lib[shortname]['longname'] = o153 lib[shortname]['longname'] = longname 154 154 lib[shortname]['shortname'] = shortname 155 155 valid_funcname_part = ['_'+longname,longname+'_']
Note: See TracChangeset
for help on using the changeset viewer.