MCPcopy Create free account

hub / github.com/PyCQA/isort / functions

Functions829 in github.com/PyCQA/isort

Methodtest_variables
(self)
tests/unit/test_exceptions.py:76
Methodtest_variables
(self)
tests/unit/test_exceptions.py:87
Methodtest_variables
(self)
tests/unit/test_exceptions.py:98
Methodtest_variables
(self)
tests/unit/test_exceptions.py:109
Methodtest_variables
(self)
tests/unit/test_exceptions.py:119
Methodtest_variables
(self)
tests/unit/test_exceptions.py:127
Functiontest_vertical_grid_size_near_line_length
( multi_line_output: int, line_length: int, include_trailing_comma: bool, )
tests/unit/test_wrap_modes.py:95
Functiontest_wemake_snippet_five
81 line length should be fixed
tests/unit/profiles/test_wemake.py:103
Functiontest_wemake_snippet_four
80 line length should not be fixed
tests/unit/profiles/test_wemake.py:91
Functiontest_wemake_snippet_one
()
tests/unit/profiles/test_wemake.py:16
Functiontest_wemake_snippet_three
()
tests/unit/profiles/test_wemake.py:67
Functiontest_wemake_snippet_two
()
tests/unit/profiles/test_wemake.py:43
Functiontest_wildcard_import_without_space_issue_496
Test to ensure issue #496: wildcard without space, is resolved
tests/unit/test_isort.py:3067
Functiontest_windows_diff_too_large_misrepresentative_issue_1348
Ensure isort handles windows files correctly when it come to producing a diff with --diff. See: https://github.com/pycqa/isort/issues/1348
tests/unit/test_regressions.py:519
Functiontest_windows_newline_issue_1277
Test to ensure windows new lines are correctly handled within indented scopes. See: https://github.com/pycqa/isort/issues/1277
tests/unit/test_regressions.py:285
Functiontest_windows_newline_issue_1278
Test to ensure windows new lines are correctly handled within indented scopes. See: https://github.com/pycqa/isort/issues/1278
tests/unit/test_regressions.py:295
Functiontest_wrap_mode_equal_to_line_length_with_indendet_imports_issue_1333
()
tests/unit/test_regressions.py:487
Functiontest_wrap_mode_interface
()
tests/unit/test_wrap_modes.py:10
Functiontest_wrap_without_trailing_comma
()
tests/unit/test_literal.py:56
Functiontest_yield_and_raise_edge_cases
()
tests/unit/test_identify.py:50
Functiontest_zipimport
Imports ending in "import" shouldn't be clobbered
tests/unit/test_isort.py:2371
Functiontest_zope
(tmpdir)
tests/integration/test_projects_using_isort.py:97
Functionvertical
(**interface: Any)
isort/wrap_modes.py:85
Functionvertical_grid
(**interface: Any)
isort/wrap_modes.py:219
Functionvertical_grid_grouped
(**interface: Any)
isort/wrap_modes.py:224
Functionvertical_grid_grouped_no_comma
(**interface: Any)
isort/wrap_modes.py:233
Functionvertical_hanging_indent_bracket
(**interface: Any)
isort/wrap_modes.py:260
Functionvertical_prefix_from_module_import
(**interface: Any)
isort/wrap_modes.py:268
Functionwrap
( function: Callable[[Any, Config, int], str], )
isort/literal.py:70
← previous801–829 of 829, ranked by callers