ADIOS2 icon indicating copy to clipboard operation
ADIOS2 copied to clipboard

rework Python bindings

Open eisenhauer opened this issue 2 years ago • 0 comments

The python bindings are awkward to use without a priori knowledge (see issue #3538). Consider a Get() function that would simply return a buffer of the right size and type without the user having to create that first. Consider a python analogue to the variable.Type() function that would return a python-compatible type name rather than the ADIOS-internal type name.

eisenhauer avatar Mar 21 '23 10:03 eisenhauer