This website requires JavaScript.
Explore
Help
Sign In
JasonFraser
/
idconvert
Watch
1
Star
0
Fork
You've already forked idconvert
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
001e09d4aa
idconvert
/
backend
/
venv
/
lib
/
python3.9
/
site-packages
/
stripe
/
_expandable_field.py
5 lines
84 B
Python
Raw
Blame
History
from
typing
import
Union
,
TypeVar
T
=
TypeVar
(
"
T
"
)
ExpandableField
=
Union
[
str
,
T
]
Reference in New Issue
View Git Blame
Copy Permalink