This website requires JavaScript.
Explore
Help
Register
Sign In
docker
/
docker-py
mirror of
https://github.com/docker/docker-py.git
Watch
1
Star
0
Fork
You've already forked docker-py
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b1603f34b2
docker-py
/
docker
/
utils
/
typing.py
4 lines
99 B
Python
Raw
Blame
History
from
typing
import
Any
,
Dict
,
TypeVar
BytesOrDict
=
TypeVar
(
"
BytesOrDict
"
,
bytes
,
Dict
[
str
,
Any
]
)
Reference in New Issue
View Git Blame
Copy Permalink