def dprint(category, s, prefix='', end='\n', fp=None): # type: (str, AnyStr, str, str, Optional[IO[AnyStr]]) -> None category_print(args_debug, 'debug', category, s, prefix, end, fp=fp)