(self)
| 134 | |
| 135 | @property |
| 136 | def mpidtype(self): |
| 137 | try: |
| 138 | return self.TypeMap[self.typecode] |
| 139 | except KeyError: |
| 140 | return MPI.DATATYPE_NULL |
| 141 | |
| 142 | def as_raw(self): |
| 143 | return self.array |
nothing calls this directly
no outgoing calls
no test coverage detected