Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 21 - 30 of 179 for test (0.05 sec)

  1. curses.ascii — Utilities for ASCII characters —...

    STX Start of text curses.ascii. ETX End of text curses.ascii....characters and functions to test membership in various ASCII...
    docs.python.org/3/library/curses.ascii.html
    Registered: Fri May 03 03:47:21 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  2. weakref — Weak references — Python 3.12.3 docum...

    Weak references support tests for equality, but not ordering....This can make it simpler to test if an object is a proxy without...
    docs.python.org/3/library/weakref.html
    Registered: Fri May 03 03:49:38 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 79.7K bytes
    - Viewed (0)
  3. multiprocessing — Process-based parallelism — P...

    noop ( x ): pass # # Test code # def test (): PROCESSES = 4 print...print () # # Test error handling # print ( 'Testing error handling:'...
    docs.python.org/3/library/multiprocessing.html
    Registered: Fri May 03 03:49:23 UTC 2024
    - Last Modified: Fri May 03 01:22:10 UTC 2024
    - 420.7K bytes
    - Viewed (0)
  4. What’s New in Python 2.7 — Python 3.12.3 docume...

    automatically discover tests. It’s not as fancy as py.test or nose , but...search the test/ subdirectory for any importable test files named...
    docs.python.org/3/whatsnew/2.7.html
    Registered: Fri May 03 04:06:58 UTC 2024
    - Last Modified: Fri May 03 01:22:10 UTC 2024
    - 343.6K bytes
    - Viewed (0)
  5. imaplib — IMAP4 protocol client — Python 3.12.3...

    there is a test section that contains a more...containing ‘]’ (for example: “[test]”) violates RFC 3501 (the IMAP...
    docs.python.org/3/library/imaplib.html
    Registered: Fri May 03 03:57:33 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 91.5K bytes
    - Viewed (0)
  6. textwrap — Text wrapping and filling — Python 3...

    Library » Text Processing Services » textwrap — Text wrapping...lines in text . Lines are separated by calling text.splitlines(True)...
    docs.python.org/3/library/textwrap.html
    Registered: Fri May 03 03:49:45 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  7. Python Development Mode — Python 3.12.3 documen...

    system Next topic doctest — Test interactive Python examples...bytes.decode() . By default, for best performance, the errors argument...
    docs.python.org/3/library/devmode.html
    Registered: Fri May 03 04:07:01 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 38.1K bytes
    - Viewed (1)
  8. 1. Extending Python with C or C++ — Python 3.12...

    You can test non-destructively whether an...requirements for the function may add a test to the calculation that detects...
    docs.python.org/3/extending/extending.html
    Registered: Fri May 03 04:12:38 UTC 2024
    - Last Modified: Fri May 03 01:22:10 UTC 2024
    - 165.2K bytes
    - Viewed (0)
  9. What’s New in Python 2.3 — Python 3.12.3 docume...

    results in the benchmark tests in Lib/test/test_bufio.py speeding up...would be much messier. Lib/test/test_generators.py contains a number...
    docs.python.org/3/whatsnew/2.3.html
    Registered: Fri May 03 03:59:44 UTC 2024
    - Last Modified: Fri May 03 01:22:10 UTC 2024
    - 243.9K bytes
    - Viewed (0)
  10. timeit — Measure execution time of small code s...

    import statement: def test (): """Stupid test function""" L = [ i...timeit ( "test()" , setup = "from __main__ import test" )) Another...
    docs.python.org/3/library/timeit.html
    Registered: Fri May 03 03:49:51 UTC 2024
    - Last Modified: Fri May 03 01:22:10 UTC 2024
    - 59.3K bytes
    - Viewed (0)
Back to top