Searched refs:_PRINTED_WARNING (Results 1 – 1 of 1) sorted by relevance
39 _PRINTED_WARNING = {} variable211 if _NewClass.__init__ not in _PRINTED_WARNING:213 _PRINTED_WARNING[_NewClass.__init__] = True230 if new_func not in _PRINTED_WARNING:232 _PRINTED_WARNING[new_func] = True327 if func not in _PRINTED_WARNING:329 _PRINTED_WARNING[func] = True525 if (func, arg_name) not in _PRINTED_WARNING:527 _PRINTED_WARNING[(func, arg_name)] = True593 if (func, arg_name) not in _PRINTED_WARNING:[all …]