Python argument annotations

后端 未结 0 1184
甜味超标
甜味超标 2020-11-21 19:15

I have a python function that takes a list as an argument:

def func(in_list: list):
    ...

but is it possible to more specific, like I want

相关标签:
回答
  • 消灭零回复
提交回复
热议问题