水木社区手机版
首页
|版面-Python的自由天空(Python)|
新版wap站已上线
返回
1/1
|
转到
主题:关于函数参数列表提示的问题
楼主
|
jlsthsdqyx
|
2023-10-16 20:41:14
|
只看此ID
def count(self, x: str, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...) -> int: ...
q1:
上面的参数中,__start: SupportsIndex | None = ...这部分怎么理解,是
__start: (SupportsIndex | None)= ...
__start: SupportsIndex | (None = ...)
q2:
这类细节问题的规则说明要去哪找啊?
--
FROM 61.48.46.*
1楼
|
annals
|
2023-10-16 21:23:14
|
只看此ID
看type hint的语法呗
【 在 jlsthsdqyx 的大作中提到: 】
: def count(self, x: str, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...) -> int: ...
: q1:
: 上面的参数中,__start: SupportsIndex | None = ...这部分怎么理解,是
: ...................
--
FROM 61.149.73.24
2楼
|
jlsthsdqyx
|
2023-10-18 07:13:18
|
只看此ID
哦哦,找找去
【 在 annals 的大作中提到: 】
:
: 看type hint的语法呗
:
: 【 在 jlsthsdqyx 的大作中提到: 】
: : def count(self, x: str, __start: SupportsIndex | None = ..., __end: SupportsIndex | None = ...) -> int: ...
#发自zSMTH@SM-S9080
--
FROM 61.48.46.*
3楼
|
jlsthsdqyx
|
2023-10-18 07:14:10
|
只看此ID
谢谢,就是这个了
【 在 ToSimplicity 的大作中提到: 】
:
: identifier [: expression] [= expression]
:
https://peps.python.org/pep-3107/#parameters
#发自zSMTH@SM-S9080
--
FROM 61.48.46.*
1/1
|
转到
选择讨论区
首页
|
分区
|
热推
BYR-Team
©
2010.
KBS Dev-Team
©
2011
登录完整版