Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 1 - 10 of 88 for test (0.04 sec)

  1. test — Regression tests package for Python — Py...

    the modules test.support and test.regrtest . test.support is used...enhance your tests while test.regrtest drives the testing suite. Each...
    docs.python.org/3/library/test.html
    Registered: Fri May 03 03:58:45 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 231.3K bytes
    - Viewed (31)
  2. doctestTest interactive Python examples — Py...

    the standard test file Lib/test/test_doctest/test_doctest.py ....items passed all tests: 1 tests in __main__ 8 tests in __main__.factorial...
    docs.python.org/3/library/doctest.html
    Registered: Fri May 03 03:47:37 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 207K bytes
    - Viewed (4)
  3. unittest — Unit testing framework — Python 3.12...

    used to create new test cases. test suite A test suite is a collection...unittest test_module1 test_module2 python - m unittest test_module...
    docs.python.org/3/library/unittest.html
    Registered: Fri May 03 03:47:34 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 320.6K bytes
    - Viewed (1)
  4. sqlite3 — DB-API 2.0 interface for SQLite datab...

    Latin-2 encoded text using this text_factory : con . text_factory =..."CREATE TABLE test(i)" ) cur . execute ( "INSERT INTO test(i) VALUES(1)"...
    docs.python.org/3/library/sqlite3.html
    Registered: Fri May 03 03:48:03 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 303K bytes
    - Viewed (1)
  5. What’s New In Python 3.4 — Python 3.12.3 docume...

    references to tests as soon as the test has been run, if the test is successful....becomes a “sub-test”. This context manager allows a test method to...
    docs.python.org/3/whatsnew/3.4.html
    Registered: Fri May 03 04:04:27 UTC 2024
    - Last Modified: Fri May 03 01:22:10 UTC 2024
    - 338.4K bytes
    - Viewed (0)
  6. ast — Abstract Syntax Trees — Python 3.12.3 doc...

    expr test , stmt * body , stmt * orelse ) | If ( expr test , stmt...ast. Assert ( test , msg ) An assertion. test holds the condition,...
    docs.python.org/3/library/ast.html
    Registered: Fri May 03 03:46:35 UTC 2024
    - Last Modified: Fri May 03 01:22:10 UTC 2024
    - 328.9K bytes
    - Viewed (0)
  7. operator — Standard operators as functions — Py...

    and support truth tests, identity tests, and boolean operations:...is_ ( a , b ) Return a is b . Tests object identity. operator. is_not...
    docs.python.org/3/library/operator.html
    Registered: Fri May 03 03:48:46 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 114.2K bytes
    - Viewed (0)
  8. inspect — Inspect live objects — Python 3.12.3 ...

    other tests return False from the ismethoddescriptor() test, simply...functions: def test ( a , * , b ): ... sig = signature ( test ) ba =...
    docs.python.org/3/library/inspect.html
    Registered: Fri May 03 03:52:48 UTC 2024
    - Last Modified: Fri May 03 01:22:10 UTC 2024
    - 195.8K bytes
    - Viewed (0)
  9. 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 03 03:45:35 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 210.7K bytes
    - Viewed (1)
  10. 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)
Back to top