Home
last modified time | relevance | path

Searched defs:safe_zip (Results 1 – 4 of 4) sorted by relevance

/dports/databases/couchdb3/apache-couchdb-3.2.1/src/proper/src/
H A Dproper_gen_next.erl704 safe_zip(L, R) -> function
707 safe_zip([], [], Acc) -> function
709 safe_zip([HL | TL], [HR | TR], Acc) -> function
711 safe_zip([], _, _) -> function
713 safe_zip(_, [], _) -> function
715 safe_zip(ITL, ITR, Acc) -> function
H A Dproper_arith.erl97 safe_zip(Xs, Ys) -> function
/dports/science/py-chainer/chainer-7.8.0/chainer/testing/
H A Dparameterized.py114 def safe_zip(ns, vs): function
/dports/math/py-jax/jax-0.2.9/jax/_src/
H A Dutil.py30 def safe_zip(*args): function