:py:mod:`gnn_tracking_hpo.util.dict`
====================================

.. py:module:: gnn_tracking_hpo.util.dict


Module Contents
---------------


Functions
~~~~~~~~~

.. autoapisummary::

   gnn_tracking_hpo.util.dict.pop



.. py:function:: pop(dct: dict, keys: Iterable[str]) -> dict

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


