Browsing Spanish translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Spanish guidelines.
413 of 47 results
4.
A label statement may have a block associated with it. In that case, control enters the block whenever the label statement is reached, and proceeds with the statement after the label statement whenever the end of the block is reached.
(no translation yet)
Located in ../../source/label.rst:21
5.
The label statement may take an optional list of parameters. These parameters are processed as described in PEP 3102, with two exceptions:
(no translation yet)
Located in ../../source/label.rst:25
6.
The values of default parameters are evaluated at call time.
(no translation yet)
Located in ../../source/label.rst:28
7.
The variables are dynamically, rather than lexically, scoped.
(no translation yet)
Located in ../../source/label.rst:29
8.
Jump Statement
(no translation yet)
Located in ../../source/label.rst:34
9.
The jump statement is used to transfer control to the given label.
(no translation yet)
Located in ../../source/label.rst:36
10.
If the ``expression`` keyword is present, the expression following it is evaluated, and the string so computed is used as the label name of the statement to jump to. If the ``expression`` keyword is not present, the label name of the statement to jump to must be explicitly given.
(no translation yet)
Located in ../../source/label.rst:38
11.
Unlike call, jump does not push the next statement onto a stack. As a result, there's no way to return to where you've jumped from. ::
(no translation yet)
Located in ../../source/label.rst:43
12.
Call Statement
(no translation yet)
Located in ../../source/label.rst:55
13.
The call statement is used to transfer control to the given label. It also pushes the next statement onto the call stack, allowing the return statement to return control to the statement following the call.
(no translation yet)
Located in ../../source/label.rst:57
413 of 47 results

This translation is managed by Launchpad Spanish Translators, assigned by Launchpad Translators.

You are not logged in. Please log in to work on translations.

No-one has contributed to this translation yet.