MCPcopy
hub / github.com/numpy/numpy / __repr__

Method __repr__

numpy/_core/records.py:205–208  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

203 __module__ = 'numpy'
204
205 def __repr__(self):
206 if _get_legacy_print_mode() <= 113:
207 return self.__str__()
208 return super().__repr__()
209
210 def __str__(self):
211 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