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

Method is_intent_exact

numpy/f2py/tests/test_array_from_pyobj.py:106–107  ·  view source on GitHub ↗
(self, *names)

Source from the content-addressed store, hash-verified

104 return True
105
106 def is_intent_exact(self, *names):
107 return len(self.intent_list) == len(names) and self.is_intent(*names)
108
109
110intent = Intent()

Callers 1

test_in_outMethod · 0.80

Calls 1

is_intentMethod · 0.95

Tested by

no test coverage detected