Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

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

  1. 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)
  2. 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 03 04:12:26 UTC 2024
    - Last Modified: Fri May 03 01:22:10 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  3. Tkinter Dialogs — Python 3.12.3 documentation

    ok_command ( ) Test that a file is provided and...destination file. ok_command ( ) Test whether or not the selection...
    docs.python.org/3/library/dialog.html
    Registered: Fri May 03 04:01:47 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 48.3K bytes
    - Viewed (0)
  4. stat — Interpreting stat() results — Python 3.1...

    defines the following functions to test for specific file types: stat....os.path.is*() functions for testing the type of a file; the functions...
    docs.python.org/3/library/stat.html
    Registered: Fri May 03 04:12:50 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 62.9K bytes
    - Viewed (0)
  5. 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)
  6. collections.abc — Abstract Base Classes for Con...

    classes that can be used to test whether a class provides a particular...issubclass() or isinstance() test for an interface works in one...
    docs.python.org/3/library/collections.abc.html
    Registered: Fri May 03 04:00:29 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 92.2K bytes
    - Viewed (0)
  7. importlib.metadata – Accessing package metadata...

    ; extra == 'test'", "pytest-cov ; extra == 'test'"] Mapping import...contents: >>> print ( util . read_text ()) import base64 import sys...
    docs.python.org/3/library/importlib.metadata.html
    Registered: Fri May 03 04:08:51 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  8. 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 03 03:58:28 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 43.7K 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. 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 03 03:59:25 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 72.3K bytes
    - Viewed (0)
Back to top