Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
検索スペースを狭めるためにfind、オプションのキーワードのみのパラメーターを受け取る関数があります。残念ながら、Python のキーワードin_と区別するために、末尾にアンダースコアを追加する必要がありました。inこのような奇妙な名前のパラメーターを公開したくありません。使用できるより良い名前はありますか?
find
in_
in
英語は私の第一言語ではないので、明らかにより良い選択肢があることを願っています. ありがとう
を使用しwithinます。
within
find("needle", within="haystack")