Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 51 - 60 of 286 for host:docs.python.org (0.01 sec)

  1. mimetypes — Map filenames to MIME types — Pytho...

    Source code: Lib/mimetypes.py The mimetypes module converts between a filename or URL and the MIME type associated with the filename extension. Conversions are provided from filename to MIME type a...
    docs.python.org/3/library/mimetypes.html
    Registered: Fri May 17 03:54:13 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 45.5K bytes
    - Viewed (0)
  2. tkinter.font — Tkinter font wrapper — Python 3....

    Source code: Lib/tkinter/font.py The tkinter.font module provides the Font class for creating and using named fonts. The different font weights and slants are:
    docs.python.org/3/library/tkinter.font.html
    Registered: Fri May 17 03:54:37 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  3. Byte Array Objects — Python 3.12.3 documentation

    Type check macros: Direct API functions: Macros: These macros trade safety for speed and they don’t check pointers.
    docs.python.org/3/c-api/bytearray.html
    Registered: Fri May 17 03:55:56 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 29.3K bytes
    - Viewed (0)
  4. telnetlib — Telnet client — Python 3.12.3 docum...

    Source code: Lib/telnetlib.py The telnetlib module provides a Telnet class that implements the Telnet protocol. See RFC 854 for details about the protocol. In addition, it provides symbolic constan...
    docs.python.org/3/library/telnetlib.html
    Registered: Fri May 17 04:02:40 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 44.2K bytes
    - Viewed (0)
  5. 4. Building C and C++ Extensions — Python 3.12....

    A C extension for CPython is a shared library (e.g. a.so file on Linux,.pyd on Windows), which exports an initialization function. To be importable, the shared library must be available on PYTHONPA...
    docs.python.org/3/extending/building.html
    Registered: Fri May 17 04:04:55 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  6. xml.sax.saxutils — SAX Utilities — Python 3.12....

    Source code: Lib/xml/sax/saxutils.py The module xml.sax.saxutils contains a number of classes and functions that are commonly useful when creating SAX applications, either in direct use, or as base...
    docs.python.org/3/library/xml.sax.utils.html
    Registered: Fri May 17 04:05:01 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 27.9K bytes
    - Viewed (0)
  7. xmlrpc.server — Basic XML-RPC servers — Python ...

    Source code: Lib/xmlrpc/server.py The xmlrpc.server module provides a basic server framework for XML-RPC servers written in Python. Servers can either be free standing, using SimpleXMLRPCServer, or...
    docs.python.org/3/library/xmlrpc.server.html
    Registered: Fri May 17 04:03:42 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 69.9K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top