Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ _get_legacy_print_mode
Function
_get_legacy_print_mode
numpy/core/arrayprint.py:329–331 ·
view source on GitHub ↗
Return the legacy print mode as an int.
()
Source
from the content-addressed store, hash-verified
327
328
329
def
_get_legacy_print_mode():
330
""
"Return the legacy print mode as an int."
""
331
return
_format_options[
'legacy'
]
332
333
334
@set_module(
'numpy'
)
Callers
3
__repr__
Method · 0.85
__str__
Method · 0.85
__repr__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected