Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 21 - 30 of 286 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 10 04:11:53 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  2. quopri — Encode and decode MIME quoted-printabl...

    Source code: Lib/quopri.py This module performs quoted-printable transport encoding and decoding, as defined in RFC 1521: “MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Spec...
    docs.python.org/3/library/quopri.html
    Registered: Fri May 10 04:09:52 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  3. poplib — POP3 protocol client — Python 3.12.3 d...

    Source code: Lib/poplib.py This module defines a class, POP3, which encapsulates a connection to a POP3 server and implements the protocol as defined in RFC 1939. The POP3 class supports both the m...
    docs.python.org/3/library/poplib.html
    Registered: Fri May 10 04:00:27 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 46.3K bytes
    - Viewed (0)
  4. sndhdr — Determine type of sound file — Python ...

    Source code: Lib/sndhdr.py The sndhdr provides utility functions which attempt to determine the type of sound data which is in a file. When these functions are able to determine what type of sound ...
    docs.python.org/3/library/sndhdr.html
    Registered: Fri May 10 04:00:50 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  5. Operating System Utilities — Python 3.12.3 docu...

    System Functions: These are utility functions that make functionality from the sys module accessible to C code. They all work with the current interpreter thread’s sys module’s dict, which is conta...
    docs.python.org/3/c-api/sys.html
    Registered: Fri May 10 04:00:54 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 79.4K bytes
    - Viewed (0)
  6. curses.panel — A panel stack extension for curs...

    Panels are windows with the added feature of depth, so they can be stacked on top of each other, and only the visible portions of each window will be displayed. Panels can be added, moved up or dow...
    docs.python.org/3/library/curses.panel.html
    Registered: Fri May 10 04:01:00 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  7. Code Objects — Python 3.12.3 documentation

    Code objects are a low-level detail of the CPython implementation. Each one represents a chunk of executable code that hasn’t yet been bound into a function. Extra information: To support low-level...
    docs.python.org/3/c-api/code.html
    Registered: Fri May 10 04:01:03 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 56.8K bytes
    - Viewed (0)
  8. 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 10 04:06:40 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 69.9K bytes
    - Viewed (0)
  9. bisect — Array bisection algorithm — Python 3.1...

    Source code: Lib/bisect.py This module provides support for maintaining a list in sorted order without having to sort the list after each insertion. For long lists of items with expensive compariso...
    docs.python.org/3/library/bisect.html
    Registered: Fri May 10 04:05:34 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 48.4K bytes
    - Viewed (0)
  10. Library and Extension FAQ — Python 3.12.3 docum...

    Contents: Library and Extension FAQ- General Library Questions- How do I find a module or application to perform task X?, Where is the math.py (socket.py, regex.py, etc.) source file?, How do I mak...
    docs.python.org/3/faq/library.html
    Registered: Fri May 10 04:08:39 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 90.5K bytes
    - Viewed (0)
Back to top