Searched refs:aug_test (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_augassign.py | 81 class aug_test: class 87 return aug_test(self.val + val) 89 class aug_test2(aug_test): 94 class aug_test3(aug_test): 98 x = aug_test(1) 102 self.assertIsInstance(x, aug_test)
|
/external/python/cpython3/Lib/test/ |
D | test_augassign.py | 69 class aug_test: class 75 return aug_test(self.val + val) 77 class aug_test2(aug_test): 82 class aug_test3(aug_test): 90 x = aug_test(1) 94 self.assertIsInstance(x, aug_test)
|
/external/tensorflow/tensorflow/python/autograph/operators/ |
D | control_flow.py | 423 def aug_test(): function 432 aug_test, 469 def aug_test(): function 478 aug_test, 507 def aug_test(): function 519 aug_test, 569 def aug_test(): function 579 aug_test, 854 def aug_test(*loop_vars): function 875 aug_test, aug_body, init_vars, **opts)
|
D | control_flow_deprecated_py2.py | 894 def aug_test(*aug_loop_vars): function 918 final_aug_vars = control_flow_ops.while_loop(aug_test, aug_body,
|