Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 11 - 20 of 179 for test (0.05 sec)

  1. 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 17 04:02:16 UTC 2024
    - Last Modified: Wed May 15 18:07:31 UTC 2024
    - 343.6K bytes
    - Viewed (0)
  2. 6. Expressions — Python 3.12.3 documentation

    operations or_test ::= and_test | or_test "or" and_test and_test ::= not_test...not_test | and_test "and" not_test not_test ::= comparison |...
    docs.python.org/3/reference/expressions.html
    Registered: Fri May 17 03:43:50 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 210.7K bytes
    - Viewed (1)
  3. 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 17 03:44:13 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 45.5K bytes
    - Viewed (0)
  4. 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 17 03:42:57 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 79.7K bytes
    - Viewed (0)
  5. 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 17 03:48:56 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 420.9K bytes
    - Viewed (0)
  6. 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 17 03:53:55 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 91.6K bytes
    - Viewed (0)
  7. 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 17 03:42:50 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 54K bytes
    - Viewed (0)
  8. 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 17 04:02:34 UTC 2024
    - Last Modified: Wed May 15 18:07:31 UTC 2024
    - 243.9K bytes
    - Viewed (0)
  9. What’s New In Python 3.10 — Python 3.12.3 docum...

    not found (or for test commands, as if the test failed). (Contributed...= 1 ) Nested patterns Patterns can be arbitrarily nested. For...
    docs.python.org/3/whatsnew/3.10.html
    Registered: Fri May 17 04:07:59 UTC 2024
    - Last Modified: Wed May 15 18:07:31 UTC 2024
    - 308K bytes
    - Viewed (0)
  10. Index — Python 3.12.3 documentation

    tempfile termios test test.regrtest test.support test.support.bytecode_helper...er test.support.import_helper test.support.os_helper test.support.script_helper...
    docs.python.org/3/genindex-all.html
    Registered: Fri May 17 03:41:51 UTC 2024
    - Last Modified: Wed May 15 18:07:31 UTC 2024
    - 1.7M bytes
    - Viewed (0)
Back to top