Home
last modified time | relevance | path

Searched defs:assert_stmt (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/operators/
Dexceptions.py26 def assert_stmt(expression1, expression2): function
/external/python/cpython3/Include/
Dgraminit.h41 #define assert_stmt 294 macro
/external/python/cpython2/Include/
Dgraminit.h38 #define assert_stmt 291 macro
/external/python/cpython2/Lib/
Dsymbol.py48 assert_stmt = 291 variable
/external/python/cpython3/Lib/
Dsymbol.py51 assert_stmt = 294 variable
/external/python/cpython2/Lib/compiler/
Dtransformer.py497 def assert_stmt(self, nodelist): member in Transformer