I have a find
function that receives a optional keyword only in_
parameter to narrow the search space. Unfortunately, I had to add the trailing underscore to distinguish it from Python's in
keyword. I don't want to expose such an oddly named parameter, are there any better names I could use?
English is not my first language, so I am hoping there is a clearly better option. Thanks