Home
last modified time | relevance | path

Searched refs:_fn0 (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/goawk/goawk-1.9.2/testdata/gawk/
H A Dexit2.awk1 function _fn0() { exit } function
2 BEGIN { ARRAY[_fn0()] }
/dports/lang/gawk/gawk-5.1.1/test/
H A Dexit2.awk1 function _fn0() { exit } function
2 BEGIN { ARRAY[_fn0()] }
/dports/misc/py-gluoncv/gluon-cv-0.9.0/tests/unittests/
H A Dtest_data_dataloader.py68 def _fn0(x): function
81 transform_fns=[_fn0, _fn0], last_batch='keep', interval=1, num_workers=2)