got_tracking ¤
Functions:
-
columns
–Print data formatted into distinct columns.
-
track_got
– -
got_report
–Prints out a report of the current status of the GOT tracker.
-
got_tracking_status
–Prints out information about a single GOT tracking entry.
Attributes:
subparsers module-attribute
¤
subparsers = add_subparsers(
required=True,
description="Used to disable and query information about the tracker",
)
status module-attribute
¤
status = add_parser(
"query",
help="Queries detailed tracking information about a single entry in the GOT",
)
got_report ¤
Prints out a report of the current status of the GOT tracker.
got_tracking_status ¤
Prints out information about a single GOT tracking entry.