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

Class throw_error

numpy/f2py/auxfuncs.py:617–624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615
616
617class throw_error:
618
619 def __init__(self, mess):
620 self.mess = mess
621
622 def __call__(self, var):
623 mess = f'\n\n var = {var}\n Message: {self.mess}\n'
624 raise F2PYError(mess)
625
626
627def l_and(*f):

Callers 1

cb_rules.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…