Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 91 - 100 of 286 for host:docs.python.org (0.01 sec)

  1. Data marshalling support — Python 3.12.3 docume...

    These routines allow C code to work with serialized objects using the same data format as the marshal module. There are functions to write data into the serialization format, and additional functio...
    docs.python.org/3/c-api/marshal.html
    Registered: Fri May 10 04:11:56 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 29.3K bytes
    - Viewed (0)
  2. xml.sax — Support for SAX2 parsers — Python 3.1...

    Source code: Lib/xml/sax/__init__.py The xml.sax package provides a number of modules which implement the Simple API for XML (SAX) interface for Python. The package itself provides the SAX exceptio...
    docs.python.org/3/library/xml.sax.html
    Registered: Fri May 10 04:12:02 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 37K bytes
    - Viewed (0)
  3. crypt — Function to check Unix passwords — Pyth...

    Source code: Lib/crypt.py This module implements an interface to the crypt(3) routine, which is a one-way hash function based upon a modified DES algorithm; see the Unix man page for further detail...
    docs.python.org/3/library/crypt.html
    Registered: Fri May 10 04:11:13 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 34.5K bytes
    - Viewed (1)
  4. stringprep — Internet String Preparation — Pyth...

    Source code: Lib/stringprep.py When identifying things (such as host names) in the internet, it is often necessary to compare such identifications for “equality”. Exactly how this comparison is exe...
    docs.python.org/3/library/stringprep.html
    Registered: Fri May 10 04:13:42 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  5. Internet Protocols and Support — Python 3.12.3 ...

    The modules described in this chapter implement internet protocols and support for related technology. They are all implemented in Python. Most of these modules require the presence of the system-d...
    docs.python.org/3/library/internet.html
    Registered: Fri May 10 04:14:03 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 36.2K bytes
    - Viewed (0)
  6. Iterator Protocol — Python 3.12.3 documentation

    There are two functions specifically for working with iterators. To write a loop which iterates over an iterator, the C code should look something like this:
    docs.python.org/3/c-api/iter.html
    Registered: Fri May 10 04:11:38 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  7. Cell Objects — Python 3.12.3 documentation

    “Cell” objects are used to implement variables referenced by multiple scopes. For each such variable, a cell object is created to store the value; the local variables of each stack frame that refer...
    docs.python.org/3/c-api/cell.html
    Registered: Fri May 10 04:11:41 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  8. syslog — Unix syslog library routines — Python ...

    This module provides an interface to the Unix syslog library routines. Refer to the Unix manual pages for a detailed description of the syslog facility. Availability: Unix, not Emscripten, not WASI...
    docs.python.org/3/library/syslog.html
    Registered: Fri May 10 04:09:31 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 35K bytes
    - Viewed (0)
  9. Dictionary Objects — Python 3.12.3 documentation

    Navigation index modules | next | previous | Python » 3.12.3 Documentation » Python/C API Reference Manual » Concrete...
    docs.python.org/3/c-api/dict.html
    Registered: Fri May 10 04:05:15 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 73.1K bytes
    - Viewed (0)
  10. xmlrpc.client — XML-RPC client access — Python ...

    Source code: Lib/xmlrpc/client.py XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP(S) as a transport. With it, a client can call methods with parameters on a remote server (t...
    docs.python.org/3/library/xmlrpc.client.html
    Registered: Fri May 10 04:05:31 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 86.2K bytes
    - Viewed (0)
Back to top