- Timestamp:
- May 30, 2017, 5:13:21 PM (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:
- 4b084a9
- Parents:
- 51ca615
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/gen_external.py
r51ca615 rdad51ce 136 136 137 137 138 def get_cpp_objects_from_c_declarations(c_declarations, skip_objects =None):139 if skip_objects ==None:138 def get_cpp_objects_from_c_declarations(c_declarations, skip_objects=None): 139 if skip_objects == None: 140 140 skip_objects = default_skip_objects 141 141 typedefs = filter(lambda y: y.startswith('typedef struct _aubio'), c_declarations)
Note: See TracChangeset
for help on using the changeset viewer.