Searched refs:SUPPORTED_BUILTINS (Results 1 – 2 of 2) sorted by relevance
44 if f in SUPPORTED_BUILTINS:230 SUPPORTED_BUILTINS = (abs, float, int, len, print, range) variable233 SUPPORTED_BUILTINS += (xrange,)
52 if live_val in py_builtins.SUPPORTED_BUILTINS: