MCPcopy Index your code
hub / github.com/davispuh/MySQL-for-Python-3 / test_BLOB

Method test_BLOB

tests/capabilities.py:272–280  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

270 generator)
271
272 def test_BLOB(self):
273 def generator(row,col):
274 if col == 0:
275 return row
276 else:
277 return self.BLOBBinary # 'BLOB\000Binary ' * 1024
278 self.check_data_integrity(
279 ('col1 INT','col2 BLOB'),
280 generator)
281

Callers

nothing calls this directly

Calls 1

check_data_integrityMethod · 0.95

Tested by

no test coverage detected