MCPcopy Create free account
hub / github.com/numpy/numpy / __repr__

Method __repr__

numpy/core/records.py:232–235  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

230 __module__ = 'numpy'
231
232 def __repr__(self):
233 if _get_legacy_print_mode() <= 113:
234 return self.__str__()
235 return super().__repr__()
236
237 def __str__(self):
238 if _get_legacy_print_mode() <= 113:

Callers

nothing calls this directly

Calls 2

__str__Method · 0.95
_get_legacy_print_modeFunction · 0.85

Tested by

no test coverage detected