Changeset 0629356
- Timestamp:
- Oct 26, 2018, 8:53:02 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:
- 92948ab
- Parents:
- 47b465c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/py-sink.c
r47b465c r0629356 81 81 "Close this sink now.\n" 82 82 "\n" 83 "By default, the file gets closed when deleting the object. Explicitely\n"84 " closing a sink can be useful to control the number of file opened\n"85 " simultaneously.\n"83 "By default, the sink will be closed before being deleted.\n" 84 "Explicitely closing a sink can be useful to control the number\n" 85 "of files simultaneously opened.\n" 86 86 ""; 87 87
Note: See TracChangeset
for help on using the changeset viewer.