Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
153
def
ewarn(message):
154
warnings.warn(message, ExprWarning, stacklevel=2)
155
156
157
class
Expr:
Callers
3
__getitem__
Method · 0.85
substitute
Method · 0.85
process
Method · 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…