Home
last modified time | relevance | path

Searched refs:test_closure (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_new.py96 def test_closure(func, closure, exc): function
99 test_closure(g, None, TypeError) # invalid closure
100 test_closure(g, (1,), TypeError) # non-cell in closure
101 test_closure(g, (1, 1), ValueError) # closure is wrong size
102 test_closure(f, g.func_closure, ValueError) # no closure needed
/external/tensorflow/tensorflow/python/autograph/pyct/
Dtranspiler_test.py66 def test_closure(self): member in PyToPyTest
/external/rust/crates/quote/tests/
Dtest.rs338 fn test_closure() { in test_closure() function
/external/python/cpython3/Lib/test/
Dtest_fstring.py774 def test_closure(self): member in TestCase
/external/llvm-project/polly/lib/External/isl/
Disl_test.c2648 static int test_closure(isl_ctx *ctx) in test_closure() function
10782 { "transitive closure", &test_closure },