MCPcopy Create free account
hub / github.com/PyTables/PyTables / setup00_char

Method setup00_char

tables/tests/test_array.py:258–266  ·  view source on GitHub ↗

Data integrity during recovery (character objects)

(self)

Source from the content-addressed store, hash-verified

256 Path(filename).unlink()
257
258 def setup00_char(self):
259 """Data integrity during recovery (character objects)"""
260
261 if not isinstance(self.tupleChar, np.ndarray):
262 a = np.array(self.tupleChar, dtype="S")
263 else:
264 a = self.tupleChar
265
266 return a
267
268 def test00_char(self):
269 a = self.setup00_char()

Callers 3

test00_charMethod · 0.95
test00_char_out_argMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected