📄 index.htm
字号:
<LI><A NAME="tex2html119"
href="module-string.html" tppabs="http://www.python.org/doc/current/lib/module-string.html">4.1 <tt class="module">string</tt> --
Common string operations</A>
<LI><A NAME="tex2html120"
href="module-re.html" tppabs="http://www.python.org/doc/current/lib/module-re.html">4.2 <tt class="module">re</tt> --
Regular expression operations</A>
<UL>
<LI><A NAME="tex2html121"
href="re-syntax.html" tppabs="http://www.python.org/doc/current/lib/re-syntax.html">4.2.1 Regular Expression Syntax </A>
<LI><A NAME="tex2html122"
href="matching-searching.html" tppabs="http://www.python.org/doc/current/lib/matching-searching.html">4.2.2 Matching vs. Searching </A>
<LI><A NAME="tex2html123"
href="Contents_of_Module_re.html" tppabs="http://www.python.org/doc/current/lib/Contents_of_Module_re.html">4.2.3 Module Contents</A>
<LI><A NAME="tex2html124"
href="re-objects.html" tppabs="http://www.python.org/doc/current/lib/re-objects.html">4.2.4 Regular Expression Objects </A>
<LI><A NAME="tex2html125"
href="match-objects.html" tppabs="http://www.python.org/doc/current/lib/match-objects.html">4.2.5 Match Objects </A>
</UL>
<LI><A NAME="tex2html126"
href="module-struct.html" tppabs="http://www.python.org/doc/current/lib/module-struct.html">4.3 <tt class="module">struct</tt> --
Interpret strings as packed binary data</A>
<LI><A NAME="tex2html127"
href="module-fpformat.html" tppabs="http://www.python.org/doc/current/lib/module-fpformat.html">4.4 <tt class="module">fpformat</tt> --
Floating point conversions</A>
<LI><A NAME="tex2html128"
href="module-StringIO.html" tppabs="http://www.python.org/doc/current/lib/module-StringIO.html">4.5 <tt class="module">StringIO</tt> --
Read and write strings as files</A>
<LI><A NAME="tex2html129"
href="module-cStringIO.html" tppabs="http://www.python.org/doc/current/lib/module-cStringIO.html">4.6 <tt class="module">cStringIO</tt> --
Faster version of <tt class="module">StringIO</tt></A>
<LI><A NAME="tex2html130"
href="module-codecs.html" tppabs="http://www.python.org/doc/current/lib/module-codecs.html">4.7 <tt class="module">codecs</tt> --
Codec registry and base classes</A>
<UL>
<LI><A NAME="tex2html131"
HREF="node80.html" tppabs="http://www.python.org/doc/current/lib/node80.html">4.7.1 Codec Base Classes</A>
</UL>
<LI><A NAME="tex2html132"
href="module-unicodedata.html" tppabs="http://www.python.org/doc/current/lib/module-unicodedata.html">4.8 <tt class="module">unicodedata</tt> --
Unicode Database</A>
</UL>
<LI><A NAME="tex2html133"
href="misc.html" tppabs="http://www.python.org/doc/current/lib/misc.html">5. Miscellaneous Services</A>
<UL>
<LI><A NAME="tex2html134"
href="module-math.html" tppabs="http://www.python.org/doc/current/lib/module-math.html">5.1 <tt class="module">math</tt> --
Mathematical functions</A>
<LI><A NAME="tex2html135"
href="module-cmath.html" tppabs="http://www.python.org/doc/current/lib/module-cmath.html">5.2 <tt class="module">cmath</tt> --
Mathematical functions for complex numbers</A>
<LI><A NAME="tex2html136"
href="module-random.html" tppabs="http://www.python.org/doc/current/lib/module-random.html">5.3 <tt class="module">random</tt> --
Generate pseudo-random numbers</A>
<UL>
<LI><A NAME="tex2html137"
href="rng-objects.html" tppabs="http://www.python.org/doc/current/lib/rng-objects.html">5.3.1 The Random Number Generator Interface
</A>
</UL>
<LI><A NAME="tex2html138"
href="module-whrandom.html" tppabs="http://www.python.org/doc/current/lib/module-whrandom.html">5.4 <tt class="module">whrandom</tt> --
Pseudo-random number generator</A>
<LI><A NAME="tex2html139"
href="module-bisect.html" tppabs="http://www.python.org/doc/current/lib/module-bisect.html">5.5 <tt class="module">bisect</tt> --
Array bisection algorithm</A>
<UL>
<LI><A NAME="tex2html140"
href="bisect-example.html" tppabs="http://www.python.org/doc/current/lib/bisect-example.html">5.5.1 Example</A>
</UL>
<LI><A NAME="tex2html141"
href="module-array.html" tppabs="http://www.python.org/doc/current/lib/module-array.html">5.6 <tt class="module">array</tt> --
Efficient arrays of numeric values</A>
<LI><A NAME="tex2html142"
href="module-ConfigParser.html" tppabs="http://www.python.org/doc/current/lib/module-ConfigParser.html">5.7 <tt class="module">ConfigParser</tt> --
Configuration file parser</A>
<UL>
<LI><A NAME="tex2html143"
href="ConfigParser-objects.html" tppabs="http://www.python.org/doc/current/lib/ConfigParser-objects.html">5.7.1 ConfigParser Objects </A>
</UL>
<LI><A NAME="tex2html144"
href="module-fileinput.html" tppabs="http://www.python.org/doc/current/lib/module-fileinput.html">5.8 <tt class="module">fileinput</tt> --
Iterate over lines from multiple input streams</A>
<LI><A NAME="tex2html145"
href="module-calendar.html" tppabs="http://www.python.org/doc/current/lib/module-calendar.html">5.9 <tt class="module">calendar</tt> --
General calendar-related functions</A>
<LI><A NAME="tex2html146"
href="module-cmd.html" tppabs="http://www.python.org/doc/current/lib/module-cmd.html">5.10 <tt class="module">cmd</tt> --
Support for line-oriented command interpreters</A>
<UL>
<LI><A NAME="tex2html147"
href="Cmd-objects.html" tppabs="http://www.python.org/doc/current/lib/Cmd-objects.html">5.10.1 Cmd Objects</A>
</UL>
<LI><A NAME="tex2html148"
href="module-shlex.html" tppabs="http://www.python.org/doc/current/lib/module-shlex.html">5.11 <tt class="module">shlex</tt> --
Simple lexical analysis</A>
<UL>
<LI><A NAME="tex2html149"
href="shlex-objects.html" tppabs="http://www.python.org/doc/current/lib/shlex-objects.html">5.11.1 shlex Objects </A>
</UL>
</UL>
<LI><A NAME="tex2html150"
href="allos.html" tppabs="http://www.python.org/doc/current/lib/allos.html">6. Generic Operating System Services </A>
<UL>
<LI><A NAME="tex2html151"
href="module-os.html" tppabs="http://www.python.org/doc/current/lib/module-os.html">6.1 <tt class="module">os</tt> --
Miscellaneous OS interfaces</A>
<UL>
<LI><A NAME="tex2html152"
href="os-procinfo.html" tppabs="http://www.python.org/doc/current/lib/os-procinfo.html">6.1.1 Process Parameters </A>
<LI><A NAME="tex2html153"
href="os-newstreams.html" tppabs="http://www.python.org/doc/current/lib/os-newstreams.html">6.1.2 File Object Creation </A>
<LI><A NAME="tex2html154"
href="os-fd-ops.html" tppabs="http://www.python.org/doc/current/lib/os-fd-ops.html">6.1.3 File Descriptor Operations </A>
<LI><A NAME="tex2html155"
href="os-file-dir.html" tppabs="http://www.python.org/doc/current/lib/os-file-dir.html">6.1.4 Files and Directories </A>
<LI><A NAME="tex2html156"
href="os-process.html" tppabs="http://www.python.org/doc/current/lib/os-process.html">6.1.5 Process Management </A>
<LI><A NAME="tex2html157"
href="os-path.html" tppabs="http://www.python.org/doc/current/lib/os-path.html">6.1.6 Miscellaneous System Information </A>
</UL>
<LI><A NAME="tex2html158"
href="module-os.path.html" tppabs="http://www.python.org/doc/current/lib/module-os.path.html">6.2 <tt class="module">os.path</tt> --
Common pathname manipulations</A>
<LI><A NAME="tex2html159"
href="module-dircache.html" tppabs="http://www.python.org/doc/current/lib/module-dircache.html">6.3 <tt class="module">dircache</tt> --
Cached directory listings</A>
<LI><A NAME="tex2html160"
href="module-stat.html" tppabs="http://www.python.org/doc/current/lib/module-stat.html">6.4 <tt class="module">stat</tt> --
Interpreting <tt class="function">stat()</tt> results</A>
<LI><A NAME="tex2html161"
href="module-statcache.html" tppabs="http://www.python.org/doc/current/lib/module-statcache.html">6.5 <tt class="module">statcache</tt> --
An optimization of <tt class="function">os.stat()</tt></A>
<LI><A NAME="tex2html162"
href="module-statvfs.html" tppabs="http://www.python.org/doc/current/lib/module-statvfs.html">6.6 <tt class="module">statvfs</tt> --
Constants used with <tt class="function">os.statvfs()</tt></A>
<LI><A NAME="tex2html163"
href="module-filecmp.html" tppabs="http://www.python.org/doc/current/lib/module-filecmp.html">6.7 <tt class="module">filecmp</tt> --
File and Directory Comparisons</A>
<UL>
<LI><A NAME="tex2html164"
href="dircmp-objects.html" tppabs="http://www.python.org/doc/current/lib/dircmp-objects.html">6.7.1 The <tt class="class">dircmp</tt> class </A>
</UL>
<LI><A NAME="tex2html165"
href="module-popen2.html" tppabs="http://www.python.org/doc/current/lib/module-popen2.html">6.8 <tt class="module">popen2</tt> --
Subprocesses with accessible I/O streams</A>
<UL>
<LI><A NAME="tex2html166"
href="popen3-objects.html" tppabs="http://www.python.org/doc/current/lib/popen3-objects.html">6.8.1 Popen3 and Popen4 Objects </A>
</UL>
<LI><A NAME="tex2html167"
href="module-time.html" tppabs="http://www.python.org/doc/current/lib/module-time.html">6.9 <tt class="module">time</tt> --
Time access and conversions</A>
<LI><A NAME="tex2html168"
href="module-sched.html" tppabs="http://www.python.org/doc/current/lib/module-sched.html">6.10 <tt class="module">sched</tt> --
Event scheduler</A>
<UL>
<LI><A NAME="tex2html169"
href="scheduler-objects.html" tppabs="http://www.python.org/doc/current/lib/scheduler-objects.html">6.10.1 Scheduler Objects </A>
</UL>
<LI><A NAME="tex2html170"
href="module-getpass.html" tppabs="http://www.python.org/doc/current/lib/module-getpass.html">6.11 <tt class="module">getpass</tt>
-- Portable password input</A>
<LI><A NAME="tex2html171"
href="module-curses.html" tppabs="http://www.python.org/doc/current/lib/module-curses.html">6.12 <tt class="module">curses</tt> --
Terminal handling for character-cell displays</A>
<UL>
<LI><A NAME="tex2html172"
href="curses-functions.html" tppabs="http://www.python.org/doc/current/lib/curses-functions.html">6.12.1 Functions </A>
<LI><A NAME="tex2html173"
href="curses-window-objects.html" tppabs="http://www.python.org/doc/current/lib/curses-window-objects.html">6.12.2 Window Objects </A>
<LI><A NAME="tex2html174"
HREF="node128.html" tppabs="http://www.python.org/doc/current/lib/node128.html">6.12.3 Constants</A>
</UL>
<LI><A NAME="tex2html175"
href="module-curses.textpad.html" tppabs="http://www.python.org/doc/current/lib/module-curses.textpad.html">6.13 <tt class="module">curses.textpad</tt> --
Text input widget for curses programs</A>
<UL>
<LI><A NAME="tex2html176"
href="curses-textpad-objects.html" tppabs="http://www.python.org/doc/current/lib/curses-textpad-objects.html">6.13.1 Textbox objects </A>
</UL>
<LI><A NAME="tex2html177"
href="module-curses.wrapper.html" tppabs="http://www.python.org/doc/current/lib/module-curses.wrapper.html">6.14 <tt class="module">curses.wrapper</tt> --
Terminal handler for curses programs</A>
<LI><A NAME="tex2html178"
href="module-curses.ascii.html" tppabs="http://www.python.org/doc/current/lib/module-curses.ascii.html">6.15 <tt class="module">curses.ascii</tt> --
Utilities for ASCII characters</A>
<LI><A NAME="tex2html179"
href="module-getopt.html" tppabs="http://www.python.org/doc/current/lib/module-getopt.html">6.16 <tt class="module">getopt</tt> --
Parser for command line options</A>
<LI><A NAME="tex2html180"
href="module-tempfile.html" tppabs="http://www.python.org/doc/current/lib/module-tempfile.html">6.17 <tt class="module">tempfile</tt> --
Generate temporary file names</A>
<LI><A NAME="tex2html181"
href="module-errno.html" tppabs="http://www.python.org/doc/current/lib/module-errno.html">6.18 <tt class="module">errno</tt> --
Standard errno system symbols</A>
<LI><A NAME="tex2html182"
href="module-glob.html" tppabs="http://www.python.org/doc/current/lib/module-glob.html">6.19 <tt class="module">glob</tt> --
Unix style pathname pattern expansion</A>
<LI><A NAME="tex2html183"
href="module-fnmatch.html" tppabs="http://www.python.org/doc/current/lib/module-fnmatch.html">6.20 <tt class="module">fnmatch</tt> --
Unix filename pattern matching</A>
<LI><A NAME="tex2html184"
href="module-shutil.html" tppabs="http://www.python.org/doc/current/lib/module-shutil.html">6.21 <tt class="module">shutil</tt> --
High-level file operations</A>
<UL>
<LI><A NAME="tex2html185"
href="shutil-example.html" tppabs="http://www.python.org/doc/current/lib/shutil-example.html">6.21.1 Example </A>
</UL>
<LI><A NAME="tex2html186"
href="module-locale.html" tppabs="http://www.python.org/doc/current/lib/module-locale.html">6.22 <tt class="module">locale</tt> --
Internationalization services</A>
<UL>
<LI><A NAME="tex2html187"
HREF="node141.html" tppabs="http://www.python.org/doc/current/lib/node141.html">6.22.1 Background, details, hints, tips and caveats</A>
<LI><A NAME="tex2html188"
href="embedding-locale.html" tppabs="http://www.python.org/doc/current/lib/embedding-locale.html">6.22.2 For extension writers and programs that embed Python</A>
</UL>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -