Browsing English (United Kingdom) translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and English (United Kingdom) guidelines.
615 of 36 results
6.
There are two modifiers to the python statement that change its behavior:
There are two modifiers to the python statement that change its behaviour:
Translated and reviewed by Stephan Woidowski
Located in ../../source/python.rst:33
7.
``hide``
``hide``
Translated and reviewed by Stephan Woidowski
Located in ../../source/python.rst:36
8.
If given the hide modifier, the python statement will run the code in an anonymous scope. The scope will be lost when the python block terminates.
If given the hide modifier, the python statement will run the code in an anonymous scope. The scope will be lost when the python block terminates.
Translated and reviewed by Stephan Woidowski
Located in ../../source/python.rst:38
9.
This allows python code to use temporary variables that can't be saved - but it means that the store needs to be accessed as fields on the store object, rather than directly.
This allows python code to use temporary variables that can't be saved - but it means that the store needs to be accessed as fields on the store object, rather than directly.
Translated and reviewed by Stephan Woidowski
Located in ../../source/python.rst:42
10.
``in``
``in``
Translated and reviewed by Stephan Woidowski
Located in ../../source/python.rst:46
11.
The ``in`` modifier takes a name. Instead of executing in the default store, the python code will execute in the store that name.
The ``in`` modifier takes a name. Instead of executing in the default store, the python code will execute in the store that name.
Translated and reviewed by Stephan Woidowski
Located in ../../source/python.rst:48
12.
One-line Python Statement
One-line Python Statement
Translated and reviewed by Stephan Woidowski
Located in ../../source/python.rst:54
13.
A common case is to have a single line of python that runs in the default store. For example, a python one-liner can be used to initialize or update a flag. To make writing python one-liners more convenient, there is the one-line python statement.
A common case is to have a single line of python that runs in the default store. For example, a python one-liner can be used to initialise or update a flag. To make writing python one-liners more convenient, there is the one-line python statement.
Translated and reviewed by Stephan Woidowski
Located in ../../source/python.rst:56
14.
The one-line python statement begins with the dollar-sign ($) character, and contains all of the code on that line. Here are some example of python one-liners::
The one-line python statement begins with the dollar-sign ($) character, and contains all of the code on that line. Here are some example of python one-liners::
Translated and reviewed by Stephan Woidowski
Located in ../../source/python.rst:61
15.
Python one-liners always run in the default store.
Python one-liners always run in the default store.
Translated and reviewed by Stephan Woidowski
Located in ../../source/python.rst:77
615 of 36 results

This translation is managed by Launchpad's British English (En-GB) Translations, assigned by Launchpad Translators.

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

Contributors to this translation: Stephan Woidowski.