Search bar offers the following options:
+foo bar -baz
foo*
+qname:twisted.mail.* +search
Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.
foo~1
Results provided by Lunr.js
mypy.test.teststubgen.StubgenUtilSuite
mypy
test
teststubgen
StubgenUtilSuite
class StubgenUtilSuite(unittest.TestCase): (source)
View In Hierarchy
assert_parse_signature
test_build_signature
test_common_dir_prefix_unix
test_common_dir_prefix_win
test_find_unique_signatures
test_infer_arg_sig_from_anon_docstring
test_infer_prop_type_from_docstring
test_infer_sig_from_docstring
test_infer_sig_from_docstring_bad_indentation
test_infer_sig_from_docstring_duplicate_args
test_infer_sig_from_docstring_square_brackets
test_parse_all_signatures
test_parse_signature
test_parse_signature_with_args
test_parse_signature_with_default_arg
test_parse_signature_with_kw_only_arg
test_parse_signature_with_optional_args
test_parse_signature_with_qualified_function
test_parse_signature_with_star_arg
test_parse_signature_with_star_star_arg
test_remove_misplaced_type_comments_1
test_remove_misplaced_type_comments_2
test_remove_misplaced_type_comments_3
test_remove_misplaced_type_comments_4
test_remove_misplaced_type_comments_5
test_remove_misplaced_type_comments_bytes
Undocumented
str
Tuple[str, List[str], List[str]]