Changeset a2ed169 for python/lib/gen_code.py
- Timestamp:
- Aug 22, 2018, 3:42:37 PM (6 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:
- 3beacb3
- Parents:
- a243d10
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/gen_code.py
ra243d10 ra2ed169 387 387 static PyObject* 388 388 Pyaubio_{shortname}_{method} (Py_{shortname} * self, PyObject * args) 389 {{""".format( **self.__dict__, method = method)389 {{""".format(method = method, **self.__dict__) 390 390 input_params = self.do_inputs 391 391 output_params = self.do_outputs
Note: See TracChangeset
for help on using the changeset viewer.