You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"`pass` is a statement which does nothing when it's executed. It can be used e.g. as placeholder to make the code syntatically correct while sketching the functions and/or classes of your application. For example, the following is valid Python. "
<h3id="pass-statement"><ahref="https://docs.python.org/3/reference/simple_stmts.html#the-pass-statement"><code>pass</code></a> statement<aclass="anchor-link" href="#pass-statement">¶</a></h3><p><code>pass</code> is a statement which does nothing when it's executed. It can be used e.g. as placeholder to make the code syntatically correct while sketching the functions and/or classes of your application. For example, the following is valid Python.</p>
0 commit comments