dragon.mpbridge.sharedctypes.DragonArray
- class DragonArray[source]
Bases:
Array
A ctype array co-located on the same node by default as the creating process
- __init__(typecode_or_type, size_or_initializer, lock: Lock = None, ctx: None = None)[source]
Initialize the mpbridge array object.
Methods
__init__
(typecode_or_type, size_or_initializer)Initialize the mpbridge array object.
acquire
()Acquire the internal lock object
release
()Release the internal lock object
Attributes
- __init__(typecode_or_type, size_or_initializer, lock: Lock = None, ctx: None = None)[source]
Initialize the mpbridge array object.
- property raw
- property value