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

Function ewarn

numpy/f2py/symbolic.py:153–154  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

151
152
153def ewarn(message):
154 warnings.warn(message, ExprWarning, stacklevel=2)
155
156
157class Expr:

Callers 3

__getitem__Method · 0.85
substituteMethod · 0.85
processMethod · 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…