Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d8dda commit 9d022f1Copy full SHA for 9d022f1
1 file changed
Doc/library/test.rst
@@ -570,7 +570,8 @@ The :mod:`test.support` module defines the following functions:
570
def load_tests(*args):
571
return load_package_tests(os.path.dirname(__file__), *args)
572
573
-.. function:: detect_api_mismatch(ref_api, other_api, *, ignore=()):
+
574
+.. function:: detect_api_mismatch(ref_api, other_api, *, ignore=())
575
576
Returns the set of attributes, functions or methods of *ref_api* not
577
found on *other_api*, except for a defined list of items to be
0 commit comments