サクサク読めて、アプリ限定の機能も多数!
“from typing import BinaryIO”
yyamano のブックマーク 2023/07/13 14:01
Type hint for a file or file-like object?“from typing import BinaryIO”2023/07/13 14:01
このブックマークにはスターがありません。 最初のスターをつけてみよう!
stackoverflow.com2021/01/06
Is there any correct type hint to use for a file or file-like object in Python? For example, how would I type-hint the return value of this function? def foo() -> ???: return open('bar')
2 人がブックマーク・2 件のコメント
\ コメントが サクサク読める アプリです /
“from typing import BinaryIO”
yyamano のブックマーク 2023/07/13 14:01
このブックマークにはスターがありません。
最初のスターをつけてみよう!
Type hint for a file or file-like object?
stackoverflow.com2021/01/06
Is there any correct type hint to use for a file or file-like object in Python? For example, how would I type-hint the return value of this function? def foo() -> ???: return open('bar')
2 人がブックマーク・2 件のコメント
\ コメントが サクサク読める アプリです /