Changeset a2ed169 for python


Ignore:
Timestamp:
Aug 22, 2018, 3:42:37 PM (6 years ago)
Author:
Paul Brossier <piem@piem.org>
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:
3beacb3
Parents:
a243d10
Message:

python/lib/gen_code.py: kwargs last for py2.x

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/gen_code.py

    ra243d10 ra2ed169  
    387387static PyObject*
    388388Pyaubio_{shortname}_{method}  (Py_{shortname} * self, PyObject * args)
    389 {{""".format(**self.__dict__, method = method)
     389{{""".format(method = method, **self.__dict__)
    390390        input_params = self.do_inputs
    391391        output_params = self.do_outputs
Note: See TracChangeset for help on using the changeset viewer.