Lines Matching refs:info
169 tout.info(f'Update database to v{version}')
485 def ser_ver_set_info(self, info): argument
496 assert info.idnum is not None
497 if info.cover_id:
498 assert info.series_id is None
502 (info.cover_id, info.cover_num_comments, info.name,
503 info.idnum))
505 assert not info.cover_id
506 assert not info.cover_num_comments
507 assert not info.series_id
508 assert not info.version
509 assert not info.link
511 (info.name, info.idnum))