[issue45456] operator 'pass' in 'if-else' linear expression

Evgeniy Ivanov report at bugs.python.org
Wed Oct 13 01:25:14 EDT 2021


Evgeniy Ivanov <atxn at yandex.ru> added the comment:

or another example:

def my_func(x):
 something_do....


my_func(x) if x > 100 else <no call this function>

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45456>
_______________________________________


More information about the Python-bugs-list mailing list