Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 41 - 50 of 286 for content_length:[10000 TO 99999] (0.01 sec)

  1. What’s New in Python 2.1 — Python 3.12.3 docume...

    Author, A.M. Kuchling,. Introduction: This article explains the new features in Python 2.1. While there aren’t as many changes in 2.1 as there were in Python 2.0, there are still some pleasant surp...
    docs.python.org/3/whatsnew/2.1.html
    Registered: Fri May 17 04:04:46 UTC 2024
    - Last Modified: Wed May 15 18:07:31 UTC 2024
    - 90.6K bytes
    - Viewed (0)
  2. 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 17 04:06:42 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 29.3K bytes
    - Viewed (0)
  3. 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 17 04:06:48 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  4. 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 17 04:05:28 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  5. 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 17 04:01:42 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 34.5K bytes
    - Viewed (1)
  6. tkinter.dnd — Drag and drop support — Python 3....

    Source code: Lib/tkinter/dnd.py The tkinter.dnd module provides drag-and-drop support for objects within a single application, within the same window or between windows. To enable an object to be d...
    docs.python.org/3/library/tkinter.dnd.html
    Registered: Fri May 17 04:01:51 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 22.5K bytes
    - Viewed (1)
  7. tomllib — Parse TOML files — Python 3.12.3 docu...

    Source code: Lib/tomllib This module provides an interface for parsing TOML (Tom’s Obvious Minimal Language, https://toml.io). This module does not support writing TOML. This module defines the fol...
    docs.python.org/3/library/tomllib.html
    Registered: Fri May 17 04:09:19 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  8. The initialization of the sys.path module searc...

    A module search path is initialized when Python starts. This module search path may be accessed at sys.path. The first entry in the module search path is the directory that contains the input scrip...
    docs.python.org/3/library/sys_path_init.html
    Registered: Fri May 17 04:09:25 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 32K bytes
    - Viewed (0)
  9. keyword — Testing for Python keywords — Python ...

    Source code: Lib/keyword.py This module allows a Python program to determine if a string is a keyword or soft keyword.
    docs.python.org/3/library/keyword.html
    Registered: Fri May 17 04:09:35 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 20K bytes
    - Viewed (0)
  10. 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 17 04:08:59 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 30.2K bytes
    - Viewed (0)
Back to top