Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork16
Translate/reference executionmodel#573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
4d00924
0e74082
d893a1c
9fcace7
2d80aef
5421673
3da8e2e
118bca8
11c602f
9f9d8fb
bccc8b8
8560e2c
670b61d
98473ec
2d8228f
4faf0be
582338f
3190a85
d2a4a12
dfdbaf5
0831b7e
d5fc514
ece70c8
483ad09
80d641c
1f5c332
354ae1f
88fe926
ed80a77
29cf417
80c7733
74e22aa
3283f53
4dcc3b8
05e7e6a
59b2431
d07432a
8c41b87
1dce083
695f46f
668cbcb
bdc5bc6
3499329
f1544e5
05a3080
74372ab
9dec92e
bb15514
48303bd
8eaf08d
cb97de1
7c41ea9
4b62c59
1b5f8f0
660d5a7
cfd489f
92bf09e
ad4788d
49644d0
cab5342
a4f82b4
105f288
d612e7c
adb8298
0464de3
e802924
85bed62
633f4d2
89441c1
84f2390
6c1e541
f6e1571
85f9a94
32a9d20
a0d3210
ae196e9
ae51046
3f778c7
21c371d
aeab16a
346dca6
891b0e2
192017e
8aee574
bec0b59
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -438,8 +438,8 @@ msgid "" | ||
"scopes contained within the annotation scope.)" | ||
msgstr "" | ||
"Οι εκφράσεις σε πεδία σημειώσεων δεν μπορούν να περιέχουν τις εκφράσεις:" | ||
"keyword:`yield`, ``yield from``, :keyword:`await` ή:token:`:=<python-" | ||
"grammar:assignment_expression`. (Αυτές οι εκφράσεις επιτρέπονται σε άλλα " | ||
"πεδία που περιέχονται μέσα στο πεδίο σημειώσεων.)" | ||
mgiannopoulos24 marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
#: reference/executionmodel.rst:223 | ||
@@ -486,8 +486,8 @@ msgid "" | ||
msgstr "" | ||
"Οι τιμές των ψευδωνύμων τύπου που δημιουργούνται μέσω της δήλωσης :keyword:" | ||
"`type`αξιολογούνται *καθυστερημένα*. Το ίδιο ισχύει και για τα όρια και τους " | ||
mgiannopoulos24 marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"περιορισμούς τωνμεταβλητών τύπου που δημιουργούνται μέσω της :ref:`σύνταξης " | ||
"παραμέτρων τύπου <type-params>`.Αυτό σημαίνει ότι δεν αξιολογούνται κατά τη " | ||
"δημιουργία του ψευδωνύμου τύπου ή της μεταβλητής τύπου. Αντίθετα, " | ||
"αξιολογούνται μόνο όταν αυτό είναι απαραίτητο για την επίλυση μιας πρόσβασης " | ||
"χαρακτηριστικού." | ||
@@ -518,12 +518,12 @@ msgstr "" | ||
#: reference/executionmodel.rst:276 | ||
msgid "" | ||
"Lazily evaluated values are evaluated in :ref:`annotation scope <annotation-" | ||
"scopes>`,which means that names that appear inside the lazily evaluated " | ||
"value are looked up as if they were used in the immediately enclosing scope." | ||
msgstr "" | ||
"Οι τιμές που αξιολογούνται καθυστερημένα αξιολογούνται στο :ref:`πεδίο " | ||
"σημειώσεων <annotation-scopes>`,που σημαίνει ότι τα ονόματα που " | ||
mgiannopoulos24 marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"εμφανίζονται μέσα στην καθυστερημένα αξιολογούμενη τιμή αναζητούνται σαν να " | ||
"χρησιμοποιήθηκαν στο αμέσως περιβάλλον πεδίο." | ||
@@ -557,9 +557,9 @@ msgstr "" | ||
"εκτέλεση ενός μπλοκ κώδικα βρίσκεται στην πραγματικότητα μέσω αναζήτησης του " | ||
"ονόματος ``__builtins__`` στον καθολικό του χώρο ονομάτων· αυτό θα πρέπει να " | ||
"είναι ένα λεξικό ή ένα module (στη δεύτερη περίπτωση χρησιμοποιείται το " | ||
"λεξικό του module). Από προεπιλογή, όταν βρισκόμαστε στο module :mod:" | ||
"``__main__``, το ``__builtins__`` είναι το ενσωματωμένο module :mod:" | ||
mgiannopoulos24 marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"`builtins`·όταν βρισκόμαστε σε οποιοδήποτε άλλο module, το ``__builtins__`` " | ||
"είναι ένα ψευδώνυμο για το λεξικό του ίδιου του module :mod:`builtins`." | ||
#: reference/executionmodel.rst:308 | ||
Uh oh!
There was an error while loading.Please reload this page.