[docs]defwarn(*args):""" Prints **args** to standard error when running completions. This will interrupt the user's command line interaction; use it to indicate an error condition that is preventing your completer from working. """print(file=debug_stream)print(file=debug_stream,*args)