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

Method enabled

numpy/ma/core.py:2400–2405  ·  view source on GitHub ↗

Is the use of the display value enabled?

(self)

Source from the content-addressed store, hash-verified

2398 self._display = s
2399
2400 def enabled(self):
2401 """
2402 Is the use of the display value enabled?
2403
2404 """
2405 return self._enabled
2406
2407 def enable(self, shrink=1):
2408 """

Callers 1

_insert_masked_printMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected