Changeset dad51ce


Ignore:
Timestamp:
May 30, 2017, 5:13:21 PM (7 years ago)
Author:
Martin Hermant <martin.hermant@gmail.com>
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
Message:

gen_external.py : pepify

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/gen_external.py

    r51ca615 rdad51ce  
    136136
    137137
    138 def get_cpp_objects_from_c_declarations(c_declarations,skip_objects = None):
    139     if skip_objects==None:
     138def get_cpp_objects_from_c_declarations(c_declarations, skip_objects=None):
     139    if skip_objects == None:
    140140        skip_objects = default_skip_objects
    141141    typedefs = filter(lambda y: y.startswith('typedef struct _aubio'), c_declarations)
Note: See TracChangeset for help on using the changeset viewer.