Closed obriencj closed 4 years ago
A built-in no-op operator.
None
*args
**kwds
Note that this exists because I found myself frequently authoring a no-op function, so I figured there may as well be one baked in. The existing Python statement pass provided the perfect name for it.
pass
A built-in no-op operator.
None
.*args
and**kwds
and returnsNone
.