This is a pre-release version (latest). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy latest / numpy / f2py / symbolic / Expr / traverse

function

numpy.f2py.symbolic:Expr.traverse

source: build-install/usr/lib/python3.14/site-packages/numpy/f2py/symbolic.py :659

Signature

def   traverse ( self visit * args ** kwargs )

Summary

Traverse expression tree with visit function.

Extended Summary

The visit function is applied to an expression with given args and kwargs.

Traverse call returns an expression returned by visit when not None, otherwise return a new normalized expression with traverse-visit sub-expressions.

Aliases

  • numpy.f2py.symbolic.Expr.traverse