Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 51 - 60 of 408 for timestamp:[now/d-1M TO *] (0.02 sec)

  1. 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 10 04:13:19 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 45.1K bytes
    - Viewed (0)
  2. 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 10 04:13:26 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  3. 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 10 04:13:57 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  4. datetime — Basic date and time types — Python 3...

    Source code: Lib/datetime.py The datetime module supplies classes for manipulating dates and times. While date and time arithmetic is supported, the focus of the implementation is on efficient attr...
    docs.python.org/3/library/datetime.html
    Registered: Fri May 10 03:50:28 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 389.4K bytes
    - Viewed (3)
  5. 3. An Informal Introduction to Python — Python ...

    In the following examples, input and output are distinguished by the presence or absence of prompts (>>> and …): to repeat the example, you must type everything after the prompt, when the prompt ap...
    docs.python.org/3/tutorial/introduction.html
    Registered: Fri May 10 03:50:48 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 72.1K bytes
    - Viewed (0)
  6. 2. Lexical analysis — Python 3.12.3 documentation

    A Python program is read by a parser. Input to the parser is a stream of tokens, generated by the lexical analyzer. This chapter describes how the lexical analyzer breaks a file into tokens. Python...
    docs.python.org/3/reference/lexical_analysis.html
    Registered: Fri May 10 03:50:59 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 106.1K bytes
    - Viewed (0)
  7. os.path — Common pathname manipulations — Pytho...

    Source code: Lib/genericpath.py, Lib/posixpath.py(for POSIX) and Lib/ntpath.py(for Windows). This module implements some useful functions on pathnames. To read or write files see open(), and for ac...
    docs.python.org/3/library/os.path.html
    Registered: Fri May 10 03:49:39 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 75.7K bytes
    - Viewed (1)
  8. struct — Interpret bytes as packed binary data ...

    Source code: Lib/struct.py This module converts between Python values and C structs represented as Python bytes objects. Compact format strings describe the intended conversions to/from Python valu...
    docs.python.org/3/library/struct.html
    Registered: Fri May 10 03:49:54 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 77.1K bytes
    - Viewed (0)
  9. os — Miscellaneous operating system interfaces ...

    Source code: Lib/os.py This module provides a portable way of using operating system dependent functionality. If you just want to read or write a file see open(), if you want to manipulate paths, s...
    docs.python.org/3/library/os.html
    Registered: Fri May 10 03:53:13 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 659.6K bytes
    - Viewed (0)
  10. runpy — Locating and executing Python modules —...

    Source code: Lib/runpy.py The runpy module is used to locate and run Python modules without importing them first. Its main use is to implement the-m command line switch that allows scripts to be lo...
    docs.python.org/3/library/runpy.html
    Registered: Fri May 10 03:52:45 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 38.8K bytes
    - Viewed (0)
Back to top