traversal.py 168 B

1234567891011
  1. # coding: utf-8
  2. # TODO: move these utils.fns here and move import to utils
  3. # flake8: noqa
  4. from .utils import (
  5. dict_get,
  6. get_first,
  7. T,
  8. traverse_obj,
  9. )