1
0
Fork 0
python-docs-fr/library/token.po

75 lines
2.4 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2016, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../Doc/library/token.rst:2
msgid ":mod:`token` --- Constants used with Python parse trees"
msgstr ""
#: ../Doc/library/token.rst:9
msgid "**Source code:** :source:`Lib/token.py`"
msgstr "**Code source :** :source:`Lib/token.py`"
#: ../Doc/library/token.rst:13
msgid ""
"This module provides constants which represent the numeric values of leaf "
"nodes of the parse tree (terminal tokens). Refer to the file :file:`Grammar/"
"Grammar` in the Python distribution for the definitions of the names in the "
"context of the language grammar. The specific numeric values which the "
"names map to may change between Python versions."
msgstr ""
#: ../Doc/library/token.rst:19
msgid ""
"The module also provides a mapping from numeric codes to names and some "
"functions. The functions mirror definitions in the Python C header files."
msgstr ""
#: ../Doc/library/token.rst:25
msgid ""
"Dictionary mapping the numeric values of the constants defined in this "
"module back to name strings, allowing more human-readable representation of "
"parse trees to be generated."
msgstr ""
"Dictionnaire faisant correpondre les valeurs numériques des constantes "
"définies dans ce module à leurs noms, permettant de générer une "
"représentation plus humaine des arbres syntaxiques."
#: ../Doc/library/token.rst:32
msgid "Return true for terminal token values."
msgstr ""
#: ../Doc/library/token.rst:37
msgid "Return true for non-terminal token values."
msgstr ""
#: ../Doc/library/token.rst:42
msgid "Return true if *x* is the marker indicating the end of input."
msgstr ""
#: ../Doc/library/token.rst:45
msgid "The token constants are:"
msgstr ""
#: ../Doc/library/token.rst:107
msgid ""
"Added :data:`AWAIT` and :data:`ASYNC` tokens. Starting with Python 3.7, "
"\"async\" and \"await\" will be tokenized as :data:`NAME` tokens, and :data:"
"`AWAIT` and :data:`ASYNC` will be removed."
msgstr ""