Changes between Version 5 and Version 6 of Python API

Show
Ignore:
Timestamp:
09/20/13 15:00:18 (11 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Python API

    v5 v6  
    4747|| muscle.raw || `bytearray` || `char *` || 
    4848|| muscle.string || `str` || `const char *` || 
    49 The first five data types take any sequence, as long as the Python datatype that is contained matches. In some cases, it may be necessary to recreate a NumPy array so that the canonical Python datatypes are used. For example, with `int`: 
     49The first five data types take any sequence, as long as the datatype that it contains matches the canonical Python data type. In some cases, like with "NumPy", it may be necessary to recreate the with the canonical Python datatype. For example, with `int`: 
    5050{{{ 
    5151import muscle, numpy as np