MCPcopy Index your code
hub / github.com/numpy/numpy / enabled

Method enabled

numpy/ma/core.py:2469–2474  ·  view source on GitHub ↗

Is the use of the display value enabled?

(self)

Source from the content-addressed store, hash-verified

2467 self._display = s
2468
2469 def enabled(self):
2470 """
2471 Is the use of the display value enabled?
2472
2473 """
2474 return self._enabled
2475
2476 def enable(self, shrink=1):
2477 """

Callers 1

_insert_masked_printMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected