Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 21 - 30 of 179 for test (0.05 sec)

  1. 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)
  2. Built-in Types — Python 3.12.3 documentation

    Truth Value Testing Any object can be tested for truth value,...). x in s Test x for membership in s . x not in s Test x for non-membership...
    docs.python.org/3/library/stdtypes.html
    Registered: Fri May 31 02:46:21 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 637.4K bytes
    - Viewed (4)
  3. What’s New In Python 3.2 — Python 3.12.3 docume...

    running specific tests ( bpo-10620 ). The new test discovery can...can find tests within packages, locating any test importable from...
    docs.python.org/3/whatsnew/3.2.html
    Registered: Fri May 31 03:01:32 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 332K bytes
    - Viewed (0)
  4. 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 31 02:55:16 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 48.3K bytes
    - Viewed (0)
  5. What’s New in Python 2.7 — Python 3.12.3 docume...

    automatically discover tests. It’s not as fancy as py.test or nose , but...search the test/ subdirectory for any importable test files named...
    docs.python.org/3/whatsnew/2.7.html
    Registered: Fri May 31 03:04:26 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 343.6K 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 31 02:55:22 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 92.1K bytes
    - Viewed (0)
  7. 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 31 03:05:29 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 62.7K 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 31 02:44:36 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 195.6K bytes
    - Viewed (0)
  9. contextvars — Context Variables — Python 3.12.3...

    run ( main ()) # To test it you can use telnet: # telnet...
    docs.python.org/3/library/contextvars.html
    Registered: Fri May 31 02:57:41 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 43.7K bytes
    - Viewed (0)
  10. 6. Modules — Python 3.12.3 documentation

    just one module you want to test interactively, use importlib.reload()...interface to a module, or for testing purposes (running the module...
    docs.python.org/3/tutorial/modules.html
    Registered: Fri May 31 02:42:23 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 72.8K bytes
    - Viewed (0)
Back to top