Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 91 - 100 of 409 for host:docs.python.org (0.02 sec)

  1. Concrete Objects Layer — Python 3.12.3 document...

    The functions in this chapter are specific to certain Python object types. Passing them an object of the wrong type is not a good idea; if you receive an object from a Python program and you are no...
    docs.python.org/3/c-api/concrete.html
    Registered: Fri May 17 04:05:25 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  2. Security Considerations — Python 3.12.3 documen...

    The following modules have specific security considerations: base64: base64 security considerations in RFC 4648, cgi: CGI security considerations, hashlib: all constructors take a “usedforsecurity”...
    docs.python.org/3/library/security_warnings.html
    Registered: Fri May 17 04:05:41 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  3. plistlib — Generate and parse Apple .plist file...

    Source code: Lib/plistlib.py This module provides an interface for reading and writing the “property list” files used by Apple, primarily on macOS and iOS. This module supports both binary and XML ...
    docs.python.org/3/library/plistlib.html
    Registered: Fri May 17 04:03:16 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 35.4K bytes
    - Viewed (0)
  4. Weak Reference Objects — Python 3.12.3 document...

    Python supports weak references as first-class objects. There are two specific object types which directly implement weak references. The first is a simple reference object, and the second acts as ...
    docs.python.org/3/c-api/weakref.html
    Registered: Fri May 17 04:07:29 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  5. What’s New in Python 2.4 — Python 3.12.3 docume...

    Author, A.M. Kuchling,. This article explains the new features in Python 2.4.1, released on March 30, 2005. Python 2.4 is a medium-sized release. It doesn’t introduce as many changes as the radical...
    docs.python.org/3/whatsnew/2.4.html
    Registered: Fri May 17 04:07:32 UTC 2024
    - Last Modified: Wed May 15 18:07:31 UTC 2024
    - 173K bytes
    - Viewed (0)
  6. Parsing arguments and building values — Python ...

    These functions are useful when creating your own extensions functions and methods. Additional information and examples are available in Extending and Embedding the Python Interpreter. The first th...
    docs.python.org/3/c-api/arg.html
    Registered: Fri May 17 04:06:30 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 104.9K bytes
    - Viewed (0)
  7. Context Variables Objects — Python 3.12.3 docum...

    This section details the public C API for the contextvars module. Type-check macros: Context object management functions: Context variable functions:
    docs.python.org/3/c-api/contextvars.html
    Registered: Fri May 17 04:06:39 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 35.5K bytes
    - Viewed (0)
  8. Old Buffer Protocol — Python 3.12.3 documentation

    These functions were part of the “old buffer protocol” API in Python 2. In Python 3, this protocol doesn’t exist anymore but the functions are still exposed to ease porting 2.x code. They act as a ...
    docs.python.org/3/c-api/objbuffer.html
    Registered: Fri May 17 04:06:45 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  9. Codec registry and support functions — Python 3...

    Codec lookup API: In the following functions, the encoding string is looked up converted to all lower-case characters, which makes encodings looked up through this mechanism effectively case-insens...
    docs.python.org/3/c-api/codec.html
    Registered: Fri May 17 04:06:51 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 45.1K bytes
    - Viewed (0)
  10. imghdr — Determine the type of an image — Pytho...

    Source code: Lib/imghdr.py The imghdr module determines the type of image contained in a file or byte stream. The imghdr module defines the following function: The following image types are recogni...
    docs.python.org/3/library/imghdr.html
    Registered: Fri May 17 04:06:55 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 23.2K bytes
    - Viewed (0)
Back to top