DEBSOURCES
Skip Quicknav
sources / python-stripe / 12.0.0-1 / stripe / _expandable_field.py
1234
from typing import Union, TypeVar T = TypeVar("T") ExpandableField = Union[str, T]