Search Results

0
votes

Correct way to detect sequence parameter?

You're asking the wrong question. You don't try to detect types in Python; you detect behavior. Write another function that handles a single value. (let's call it _use_single_val). …