diff options
| author | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
| commit | 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch) | |
| tree | 158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/python~3.12/library%2Fkeyword.html | |
| parent | 9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff) | |
| download | dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip | |
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/python~3.12/library%2Fkeyword.html')
| -rw-r--r-- | devdocs/python~3.12/library%2Fkeyword.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/devdocs/python~3.12/library%2Fkeyword.html b/devdocs/python~3.12/library%2Fkeyword.html deleted file mode 100644 index 81fc8059..00000000 --- a/devdocs/python~3.12/library%2Fkeyword.html +++ /dev/null @@ -1,18 +0,0 @@ - <span id="keyword-testing-for-python-keywords"></span><h1>keyword — Testing for Python keywords</h1> <p><strong>Source code:</strong> <a class="reference external" href="https://github.com/python/cpython/tree/3.12/Lib/keyword.py">Lib/keyword.py</a></p> <p>This module allows a Python program to determine if a string is a <a class="reference internal" href="../reference/lexical_analysis#keywords"><span class="std std-ref">keyword</span></a> or <a class="reference internal" href="../reference/lexical_analysis#soft-keywords"><span class="std std-ref">soft keyword</span></a>.</p> <dl class="py function"> <dt class="sig sig-object py" id="keyword.iskeyword"> -<code>keyword.iskeyword(s)</code> </dt> <dd> -<p>Return <code>True</code> if <em>s</em> is a Python <a class="reference internal" href="../reference/lexical_analysis#keywords"><span class="std std-ref">keyword</span></a>.</p> </dd> -</dl> <dl class="py data"> <dt class="sig sig-object py" id="keyword.kwlist"> -<code>keyword.kwlist</code> </dt> <dd> -<p>Sequence containing all the <a class="reference internal" href="../reference/lexical_analysis#keywords"><span class="std std-ref">keywords</span></a> defined for the interpreter. If any keywords are defined to only be active when particular <a class="reference internal" href="__future__#module-__future__" title="__future__: Future statement definitions"><code>__future__</code></a> statements are in effect, these will be included as well.</p> </dd> -</dl> <dl class="py function"> <dt class="sig sig-object py" id="keyword.issoftkeyword"> -<code>keyword.issoftkeyword(s)</code> </dt> <dd> -<p>Return <code>True</code> if <em>s</em> is a Python <a class="reference internal" href="../reference/lexical_analysis#soft-keywords"><span class="std std-ref">soft keyword</span></a>.</p> <div class="versionadded"> <p><span class="versionmodified added">New in version 3.9.</span></p> </div> </dd> -</dl> <dl class="py data"> <dt class="sig sig-object py" id="keyword.softkwlist"> -<code>keyword.softkwlist</code> </dt> <dd> -<p>Sequence containing all the <a class="reference internal" href="../reference/lexical_analysis#soft-keywords"><span class="std std-ref">soft keywords</span></a> defined for the interpreter. If any soft keywords are defined to only be active when particular <a class="reference internal" href="__future__#module-__future__" title="__future__: Future statement definitions"><code>__future__</code></a> statements are in effect, these will be included as well.</p> <div class="versionadded"> <p><span class="versionmodified added">New in version 3.9.</span></p> </div> </dd> -</dl> <div class="_attribution"> - <p class="_attribution-p"> - © 2001–2023 Python Software Foundation<br>Licensed under the PSF License.<br> - <a href="https://docs.python.org/3.12/library/keyword.html" class="_attribution-link">https://docs.python.org/3.12/library/keyword.html</a> - </p> -</div> |
