Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 31 - 40 of 179 for test (0.04 sec)

  1. 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 03 04:06:34 UTC 2024
    - Last Modified: Fri May 03 01:22:10 UTC 2024
    - 367.7K bytes
    - Viewed (0)
  2. zipfile — Work with ZIP archives — Python 3.12....

    if our test files are all either in test directories or...( not ( fn == 'test' or fn . startswith ( 'test_' ))) ... >>>...
    docs.python.org/3/library/zipfile.html
    Registered: Fri May 03 03:51:55 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 129K bytes
    - Viewed (1)
  3. imghdr — Determine the type of an image — Pytho...

    h = None ) Test the image data contained in...to contain the byte stream to test. Changed in version 3.6: Accepts...
    docs.python.org/3/library/imghdr.html
    Registered: Fri May 03 04:12:57 UTC 2024
    - Last Modified: Fri May 03 01:22:10 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  4. What’s New in Python 2.2 — Python 3.12.3 docume...

    template = 'Test' >>> print obj . template Test >>> obj . newattr...would be much messier. Lib/test/test_generators.py contains a number...
    docs.python.org/3/whatsnew/2.2.html
    Registered: Fri May 03 04:11:01 UTC 2024
    - Last Modified: Fri May 03 01:22:10 UTC 2024
    - 145.4K bytes
    - Viewed (0)
  5. __main__ — Top-level code environment — Python ...

    for example to unit test it, the script code would unintentionally...modules can then be easily unit-tested and are properly reusable....
    docs.python.org/3/library/__main__.html
    Registered: Fri May 03 03:48:57 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  6. 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 03 03:44:56 UTC 2024
    - Last Modified: Fri May 03 01:22:10 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  7. unittest.mock — mock object library — Python 3....

    integration tests as well as unit tests. Testing everything in...object) during the test and restored when the test ends: >>> from...
    docs.python.org/3/library/unittest.mock.html
    Registered: Fri May 03 03:51:27 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 388.9K bytes
    - Viewed (0)
  8. 2to3 — Automated Python 2 to 3 code translation...

    started Next topic test — Regression tests package for Python...example, doctest like examples in a reST document could also be refactored...
    docs.python.org/3/library/2to3.html
    Registered: Fri May 03 03:58:34 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 75.6K bytes
    - Viewed (0)
  9. zoneinfo — IANA time zone support — Python 3.12...

    it is reasonable to use it in test functions that require the use...most likely to be useful for testing or demonstration purposes,...
    docs.python.org/3/library/zoneinfo.html
    Registered: Fri May 03 04:02:41 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 63.2K bytes
    - Viewed (0)
  10. 3. Configure Python — Python 3.12.3 documentation

    --disable-test-modules Don’t build nor install test modules, like...the Python test suite, the same way than buildbots test Python....
    docs.python.org/3/using/configure.html
    Registered: Fri May 03 03:46:44 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 120.8K bytes
    - Viewed (1)
Back to top