Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

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

  1. Common Object Structures — Python 3.12.3 docume...

    Test if the x object is the y object,...Stable ABI since version 3.10. Test if an object is the None singleton,...
    docs.python.org/3/c-api/structures.html
    Registered: Fri May 31 02:46:57 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 112.7K bytes
    - Viewed (0)
  2. 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 31 02:44:39 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 302.9K bytes
    - Viewed (1)
  3. 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 31 03:05:54 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 338.4K bytes
    - Viewed (0)
  4. 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 31 02:44:27 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 114.1K bytes
    - Viewed (0)
  5. Programming FAQ — Python 3.12.3 documentation

    identity tests with the is operator? The is operator tests for object...Identity tests are usually faster than equality tests. And unlike...
    docs.python.org/3/faq/programming.html
    Registered: Fri May 31 02:56:23 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 249K bytes
    - Viewed (0)
  6. Futures — Python 3.12.3 documentation

    ( isfuture() is used for the test.) a Task object wrapping obj...iscoroutine() is used for the test); in this case the coroutine...
    docs.python.org/3/library/asyncio-future.html
    Registered: Fri May 31 02:52:35 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 43.7K bytes
    - Viewed (0)
  7. html.parser — Simple HTML and XHTML parser — Py...

    get_starttag_text ( ) Return the text of the most recently.... feed ( '<html><head><title>Test</title></head>' '<body><h1>Parse...
    docs.python.org/3/library/html.parser.html
    Registered: Fri May 31 03:00:18 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  8. cgi — Common Gateway Interface support — Python...

    You can test for an uploaded file by testing either the filename...'content-type' ] . params cgi. test ( ) Robust test CGI script, usable as...
    docs.python.org/3/library/cgi.html
    Registered: Fri May 31 02:59:34 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 72.3K bytes
    - Viewed (0)
  9. 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 31 02:42:37 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 328.8K bytes
    - Viewed (0)
  10. mailcap — Mailcap file handling — Python 3.12.3...

    the “test” field can optionally be specified to test some external...
    docs.python.org/3/library/mailcap.html
    Registered: Fri May 31 03:02:31 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 26.3K bytes
    - Viewed (0)
Back to top