mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-20 05:14:02 -07:00
[utils] Split out traversal.py dummy and traversal tests
This commit is contained in:
parent
34484e49f5
commit
eee9a247eb
3 changed files with 519 additions and 483 deletions
10
youtube_dl/traversal.py
Normal file
10
youtube_dl/traversal.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
# coding: utf-8
|
||||
|
||||
# TODO: move these utils.fns here and move import to utils
|
||||
# flake8: noqa
|
||||
from .utils import (
|
||||
dict_get,
|
||||
get_first,
|
||||
T,
|
||||
traverse_obj,
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue