Changes between Version 4 and Version 5 of Python API
- Timestamp:
- 09/20/13 14:58:17 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python API
v4 v5 1 = Python API = 2 1 3 The MUSCLE Python API closely resembles the C api but is slightly more brief. Currently, only Python 2.x is supported. 2 4 It is enabled by default on the latest version of MUSCLE, and can be forced to be enabled by setting … … 52 54 muscle.send([int(d) for d in data], 'out', muscle.int) 53 55 }}} 56 57 [[Documentation|<< Back to Documentation]]