Searched refs:_PRINTED_WARNING (Results 1 – 1 of 1) sorted by relevance
38 _PRINTED_WARNING = {} variable213 if _NewClass.__init__ not in _PRINTED_WARNING:215 _PRINTED_WARNING[_NewClass.__init__] = True232 if new_func not in _PRINTED_WARNING:234 _PRINTED_WARNING[new_func] = True314 if func not in _PRINTED_WARNING:316 _PRINTED_WARNING[func] = True497 if (func, arg_name) not in _PRINTED_WARNING:499 _PRINTED_WARNING[(func, arg_name)] = True565 if (func, arg_name) not in _PRINTED_WARNING:[all …]