Changes between Version 6 and Version 7 of Python API

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

--

Legend:

Unmodified
Added
Removed
Modified
  • Python API

    v6 v7  
    3838muscle.severe(msg) 
    3939}}} 
    40 These functions behave just like their [wiki:"C++ API" C++ counterparts], except `init`, `send` and `receive`. For `init`, first run `import sys` and then `muscle.init(sys.argv)`. Send will accept a sequence of objects, given a muscle datatype. The following datatypes are recognized: 
     40These functions behave just like their [wiki:"C++ API" C++ counterparts], except `init`, `send` and `receive`. For `init`, first run `import sys` and then `muscle.init(sys.argv)`. Send will accept a sequence of objects, given a MUSCLE datatype. Receive will create a list of objects. The following datatypes are recognized: 
    4141||= Object ||= Python data type ||= C data type || 
    4242|| muscle.int || sequence of `int` || 32-bit `int` ||