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

Function _old_repr

tables/tests/test_queries.py:356–359  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

354
355
356def _old_repr(o):
357 if isinstance(o, np.bytes_):
358 return repr(bytes(o))
359 return repr(o)
360
361
362def create_test_method(type_, op, extracond, func=None):

Callers 1

create_test_methodFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected