Returns a shared object
(self, typecode_or_type, *args)
| 120 | context=self.get_context()) |
| 121 | |
| 122 | def RawValue(self, typecode_or_type, *args): |
| 123 | '''Returns a shared object''' |
| 124 | from .sharedctypes import RawValue |
| 125 | return RawValue(typecode_or_type, *args) |
| 126 | |
| 127 | def RawArray(self, typecode_or_type, size_or_initializer): |
| 128 | '''Returns a shared array''' |