Searched refs:test_closure (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_new.py | 96 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/ |
D | transpiler_test.py | 66 def test_closure(self): member in PyToPyTest
|
/external/rust/crates/quote/tests/ |
D | test.rs | 338 fn test_closure() { in test_closure() function
|
/external/python/cpython3/Lib/test/ |
D | test_fstring.py | 774 def test_closure(self): member in TestCase
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_test.c | 2648 static int test_closure(isl_ctx *ctx) in test_closure() function 10782 { "transitive closure", &test_closure },
|