FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-amazon-mws/mws/utils/types.py at develop · python-amazon-mws/python-amazon-mws · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Jan 4, 2025. It is now read-only.
python-amazon-mws
/
python-amazon-mws
Public archive
Notifications
You must be signed in to change notification settings
Fork
204
Star
380
Code
Issues
2
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-amazon-mws
/
mws
/
utils
/
types.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
8 lines (5 loc) · 195 Bytes
Breadcrumbs
python-amazon-mws
/
mws
/
utils
/
types.py
Copy path
File metadata and controls
8 lines (5 loc) · 195 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
"""Helpers for complex types used throughout MWS package."""
from
typing
import
List
,
Union
import
mws
MarketplaceEnumOrStr
=
Union
[
mws
.
Marketplaces
,
str
]
StrOrListStr
=
Union
[
List
[
str
],
str
]
Back
|
FazBrowse Home
|
New Git URL