Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 51 - 60 of 88 for test (0.03 sec)

  1. 9. Classes — Python 3.12.3 documentation

    variable binding: def scope_test (): def do_local (): spam =...spam = "global spam" spam = "test spam" do_local () print ( "After...
    docs.python.org/3/tutorial/classes.html
    Registered: Fri May 17 04:09:38 UTC 2024
    - Last Modified: Wed May 15 18:07:31 UTC 2024
    - 103.7K bytes
    - Viewed (1)
  2. 8. Compound statements — Python 3.12.3 document...

    skips the rest of the suite and goes back to testing the expression....clause would belong: if test1 : if test2 : print ( x ) Also note...
    docs.python.org/3/reference/compound_stmts.html
    Registered: Fri May 17 03:43:47 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 206.9K bytes
    - Viewed (0)
  3. Exception Handling — Python 3.12.3 documentation

    Test whether the error indicator...protect code that uses this by testing that the preprocessor macro...
    docs.python.org/3/c-api/exceptions.html
    Registered: Fri May 17 04:06:23 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 211K bytes
    - Viewed (0)
  4. What’s New In Python 3.3 — Python 3.12.3 docume...

    (replace parts of your system under test with mock objects) venv (Python...correct internal state when testing code that relies on stateful...
    docs.python.org/3/whatsnew/3.3.html
    Registered: Fri May 17 04:03:29 UTC 2024
    - Last Modified: Wed May 15 18:07:31 UTC 2024
    - 322.6K bytes
    - Viewed (0)
  5. tarfile — Read and write tar archive files — Py...

    -t <tarfile> --test <tarfile> Test whether the tarfile is...all uses of tarfile , it is best practice to only do so in top-level...
    docs.python.org/3/library/tarfile.html
    Registered: Fri May 17 03:46:20 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 181.1K bytes
    - Viewed (0)
  6. What’s New in Python 2.4 — Python 3.12.3 docume...

    items passed all tests : 2 tests in f 2 tests in 1 items . 2 passed...'title' : 'The Best of Times' } '2: The Best of Times' When writing...
    docs.python.org/3/whatsnew/2.4.html
    Registered: Fri May 17 04:07:32 UTC 2024
    - Last Modified: Wed May 15 18:07:31 UTC 2024
    - 173K bytes
    - Viewed (0)
  7. importlib — The implementation of import — Pyth...

    read_text ( encoding = None ) Read contents of self as text. class...with a try statement it can test for the table’s presence and...
    docs.python.org/3/library/importlib.html
    Registered: Fri May 17 03:49:21 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 215K bytes
    - Viewed (0)
  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 17 04:07:41 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 165.2K bytes
    - Viewed (0)
  9. curses — Terminal handling for character-cell d...

    x ) Test whether the given pair of screen-relative...Module curses.textpad Editable text widget for curses supporting...
    docs.python.org/3/library/curses.html
    Registered: Fri May 17 03:49:54 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 273.2K bytes
    - Viewed (0)
  10. What’s New In Python 3.12 — Python 3.12.3 docum...

    tests . test_threading ..... Slowest test durations...---------- 1.210 s test_timeout ( Lib . test . test_threading . BarrierTests...
    docs.python.org/3/whatsnew/3.12.html
    Registered: Fri May 17 04:06:58 UTC 2024
    - Last Modified: Wed May 15 18:07:31 UTC 2024
    - 369.7K bytes
    - Viewed (0)
Back to top