MCPcopy Create free account
hub / github.com/mpi4py/mpi4py / mpidtype

Method mpidtype

test/arrayimpl.py:136–140  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected