j
k
j a
j l
On 14/02/21 8:48 am, Eric Traut wrote:
def is_str_list(val: Constrains[List[object]:List[str]) -> bool: ...
Maybe something like this? def is_str_list(val: List[str] if True else List[object]) -> bool: ... -- Greg
Back to the thread
Back to the list