gnn_tracking_hpo.util.dict#

Module Contents#

Functions#

pop(→ dict)

Return a new dict with the given keys popped from the given dict.

gnn_tracking_hpo.util.dict.pop(dct: dict, keys: Iterable[str]) dict#

Return a new dict with the given keys popped from the given dict.