On Jun 21, 2013, at 8:05 AM, exar...@twistedmatrix.com wrote:
> Hello,
>
> I've noticed there are a couple public APIs in Twisted now that accept a
> "private" positional argument. I use scare quotes because I don't see how
> it's actually possible to make a positional argument private.
>
>
Hello,
I've noticed there are a couple public APIs in Twisted now that accept a
"private" positional argument. I use scare quotes because I don't see
how it's actually possible to make a positional argument private.
Given a function defined like this:
def foo(_bar=None):
...
Ther