Created
October 31, 2021 14:35
-
-
Save tunetheweb/be324a51669a01731cec49fe16847832 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% python -m cProfile -s cumtime -m sqlfluff.cli.commands lint ~/almanac.httparchive.org/sql/2019/performance/07_04d.sql | |
All Finished 📜 🎉! | |
3482273681 function calls (3476456236 primitive calls) in 3173.551 seconds | |
Ordered by: cumulative time | |
ncalls tottime percall cumtime percall filename:lineno(function) | |
514/1 0.009 0.000 3178.216 3178.216 {built-in method builtins.exec} | |
1 0.000 0.000 3178.216 3178.216 runpy.py:196(run_module) | |
1 0.000 0.000 3176.565 3176.565 runpy.py:63(_run_code) | |
1 0.000 0.000 3176.564 3176.564 commands.py:1(<module>) | |
1 0.000 0.000 3176.275 3176.275 core.py:981(main) | |
1 0.000 0.000 3176.274 3176.274 core.py:1625(invoke) | |
2 0.000 0.000 3176.273 1588.136 core.py:1384(invoke) | |
2 0.000 0.000 3176.273 1588.136 core.py:703(invoke) | |
1 0.000 0.000 3176.272 3176.272 commands.py:305(lint) | |
1 0.000 0.000 3176.183 3176.183 linter.py:833(lint_paths) | |
1 0.000 0.000 3176.183 3176.183 linter.py:800(lint_path) | |
2 0.000 0.000 3176.181 1588.091 runner.py:93(run) | |
1 0.003 0.003 3176.014 3176.014 linter.py:512(lint_rendered) | |
1 0.000 0.000 3065.036 3065.036 linter.py:293(parse_rendered) | |
1 0.000 0.000 3064.146 3064.146 linter.py:177(_parse_tokens) | |
1 0.000 0.000 3063.498 3063.498 parser.py:22(parse) | |
2035/1 0.170 0.000 3063.479 3063.479 base.py:752(parse) | |
2035/1 0.153 0.000 3063.229 3063.229 base.py:244(expand) | |
29/9 0.001 0.000 3061.964 340.218 ephemeral.py:36(parse) | |
814455/1954 11.770 0.000 3057.346 1.565 match_wrapper.py:46(wrapped_match_method) | |
734327/1954 7.803 0.000 3057.255 1.565 ephemeral.py:62(wrapped_match_method) | |
137969/2711 13.247 0.000 3056.169 1.127 sequence.py:49(match) | |
345232/4383 11.810 0.000 3055.196 0.697 base.py:814(match) | |
252931/2680 3.484 0.000 3052.396 1.139 base.py:187(_longest_trimmed_match) | |
246939/1721 6.477 0.000 3051.145 1.773 anyof.py:151(match) | |
247239/1721 12.185 0.000 3051.066 1.773 anyof.py:120(_match_once) | |
74831/8258 1.879 0.000 3048.615 0.369 base.py:422(match) | |
734/491 0.041 0.000 2999.923 6.110 greedy.py:172(match) | |
5689/5688 0.302 0.000 2993.565 0.526 base.py:446(_bracket_sensitive_look_ahead_match) | |
5749/5748 16.115 0.003 2992.905 0.521 base.py:256(_look_ahead_match) | |
1929/1928 0.072 0.000 2983.263 1.547 greedy.py:50(greedy_match) | |
247239 131.977 0.001 2240.908 0.009 anyof.py:51(_prune_options) | |
247239 570.554 0.002 2078.421 0.008 anyof.py:55(<listcomp>) | |
649839005 948.220 0.000 1276.726 0.000 base.py:182(_iter_raw_segs) | |
130006 11.469 0.000 572.108 0.004 helpers.py:22(check_still_complete) | |
260012 1.655 0.000 560.639 0.002 helpers.py:12(join_segments_raw) | |
280711/275503 245.385 0.001 559.007 0.002 {method 'join' of 'str' objects} | |
1299510678 328.489 0.000 328.489 0.000 raw.py:114(iter_raw_seg) | |
751149941 307.889 0.000 313.635 0.000 helpers.py:14(<genexpr>) | |
652001806 232.049 0.000 232.049 0.000 raw.py:89(raw_upper) | |
1 0.000 0.000 110.975 110.975 linter.py:447(lint_parsed) | |
1 0.004 0.004 110.975 110.975 linter.py:361(lint_fix_parsed) | |
507168/32 42.674 0.000 110.900 3.466 base.py:284(crawl) | |
244780 2.040 0.000 36.808 0.000 parsers.py:78(match) | |
15849 0.337 0.000 35.049 0.002 L003.py:324(_eval) | |
267 5.605 0.021 34.303 0.128 L003.py:141(_process_raw_stack) | |
152139 9.872 0.000 25.456 0.000 parsers.py:62(_make_match_from_first_result) | |
508441 1.663 0.000 21.059 0.000 pathlib.py:1030(__new__) | |
508458 1.402 0.000 18.972 0.000 pathlib.py:669(_from_parts) | |
1029923/1029480 11.309 0.000 17.840 0.000 base.py:56(wrapped_method) | |
267 2.601 0.010 17.067 0.064 L003.py:77(_reorder_raw_stack) | |
509734 2.957 0.000 17.050 0.000 pathlib.py:649(_parse_args) | |
814455 7.499 0.000 16.820 0.000 match_wrapper.py:14(__init__) | |
2760/2496 0.260 0.000 16.547 0.007 delimited.py:42(match) | |
941034 10.633 0.000 16.194 0.000 context.py:127(_copy) | |
5115559 8.705 0.000 14.716 0.000 raw.py:108(is_type) | |
1077379 9.797 0.000 13.917 0.000 match_logging.py:47(__init__) | |
2191805 13.215 0.000 13.215 0.000 {built-in method __new__ of type object at 0x10bfd8ab0} | |
509734 6.871 0.000 13.084 0.000 pathlib.py:63(parse_parts) | |
257138 2.018 0.000 12.371 0.000 match_result.py:102(from_unmatched) | |
591813 1.757 0.000 11.913 0.000 context.py:146(deeper_match) | |
262924 4.067 0.000 11.590 0.000 match_logging.py:74(parse_match_logging) | |
599010 10.755 0.000 11.068 0.000 match_result.py:85(seg_to_tuple) | |
35778 1.494 0.000 9.199 0.000 L003.py:98(move_indent_before_templated) | |
205141/200605 2.053 0.000 8.830 0.000 cached_property.py:29(__get__) | |
1077379 4.238 0.000 8.564 0.000 match_logging.py:24(log) | |
147646 8.074 0.000 8.074 0.000 helpers.py:66(iter_indices) | |
1461058 2.017 0.000 7.684 0.000 L003.py:93(segment_info) | |
12936706/11607151 6.059 0.000 7.618 0.000 {built-in method builtins.len} | |
77124/65713 2.497 0.000 7.600 0.000 base.py:286(_position_segments) | |
2988330 5.086 0.000 7.499 0.000 context.py:116(__getattr__) | |
43 0.002 0.000 7.062 0.164 __init__.py:1(<module>) | |
417149 1.152 0.000 6.994 0.000 match_result.py:28(matched_length) | |
5749 1.480 0.000 6.730 0.001 base.py:320(<listcomp>) | |
347186 0.656 0.000 6.629 0.000 context.py:165(matching_segment) | |
5327187 6.402 0.000 6.402 0.000 base.py:384(class_is_type) | |
62401 1.008 0.000 6.088 0.000 base.py:82(__init__) | |
1043961 1.529 0.000 6.078 0.000 match_result.py:51(__bool__) | |
475710/417154 1.193 0.000 5.848 0.000 {built-in method builtins.sum} | |
174930 4.173 0.000 5.836 0.000 L003.py:67(_indent_size) | |
1461058 1.672 0.000 5.667 0.000 L003.py:787(_get_element_template_info) | |
8770228/8770218 5.656 0.000 5.658 0.000 {built-in method builtins.getattr} | |
1326137 1.629 0.000 5.635 0.000 match_result.py:47(has_match) | |
5242982 4.137 0.000 5.624 0.000 {built-in method builtins.isinstance} | |
2392970 3.066 0.000 5.249 0.000 base.py:316(_trim_elem) | |
205141 0.874 0.000 5.167 0.000 coroutines.py:164(iscoroutinefunction) | |
206960 4.457 0.000 5.069 0.000 helpers.py:39(trim_non_code_segments) | |
1061729 1.304 0.000 4.839 0.000 match_result.py:31(<genexpr>) | |
339368 2.265 0.000 4.833 0.000 match_result.py:117(__add__) | |
62401 0.996 0.000 4.790 0.000 markers.py:92(from_child_markers) | |
143216 3.323 0.000 4.409 0.000 raw.py:243(__init__) | |
205141 0.382 0.000 3.955 0.000 inspect.py:189(iscoroutinefunction) | |
345557 1.537 0.000 3.781 0.000 base.py:801(_get_elem) | |
205141 2.157 0.000 3.573 0.000 inspect.py:171(_has_code_flag) | |
14922/2036 0.411 0.000 3.521 0.002 base.py:548(stringify) | |
284402 1.264 0.000 3.409 0.000 markers.py:181(with_working_position) | |
9984281 3.326 0.000 3.326 0.000 {method 'append' of 'list' objects} | |
387668 1.734 0.000 3.072 0.000 match_result.py:112(from_empty) | |
345232 3.012 0.000 3.012 0.000 base.py:835(<genexpr>) | |
121995 0.791 0.000 2.841 0.000 base.py:496(_preface) | |
648196 1.556 0.000 2.813 0.000 __init__.py:1424(info) | |
1029923 2.098 0.000 2.665 0.000 uuid.py:231(__eq__) | |
3477548 2.598 0.000 2.598 0.000 {method 'split' of 'str' objects} | |
107073 0.135 0.000 2.421 0.000 raw.py:146(stringify) | |
1036021 1.929 0.000 2.353 0.000 base.py:787(_get_ref) | |
2035 2.281 0.001 2.330 0.001 context.py:205(clear) | |
294125/975 0.629 0.000 2.318 0.002 base.py:724(path_to) | |
2 0.004 0.002 2.291 1.145 select_crawler.py:27(gather) | |
577552 1.389 0.000 2.282 0.000 markers.py:166(infer_next_position) | |
478 0.005 0.000 2.263 0.005 select_crawler.py:151(_get_name_if_cte) | |
511028 1.371 0.000 2.126 0.000 pathlib.py:292(splitroot) | |
1327709 1.558 0.000 2.061 0.000 match_result.py:37(__len__) | |
569/62 0.005 0.000 1.995 0.032 <frozen importlib._bootstrap>:986(_find_and_load) | |
498/8 0.003 0.000 1.992 0.249 <frozen importlib._bootstrap>:956(_find_and_load_unlocked) | |
482/10 0.004 0.000 1.990 0.199 <frozen importlib._bootstrap>:650(_load_unlocked) | |
441/10 0.003 0.000 1.989 0.199 <frozen importlib._bootstrap_external>:777(exec_module) | |
710/15 0.001 0.000 1.978 0.132 <frozen importlib._bootstrap>:211(_call_with_frames_removed) | |
3561933 1.973 0.000 1.973 0.000 {built-in method sys.intern} | |
1108509 1.893 0.000 1.893 0.000 __init__.py:1677(isEnabledFor) | |
4713653 1.785 0.000 1.786 0.000 {built-in method builtins.setattr} | |
31698 0.328 0.000 1.691 0.000 L006.py:82(_eval) | |
84/6 0.000 0.000 1.664 0.277 {built-in method builtins.__import__} | |
1 0.000 0.000 1.651 1.651 runpy.py:103(_get_module_details) | |
1077379 1.618 0.000 1.618 0.000 match_logging.py:15(__init__) | |
941035 1.587 0.000 1.587 0.000 context.py:107(__init__) | |
453699 0.942 0.000 1.569 0.000 __init__.py:1412(debug) | |
357940 0.683 0.000 1.558 0.000 markers.py:37(__post_init__) | |
213599 0.372 0.000 1.487 0.000 abc.py:96(__instancecheck__) | |
208724 1.140 0.000 1.455 0.000 parsers.py:54(_is_first_match) | |
15849 0.021 0.000 1.258 0.000 L045.py:60(_eval) | |
384338 1.234 0.000 1.234 0.000 base.py:211(ref) | |
15849 0.016 0.000 1.208 0.000 L044.py:129(_eval) | |
121995 0.097 0.000 1.206 0.000 markers.py:48(__str__) | |
1 0.000 0.000 1.147 1.147 simple.py:1(<module>) | |
293150 0.206 0.000 1.141 0.000 base.py:542(get_end_loc) | |
163276 1.050 0.000 1.119 0.000 raw.py:24(__init__) | |
213599 1.115 0.000 1.116 0.000 {built-in method _abc._abc_instancecheck} | |
121995 0.452 0.000 1.109 0.000 markers.py:131(to_source_string) | |
138906 0.726 0.000 1.097 0.000 {built-in method builtins.min} | |
707488 0.752 0.000 1.058 0.000 raw.py:64(matched_length) | |
202026 0.543 0.000 1.005 0.000 base.py:126(get_line_pos_of_char_pos) | |
2040778 1.003 0.000 1.003 0.000 raw.py:74(is_code) | |
206037 0.692 0.000 0.965 0.000 base.py:365(_process_lint_result) | |
2904596 0.963 0.000 0.963 0.000 {method 'replace' of 'str' objects} | |
293150 0.206 0.000 0.935 0.000 markers.py:68(working_loc_after) | |
507168 0.905 0.000 0.905 0.000 <string>:2(__init__) | |
58556/57760 0.169 0.000 0.890 0.000 base.py:224(matched_length) | |
1 0.003 0.003 0.890 0.890 linter.py:112(_lex_templated_file) | |
1385840 0.878 0.000 0.878 0.000 {method 'strip' of 'str' objects} | |
73297 0.370 0.000 0.876 0.000 markers.py:115(templated_position) | |
345232 0.835 0.000 0.835 0.000 context.py:187(check) | |
1 0.000 0.000 0.817 0.817 lexer.py:275(lex) | |
205641 0.426 0.000 0.778 0.000 inspect.py:80(ismethod) | |
135832 0.376 0.000 0.771 0.000 {built-in method builtins.max} | |
857920/237012 0.659 0.000 0.751 0.000 base.py:636(iter_raw_seg) | |
215613 0.346 0.000 0.737 0.000 base.py:517(is_type) | |
1042966 0.731 0.000 0.731 0.000 {method 'get' of 'dict' objects} | |
31698 0.170 0.000 0.724 0.000 L010.py:52(_eval) | |
128729 0.214 0.000 0.713 0.000 markers.py:109(source_position) | |
292579 0.529 0.000 0.713 0.000 match_result.py:40(is_complete) | |
252439 0.710 0.000 0.710 0.000 {method 'format' of 'str' objects} | |
1 0.000 0.000 0.708 0.708 linter.py:1(<module>) | |
15849 0.060 0.000 0.691 0.000 L009.py:68(_eval) | |
61643 0.288 0.000 0.677 0.000 base.py:473(matches_target_tuples) | |
206037 0.598 0.000 0.677 0.000 base.py:70(__init__) | |
123409 0.461 0.000 0.664 0.000 context.py:198(mark) | |
136876/135454 0.427 0.000 0.654 0.000 base.py:214(raw) | |
123/106 0.000 0.000 0.634 0.006 __init__.py:109(import_module) | |
125/106 0.000 0.000 0.633 0.006 <frozen importlib._bootstrap>:1002(_gcd_import) | |
20 0.000 0.000 0.621 0.031 host.py:8(get_plugin_manager) | |
15849 0.453 0.000 0.617 0.000 base.py:436(filter_meta) | |
20 0.005 0.000 0.615 0.031 _manager.py:268(load_setuptools_entrypoints) | |
15849 0.044 0.000 0.608 0.000 L020.py:89(_eval) | |
941034 0.584 0.000 0.584 0.000 context.py:142(__exit__) | |
23/7 0.000 0.000 0.577 0.082 _hooks.py:244(__call__) | |
23/7 0.000 0.000 0.577 0.082 _manager.py:77(_hookexec) | |
23/7 0.000 0.000 0.577 0.082 _callers.py:9(_multicall) | |
2 0.000 0.000 0.572 0.286 lib.py:11(get_rules) | |
2 0.001 0.000 0.572 0.286 loader.py:8(get_rules_from_path) | |
1200 0.009 0.000 0.571 0.000 greedy.py:38(match) | |
14723 0.210 0.000 0.556 0.000 parsers.py:165(_is_first_match) | |
586300 0.327 0.000 0.547 0.000 base.py:538(get_start_loc) | |
238486/229471 0.289 0.000 0.539 0.000 base.py:227(<genexpr>) | |
1 0.070 0.070 0.531 0.531 lexer.py:509(lex_match) | |
5 0.000 0.000 0.529 0.106 __init__.py:2(<module>) | |
442 0.010 0.000 0.524 0.001 <frozen importlib._bootstrap_external>:849(get_code) | |
17 0.000 0.000 0.517 0.030 config_info.py:105(get_config_info) | |
1260 0.002 0.000 0.498 0.000 metadata.py:238(entry_points) | |
482/475 0.002 0.000 0.478 0.001 <frozen importlib._bootstrap>:549(module_from_spec) | |
202026 0.462 0.000 0.462 0.000 {built-in method _bisect.bisect_left} | |
163649 0.194 0.000 0.460 0.000 lexer.py:188(match) | |
241 0.022 0.000 0.448 0.002 select.py:21(get_select_statement_info) | |
16 0.000 0.000 0.432 0.027 doc_decorators.py:21(document_configuration) | |
509541 0.429 0.000 0.429 0.000 {method 'lstrip' of 'str' objects} | |
509739 0.426 0.000 0.426 0.000 pathlib.py:1040(_init) | |
84376/5849 0.248 0.000 0.410 0.000 base.py:704(recursive_crawl) | |
1106162 0.405 0.000 0.405 0.000 raw.py:94(segments) | |
33 0.000 0.000 0.399 0.012 <frozen importlib._bootstrap_external>:1099(create_module) | |
33 0.397 0.012 0.399 0.012 {built-in method _imp.create_dynamic} | |
3 0.000 0.000 0.379 0.126 common.py:1(<module>) | |
941034 0.375 0.000 0.375 0.000 context.py:134(__enter__) | |
206088 0.289 0.000 0.354 0.000 inspect.py:158(isfunction) | |
1260 0.007 0.000 0.329 0.000 metadata.py:94(_from_text) | |
16434 0.054 0.000 0.329 0.000 re.py:186(match) | |
601281 0.314 0.000 0.314 0.000 {built-in method builtins.iter} | |
5749 0.113 0.000 0.307 0.000 base.py:297(<listcomp>) | |
267 0.300 0.001 0.300 0.001 L003.py:138(<listcomp>) | |
106263 0.216 0.000 0.289 0.000 {method 'add' of 'set' objects} | |
351/244 0.001 0.000 0.288 0.001 <frozen importlib._bootstrap>:1017(_handle_fromlist) | |
205141 0.194 0.000 0.284 0.000 functools.py:428(_unwrap_partial) | |
284459 0.273 0.000 0.273 0.000 markers.py:97(<genexpr>) | |
380794 0.272 0.000 0.272 0.000 {method 'upper' of 'str' objects} | |
18041 0.108 0.000 0.265 0.000 re.py:287(_compile) | |
15849 0.108 0.000 0.256 0.000 L004.py:46(_eval) | |
1 0.000 0.000 0.253 0.253 jinja.py:1(<module>) | |
31698 0.089 0.000 0.246 0.000 L023.py:47(_eval) | |
154/153 0.005 0.000 0.245 0.002 sequence.py:231(match) | |
62401 0.243 0.000 0.243 0.000 markers.py:103(<setcomp>) | |
1 0.032 0.032 0.237 0.237 lexer.py:328(elements_to_segments) | |
15849 0.075 0.000 0.231 0.000 L019.py:80(_eval) | |
202959 0.230 0.000 0.230 0.000 {method 'match' of 're.Pattern' objects} | |
1 0.000 0.000 0.226 0.226 environment.py:1(<module>) | |
15849 0.083 0.000 0.226 0.000 L033.py:34(_eval) | |
1 0.000 0.000 0.226 0.226 oyaml.py:1(<module>) | |
586300 0.220 0.000 0.220 0.000 markers.py:63(working_loc) | |
284459 0.215 0.000 0.215 0.000 markers.py:96(<genexpr>) | |
15849 0.092 0.000 0.215 0.000 L007.py:48(_eval) | |
563 0.012 0.000 0.212 0.000 <frozen importlib._bootstrap_external>:969(get_data) | |
15849 0.114 0.000 0.198 0.000 L008.py:37(_eval) | |
515246 0.196 0.000 0.196 0.000 {built-in method posix.fspath} | |
15849 0.086 0.000 0.193 0.000 L039.py:33(_eval) | |
284459 0.192 0.000 0.192 0.000 base.py:114(<genexpr>) | |
1 0.000 0.000 0.187 0.187 cyaml.py:3(<module>) | |
1266 0.015 0.000 0.182 0.000 configparser.py:601(__init__) | |
1535/1510 0.034 0.000 0.181 0.000 {built-in method builtins.__build_class__} | |
158895 0.176 0.000 0.176 0.000 {method 'pop' of 'list' objects} | |
2 0.000 0.000 0.168 0.084 runner.py:43(iter_partials) | |
201918 0.167 0.000 0.167 0.000 {method 'lower' of 'str' objects} | |
1260 0.010 0.000 0.166 0.000 metadata.py:488(read_text) | |
21333 0.099 0.000 0.166 0.000 parsers.py:121(_is_first_match) | |
411 0.165 0.000 0.165 0.000 {built-in method builtins.compile} | |
446 0.160 0.000 0.160 0.000 {method 'read' of '_io.BufferedReader' objects} | |
6396 0.107 0.000 0.159 0.000 {built-in method builtins.sorted} | |
509804 0.157 0.000 0.157 0.000 {method 'reverse' of 'list' objects} | |
15849 0.065 0.000 0.156 0.000 L005.py:38(_eval) | |
284459 0.156 0.000 0.156 0.000 markers.py:100(<genexpr>) | |
15849 0.058 0.000 0.155 0.000 L021.py:30(_eval) | |
158882 0.151 0.000 0.151 0.000 base.py:162(name) | |
121 0.001 0.000 0.148 0.001 <frozen importlib._bootstrap_external>:841(source_to_code) | |
15849 0.043 0.000 0.144 0.000 L017.py:31(_eval) | |
2 0.000 0.000 0.137 0.068 runner.py:36(iter_rendered) | |
1 0.000 0.000 0.137 0.137 linter.py:571(render_file) | |
15849 0.025 0.000 0.136 0.000 L003.py:298(_is_last_segment) | |
1266 0.036 0.000 0.134 0.000 configparser.py:1317(__init__) | |
15849 0.042 0.000 0.133 0.000 L001.py:30(_eval) | |
15849 0.069 0.000 0.133 0.000 L049.py:36(_eval) | |
1260 0.009 0.000 0.133 0.000 pathlib.py:1223(read_text) | |
15849 0.039 0.000 0.127 0.000 L018.py:42(_eval) | |
15849 0.042 0.000 0.127 0.000 L038.py:43(_eval) | |
15849 0.043 0.000 0.124 0.000 L022.py:40(_eval) | |
1478 0.001 0.000 0.123 0.000 re.py:248(compile) | |
176 0.002 0.000 0.122 0.001 sre_compile.py:759(compile) | |
284459 0.122 0.000 0.122 0.000 markers.py:101(<genexpr>) | |
5499/4989 0.021 0.000 0.120 0.000 base.py:492(_reconstruct) | |
5689 0.073 0.000 0.118 0.000 base.py:486(<listcomp>) | |
206037 0.118 0.000 0.118 0.000 base.py:482(discard_unsafe_fixes) | |
4324 0.068 0.000 0.117 0.000 base.py:1090(simple) | |
131669 0.115 0.000 0.115 0.000 raw.py:142(_reconstruct) | |
15849 0.039 0.000 0.115 0.000 L013.py:36(_eval) | |
2035 0.047 0.000 0.113 0.000 context.py:152(deeper_parse) | |
15849 0.043 0.000 0.112 0.000 L046.py:51(_eval) | |
10109 0.044 0.000 0.110 0.000 base.py:237(templated_slice_to_source_slice) | |
5689 0.068 0.000 0.110 0.000 base.py:489(<listcomp>) | |
14296/12193 0.029 0.000 0.107 0.000 {built-in method builtins.any} | |
1 0.000 0.000 0.105 0.105 rewrite.py:1(<module>) | |
1 0.000 0.000 0.105 0.105 linter.py:100(_load_raw_file_and_config) | |
1 0.000 0.000 0.103 0.103 collect.py:1(<module>) | |
15849 0.024 0.000 0.101 0.000 L015.py:33(_eval) | |
6730 0.034 0.000 0.098 0.000 base.py:140(__hash__) | |
1266 0.045 0.000 0.098 0.000 configparser.py:993(_read) | |
1 0.000 0.000 0.096 0.096 deprecated.py:1(<module>) | |
1380 0.013 0.000 0.095 0.000 metadata.py:423(search) | |
976 0.094 0.000 0.095 0.000 L019.py:69(_last_code_seg) | |
1260 0.004 0.000 0.095 0.000 configparser.py:720(read_string) | |
1 0.001 0.001 0.095 0.095 warning_types.py:1(<module>) | |
1260 0.002 0.000 0.091 0.000 configparser.py:705(read_file) | |
492 0.007 0.000 0.090 0.000 <frozen importlib._bootstrap>:890(_find_spec) | |
66705 0.035 0.000 0.086 0.000 lexer.py:227(_match) | |
1 0.000 0.000 0.086 0.086 commands.py:206(get_config) | |
1 0.000 0.000 0.085 0.085 L010.py:191(_init_capitalisation_policy) | |
206037 0.085 0.000 0.085 0.000 base.py:82(to_linting_error) | |
1294 0.032 0.000 0.084 0.000 {built-in method io.open} | |
1260 0.002 0.000 0.084 0.000 pathlib.py:1205(open) | |
14930 0.082 0.000 0.082 0.000 {method 'getvalue' of '_io.StringIO' objects} | |
58126/49616 0.048 0.000 0.081 0.000 base.py:494(<genexpr>) | |
5951 0.081 0.000 0.081 0.000 base.py:685(__eq__) | |
1 0.000 0.000 0.080 0.080 file_helpers.py:8(get_encoding) | |
206037 0.079 0.000 0.079 0.000 base.py:76(<listcomp>) | |
487 0.001 0.000 0.078 0.000 <frozen importlib._bootstrap_external>:1334(find_spec) | |
1 0.000 0.000 0.078 0.078 __init__.py:27(detect) | |
1 0.000 0.000 0.078 0.078 universaldetector.py:111(feed) | |
487 0.003 0.000 0.077 0.000 <frozen importlib._bootstrap_external>:1302(_get_spec) | |
1 0.000 0.000 0.077 0.077 charsetgroupprober.py:65(feed) | |
1 0.033 0.033 0.077 0.077 utf8prober.py:57(feed) | |
15849 0.028 0.000 0.075 0.000 L002.py:44(_eval) | |
3763/3544 0.008 0.000 0.074 0.000 typing.py:255(inner) | |
1 0.000 0.000 0.073 0.073 requirements.py:4(<module>) | |
176 0.001 0.000 0.073 0.000 sre_parse.py:937(parse) | |
266 0.036 0.000 0.072 0.000 L003.py:430(_process_current_line) | |
5 0.000 0.000 0.072 0.014 base.py:1(<module>) | |
4 0.000 0.000 0.072 0.018 __init__.py:74(dialect_selector) | |
207285 0.070 0.000 0.071 0.000 {method 'extend' of 'list' objects} | |
623/176 0.003 0.000 0.071 0.000 sre_parse.py:435(_parse_sub) | |
1 0.000 0.000 0.071 0.071 linter.py:343(extract_ignore_mask) | |
4322 0.042 0.000 0.070 0.000 noncode.py:26(match) | |
1023/184 0.024 0.000 0.070 0.000 sre_parse.py:493(_parse) | |
121 0.000 0.000 0.069 0.001 <frozen importlib._bootstrap_external>:1015(_cache_bytecode) | |
15849 0.020 0.000 0.069 0.000 L041.py:35(_eval) | |
104845 0.069 0.000 0.069 0.000 raw.py:151(_suffix) | |
7551/6284 0.012 0.000 0.068 0.000 {built-in method builtins.all} | |
709 0.011 0.000 0.067 0.000 <frozen importlib._bootstrap_external>:1431(find_spec) | |
15849 0.022 0.000 0.066 0.000 L047.py:60(_eval) | |
75392 0.066 0.000 0.066 0.000 base.py:157(is_optional) | |
3888 0.022 0.000 0.065 0.000 base.py:667(get_child) | |
15849 0.023 0.000 0.064 0.000 L011.py:44(_eval) | |
121 0.001 0.000 0.064 0.001 <frozen importlib._bootstrap_external>:1020(set_data) | |
241 0.004 0.000 0.063 0.000 select.py:100(get_aliases_from_select) | |
96944 0.037 0.000 0.063 0.000 lexer.py:89(_match) | |
242/1 0.001 0.000 0.062 0.062 L045.py:46(_visit_sources) | |
1 0.004 0.004 0.062 0.062 linter.py:131(<listcomp>) | |
4684/3417 0.020 0.000 0.061 0.000 base.py:209(is_whitespace) | |
720 0.001 0.000 0.061 0.000 select_crawler.py:59(crawl) | |
5/4 0.000 0.000 0.061 0.015 __init__.py:47(load_raw_dialect) | |
61643 0.060 0.000 0.060 0.000 base.py:476(<listcomp>) | |
1316 0.059 0.000 0.059 0.000 {built-in method builtins.dir} | |
2 0.000 0.000 0.058 0.029 __init__.py:3225(_call_aside) | |
1 0.000 0.000 0.058 0.058 __init__.py:3242(_initialize_master_working_set) | |
4732/3703 0.021 0.000 0.058 0.000 base.py:199(is_code) | |
1382 0.056 0.000 0.057 0.000 {built-in method posix.open} | |
321 0.002 0.000 0.057 0.000 <frozen importlib._bootstrap_external>:578(_compile_bytecode) | |
3 0.000 0.000 0.056 0.019 __init__.py:51(create_module) | |
3 0.000 0.000 0.056 0.019 __init__.py:29(load_module) | |
121 0.011 0.000 0.056 0.000 <frozen importlib._bootstrap_external>:120(_write_atomic) | |
20218 0.055 0.000 0.055 0.000 base.py:154(_find_slice_indices_of_templated_pos) | |
12 0.000 0.000 0.055 0.005 __init__.py:596(add_entry) | |
321 0.054 0.000 0.054 0.000 {built-in method marshal.loads} | |
107073 0.053 0.000 0.053 0.000 raw.py:104(get_type) | |
136 0.000 0.000 0.053 0.000 __init__.py:2032(find_on_path) | |
2716 0.052 0.000 0.052 0.000 {built-in method posix.stat} | |
2 0.000 0.000 0.052 0.026 config.py:394(__init__) | |
135282 0.052 0.000 0.052 0.000 {method 'write' of '_io.StringIO' objects} | |
59738 0.050 0.000 0.050 0.000 base.py:478(<listcomp>) | |
2157 0.002 0.000 0.048 0.000 <frozen importlib._bootstrap_external>:80(_path_stat) | |
1260 0.002 0.000 0.048 0.000 metadata.py:86(_from_config) | |
6592 0.019 0.000 0.048 0.000 __init__.py:1784(debug) | |
176 0.001 0.000 0.047 0.000 sre_compile.py:598(_code) | |
16071/15976 0.014 0.000 0.045 0.000 {built-in method builtins.next} | |
1 0.000 0.000 0.045 0.045 pyparsing.py:26(<module>) | |
4394 0.008 0.000 0.045 0.000 base.py:892(match) | |
1260 0.004 0.000 0.043 0.000 metadata.py:88(<listcomp>) | |
563 0.040 0.000 0.043 0.000 {method 'read' of '_io.TextIOWrapper' objects} | |
1260 0.001 0.000 0.042 0.000 pathlib.py:1067(_opener) | |
241 0.006 0.000 0.042 0.000 dialect_ansi.py:1352(get_eventual_aliases) | |
10208 0.042 0.000 0.042 0.000 base.py:92(sets) | |
1 0.000 0.000 0.041 0.041 converters.py:1(<module>) | |
1 0.000 0.000 0.041 0.041 file_helpers.py:1(<module>) | |
316 0.041 0.000 0.041 0.000 {built-in method posix.listdir} | |
142089 0.041 0.000 0.041 0.000 {method 'startswith' of 'str' objects} | |
137746 0.041 0.000 0.041 0.000 {method 'rstrip' of 'str' objects} | |
1 0.000 0.000 0.041 0.041 L030.py:1(<module>) | |
9368/6834 0.012 0.000 0.041 0.000 base.py:212(<genexpr>) | |
563 0.041 0.000 0.041 0.000 {built-in method io.open_code} | |
4395 0.040 0.000 0.040 0.000 match_result.py:33(all_segments) | |
1 0.000 0.000 0.040 0.040 __init__.py:19(<module>) | |
239 0.006 0.000 0.039 0.000 L025.py:39(_lint_references_and_aliases) | |
68962 0.039 0.000 0.039 0.000 {built-in method builtins.hasattr} | |
37369 0.039 0.000 0.039 0.000 codingstatemachine.py:66(next_state) | |
1 0.000 0.000 0.038 0.038 cached_property.py:3(<module>) | |
15849 0.017 0.000 0.038 0.000 markers.py:191(is_literal) | |
1 0.000 0.000 0.038 0.038 config.py:473(from_root) | |
1 0.000 0.000 0.038 0.038 universaldetector.py:28(<module>) | |
937 0.003 0.000 0.037 0.000 configparser.py:831(items) | |
1 0.016 0.016 0.037 0.037 lexer.py:529(map_template_slices) | |
1 0.000 0.000 0.036 0.036 main.py:1(<module>) | |
10109 0.007 0.000 0.036 0.000 lexer.py:45(to_segment) | |
1650/176 0.012 0.000 0.035 0.000 sre_compile.py:71(_compile) | |
9705/7647 0.013 0.000 0.034 0.000 base.py:202(<genexpr>) | |
1260 0.002 0.000 0.034 0.000 metadata.py:396(joinpath) | |
1 0.000 0.000 0.033 0.033 compat.py:1(<module>) | |
4837/3739 0.014 0.000 0.033 0.000 base.py:178(is_expandable) | |
1 0.000 0.000 0.032 0.032 linter.py:534(render_string) | |
1 0.000 0.000 0.032 0.032 jinja.py:175(process) | |
1 0.000 0.000 0.032 0.032 _make.py:1(<module>) | |
1 0.000 0.000 0.032 0.032 base_events.py:1(<module>) | |
937 0.002 0.000 0.031 0.000 configparser.py:859(<listcomp>) | |
1 0.000 0.000 0.031 0.031 linter.py:83(get_ruleset) | |
62401 0.030 0.000 0.030 0.000 {method 'pop' of 'set' objects} | |
1 0.000 0.000 0.030 0.030 __init__.py:554(_build_master) | |
1 0.000 0.000 0.030 0.030 __init__.py:541(__init__) | |
1 0.000 0.000 0.030 0.030 L029.py:1(<module>) | |
1 0.000 0.000 0.030 0.030 util.py:1(<module>) | |
1 0.000 0.000 0.030 0.030 __init__.py:40(get_ruleset) | |
1 0.000 0.000 0.029 0.029 core.py:1(<module>) | |
1 0.000 0.000 0.029 0.029 __init__.py:24(_load_standard_rules) | |
3367 0.002 0.000 0.029 0.000 configparser.py:855(<lambda>) | |
10109 0.015 0.000 0.029 0.000 lexer.py:210(construct_segment) | |
120 0.001 0.000 0.029 0.000 metadata.py:399(children) | |
969 0.007 0.000 0.029 0.000 typing.py:656(__init__) | |
6614 0.008 0.000 0.028 0.000 __init__.py:1825(log) | |
489 0.007 0.000 0.028 0.000 dialect_ansi.py:669(extract_possible_references) | |
10 0.000 0.000 0.028 0.003 __init__.py:2006(_by_version_descending) | |
40 0.001 0.000 0.028 0.001 _make.py:1455(wrap) | |
609/390 0.003 0.000 0.028 0.000 typing.py:347(__getitem__) | |
1 0.000 0.000 0.027 0.027 L004.py:1(<module>) | |
1 0.000 0.000 0.027 0.027 L003.py:1(<module>) | |
3241 0.003 0.000 0.027 0.000 configparser.py:393(before_get) | |
1 0.000 0.000 0.027 0.027 loader.py:2(<module>) | |
1 0.000 0.000 0.026 0.026 L019.py:1(<module>) | |
1 0.000 0.000 0.026 0.026 code.py:1(<module>) | |
1 0.000 0.000 0.026 0.026 L040.py:1(<module>) | |
787 0.003 0.000 0.026 0.000 markers.py:147(end_point_marker) | |
1982 0.004 0.000 0.026 0.000 dialect_ansi.py:634(iter_raw_references) | |
1 0.000 0.000 0.026 0.026 L042.py:1(<module>) | |
1 0.000 0.000 0.026 0.026 L038.py:1(<module>) | |
1 0.000 0.000 0.026 0.026 L047.py:1(<module>) | |
1 0.000 0.000 0.026 0.026 L026.py:1(<module>) | |
2 0.000 0.000 0.026 0.013 nodes.py:1(<module>) | |
242 0.005 0.000 0.026 0.000 dialect_ansi.py:1069(get_eventual_alias) | |
1028 0.004 0.000 0.026 0.000 markers.py:76(from_point) | |
1 0.000 0.000 0.026 0.026 L014.py:1(<module>) | |
38994 0.026 0.000 0.026 0.000 parsers.py:46(simple) | |
1 0.000 0.000 0.026 0.026 L010.py:1(<module>) | |
1 0.000 0.000 0.025 0.025 L002.py:1(<module>) | |
1 0.000 0.000 0.025 0.025 L013.py:1(<module>) | |
1 0.000 0.000 0.025 0.025 L028.py:1(<module>) | |
965 0.010 0.000 0.025 0.000 base.py:674(get_children) | |
39134 0.025 0.000 0.025 0.000 raw.py:84(is_whitespace) | |
1 0.000 0.000 0.025 0.025 L016.py:1(<module>) | |
1 0.000 0.000 0.025 0.025 config.py:548(make_child_from_path) | |
1 0.000 0.000 0.025 0.025 config.py:480(from_path) | |
89272 0.024 0.000 0.024 0.000 base.py:334(<lambda>) | |
2219 0.015 0.000 0.024 0.000 configparser.py:1240(__init__) | |
15849/1 0.022 0.000 0.024 0.024 base.py:651(iter_unparsables) | |
3241 0.006 0.000 0.023 0.000 configparser.py:406(_interpolate_some) | |
1 0.000 0.000 0.023 0.023 metadata.py:1(<module>) | |
26 0.000 0.000 0.022 0.001 pyparsing.py:2779(__init__) | |
1260 0.001 0.000 0.022 0.000 pathlib.py:916(joinpath) | |
15849 0.021 0.000 0.021 0.000 base.py:353(is_source_slice_literal) | |
1268 0.004 0.000 0.021 0.000 pathlib.py:703(_make_child) | |
121 0.021 0.000 0.021 0.000 {built-in method posix.replace} | |
2504 0.010 0.000 0.021 0.000 match_result.py:107(from_matched) | |
6614 0.011 0.000 0.020 0.000 __init__.py:1834(isEnabledFor) | |
482 0.003 0.000 0.020 0.000 <frozen importlib._bootstrap>:477(_init_module_attrs) | |
1 0.000 0.000 0.020 0.020 mbcsgroupprober.py:30(<module>) | |
736 0.002 0.000 0.019 0.000 typing.py:799(__getitem__) | |
2954 0.007 0.000 0.019 0.000 dialect_ansi.py:627(_iter_reference_parts) | |
29 0.000 0.000 0.019 0.001 ephemeral.py:21(__init__) | |
1 0.000 0.000 0.019 0.019 base.py:1156(__init__) | |
590 0.016 0.000 0.019 0.000 sre_compile.py:276(_optimize_charset) | |
2 0.000 0.000 0.018 0.009 runner.py:1(<module>) | |
6679 0.014 0.000 0.018 0.000 sequence.py:98(<genexpr>) | |
30 0.000 0.000 0.018 0.001 base.py:37(to_segment) | |
30 0.000 0.000 0.018 0.001 base.py:1070(__init__) | |
252 0.001 0.000 0.018 0.000 __init__.py:2118(distributions_from_metadata) | |
1 0.000 0.000 0.018 0.018 logging.py:1(<module>) | |
25 0.000 0.000 0.017 0.001 pyparsing.py:1250(setParseAction) | |
27 0.000 0.000 0.017 0.001 pyparsing.py:1039(_trim_arity) | |
7205 0.009 0.000 0.017 0.000 typing.py:759(__setattr__) | |
6 0.000 0.000 0.017 0.003 environment.py:1073(from_string) | |
10109 0.009 0.000 0.017 0.000 lexer.py:38(from_element) | |
26 0.000 0.000 0.017 0.001 pyparsing.py:1047(extract_stack) | |
6 0.000 0.000 0.017 0.003 environment.py:717(compile) | |
331 0.002 0.000 0.017 0.000 typing.py:674(__getitem__) | |
26 0.000 0.000 0.017 0.001 traceback.py:200(extract_stack) | |
17377 0.008 0.000 0.017 0.000 sre_parse.py:254(get) | |
1 0.001 0.001 0.017 0.017 dialect_ansi.py:1(<module>) | |
26 0.001 0.000 0.017 0.001 traceback.py:321(extract) | |
126 0.000 0.000 0.017 0.000 __init__.py:2021(_by_version) | |
831 0.001 0.000 0.016 0.000 <frozen importlib._bootstrap_external>:90(_path_is_mode_type) | |
1 0.000 0.000 0.016 0.016 uuid.py:1(<module>) | |
8886/6585 0.009 0.000 0.016 0.000 base.py:192(<genexpr>) | |
1 0.000 0.000 0.016 0.016 config.py:1(<module>) | |
126 0.000 0.000 0.016 0.000 __init__.py:2027(<listcomp>) | |
952 0.003 0.000 0.016 0.000 dialect_ansi.py:1160(iter_raw_references) | |
1 0.000 0.000 0.015 0.015 specifiers.py:4(<module>) | |
7 0.000 0.000 0.015 0.002 environment.py:602(_parse) | |
104 0.000 0.000 0.015 0.000 traceback.py:285(line) | |
500 0.001 0.000 0.015 0.000 version.py:48(parse) | |
3242/3241 0.005 0.000 0.015 0.000 configparser.py:765(get) | |
78 0.000 0.000 0.015 0.000 linecache.py:15(getline) | |
78 0.001 0.000 0.015 0.000 linecache.py:37(getlines) | |
510 0.001 0.000 0.015 0.000 typing.py:686(copy_with) | |
1266 0.011 0.000 0.015 0.000 configparser.py:1115(_join_multiline_values) | |
4 0.000 0.000 0.014 0.004 platform.py:884(system) | |
4 0.000 0.000 0.014 0.004 platform.py:746(uname) | |
884 0.006 0.000 0.014 0.000 <frozen importlib._bootstrap_external>:294(cache_from_source) | |
1 0.000 0.000 0.014 0.014 platform.py:603(_syscmd_uname) | |
1992 0.006 0.000 0.014 0.000 typing.py:120(_type_check) | |
1 0.000 0.000 0.014 0.014 zipfile.py:1(<module>) | |
1 0.000 0.000 0.013 0.013 types.py:1(<module>) | |
5749 0.013 0.000 0.013 0.000 base.py:301(<listcomp>) | |
640 0.001 0.000 0.013 0.000 <frozen importlib._bootstrap_external>:99(_path_isfile) | |
14922 0.013 0.000 0.013 0.000 base.py:236(_suffix) | |
129 0.000 0.000 0.013 0.000 _make.py:314(_compile_and_eval) | |
3926 0.005 0.000 0.013 0.000 <frozen importlib._bootstrap_external>:62(_path_join) | |
115 0.001 0.000 0.013 0.000 lexer.py:669(tokeniter) | |
7 0.000 0.000 0.013 0.002 parser.py:51(__init__) | |
1 0.000 0.000 0.013 0.013 pyparsing.py:5399(pyparsing_common) | |
7 0.000 0.000 0.012 0.002 environment.py:645(_tokenize) | |
1 0.003 0.003 0.012 0.012 lexer.py:491(violations_from_segments) | |
1 0.000 0.000 0.012 0.012 jinja.py:81(_extract_macros_from_config) | |
5 0.000 0.000 0.012 0.002 jinja.py:33(_extract_macros_from_template) | |
1 0.000 0.000 0.012 0.012 linecache.py:93(updatecache) | |
4316 0.005 0.000 0.012 0.000 L013.py:46(<genexpr>) | |
1 0.000 0.000 0.012 0.012 specifiers.py:333(Specifier) | |
13710/12464 0.011 0.000 0.012 0.000 {built-in method builtins.hash} | |
9077 0.012 0.000 0.012 0.000 anyof.py:43(is_optional) | |
5 0.000 0.000 0.011 0.002 config.py:176(_get_config_elems_from_file) | |
916 0.001 0.000 0.011 0.000 <frozen importlib._bootstrap>:376(cached) | |
1 0.011 0.011 0.011 0.011 {method 'readlines' of '_io._IOBase' objects} | |
8000 0.006 0.000 0.011 0.000 metadata.py:416(is_egg) | |
176 0.001 0.000 0.011 0.000 sre_compile.py:536(_compile_info) | |
19956 0.011 0.000 0.011 0.000 sre_parse.py:233(__next) | |
331 0.002 0.000 0.011 0.000 typing.py:187(_subs_tvars) | |
2890 0.005 0.000 0.011 0.000 L006.py:69(_find_segment) | |
1 0.000 0.000 0.011 0.011 sjisprober.py:28(<module>) | |
3098 0.004 0.000 0.011 0.000 select.py:49(<genexpr>) | |
4 0.005 0.001 0.011 0.003 base.py:50(expand) | |
1 0.000 0.000 0.011 0.011 sbcsgroupprober.py:29(<module>) | |
21466 0.011 0.000 0.011 0.000 {method 'group' of 're.Match' objects} | |
53 0.004 0.000 0.011 0.000 __init__.py:313(namedtuple) | |
2 0.000 0.000 0.011 0.005 config.py:331(load_config_up_to_path) | |
569 0.001 0.000 0.010 0.000 <frozen importlib._bootstrap>:147(__enter__) | |
179 0.001 0.000 0.010 0.000 typing.py:815(__getitem_inner__) | |
40 0.001 0.000 0.010 0.000 _make.py:661(__init__) | |
475 0.001 0.000 0.010 0.000 <frozen importlib._bootstrap_external>:424(_get_cached) | |
376 0.000 0.000 0.010 0.000 version.py:107(__init__) | |
80 0.000 0.000 0.010 0.000 lexer.py:378(__next__) | |
1 0.000 0.000 0.010 0.010 cacheprovider.py:1(<module>) | |
2856 0.005 0.000 0.010 0.000 L048.py:40(_missing_whitespace) | |
6 0.000 0.000 0.010 0.002 configparser.py:679(read) | |
2 0.000 0.000 0.010 0.005 _compat.py:1(<module>) | |
80 0.000 0.000 0.010 0.000 lexer.py:615(wrap) | |
15162 0.010 0.000 0.010 0.000 base.py:513(get_type) | |
376 0.003 0.000 0.010 0.000 version.py:205(_legacy_cmpkey) | |
1 0.000 0.000 0.010 0.010 dialect_bigquery.py:1(<module>) | |
2529 0.002 0.000 0.010 0.000 pathlib.py:719(__fspath__) | |
660 0.003 0.000 0.010 0.000 copy.py:66(copy) | |
5749 0.010 0.000 0.010 0.000 base.py:302(<listcomp>) | |
40 0.001 0.000 0.010 0.000 _make.py:497(_transform_attrs) | |
1 0.000 0.000 0.010 0.010 shutil.py:1(<module>) | |
1 0.000 0.000 0.010 0.010 pytester.py:1(<module>) | |
2 0.000 0.000 0.009 0.005 lexer.py:1(<module>) | |
1 0.000 0.000 0.009 0.009 python_api.py:1(<module>) | |
4324 0.009 0.000 0.009 0.000 base.py:1093(<listcomp>) | |
1 0.000 0.000 0.009 0.009 defaults.py:1(<module>) | |
2 0.000 0.000 0.009 0.005 config.py:336(<listcomp>) | |
1 0.000 0.000 0.009 0.009 reader.py:18(<module>) | |
27434 0.009 0.000 0.009 0.000 {method 'endswith' of 'str' objects} | |
1 0.000 0.000 0.009 0.009 reader.py:45(Reader) | |
1 0.000 0.000 0.009 0.009 parser.py:5(<module>) | |
7 0.000 0.000 0.009 0.001 lexer.py:604(tokenize) | |
7 0.000 0.000 0.009 0.001 lexer.py:323(__init__) | |
126 0.001 0.000 0.009 0.000 __init__.py:2576(from_location) | |
964 0.006 0.000 0.009 0.000 conditional.py:65(is_enabled) | |
8 0.000 0.000 0.009 0.001 config.py:263(load_config_at_path) | |
11441 0.006 0.000 0.008 0.000 sre_parse.py:164(__getitem__) | |
1 0.000 0.000 0.008 0.008 feedparser.py:5(<module>) | |
1 0.000 0.000 0.008 0.008 subprocess.py:10(<module>) | |
1 0.000 0.000 0.008 0.008 ssl.py:4(<module>) | |
3613/3206 0.006 0.000 0.008 0.000 typing.py:717(__hash__) | |
2 0.000 0.000 0.008 0.004 utils.py:1(<module>) | |
7205 0.004 0.000 0.008 0.000 typing.py:643(_is_dunder) | |
1796/1262 0.003 0.000 0.008 0.000 base.py:109(__init__) | |
20 0.001 0.000 0.008 0.000 _manager.py:82(register) | |
1 0.000 0.000 0.008 0.008 fixtures.py:1(<module>) | |
5749 0.008 0.000 0.008 0.000 match_logging.py:89(__init__) | |
807 0.005 0.000 0.008 0.000 <frozen importlib._bootstrap>:157(_get_module_lock) | |
1 0.000 0.000 0.008 0.008 compiler.py:1(<module>) | |
442 0.001 0.000 0.008 0.000 <frozen importlib._bootstrap_external>:1010(path_stats) | |
2 0.000 0.000 0.008 0.004 version.py:4(<module>) | |
88 0.000 0.000 0.008 0.000 _make.py:322(_make_method) | |
241 0.004 0.000 0.008 0.000 conditional.py:84(match) | |
136 0.001 0.000 0.008 0.000 __init__.py:2052(<genexpr>) | |
1 0.000 0.000 0.008 0.008 decimal.py:2(<module>) | |
292 0.001 0.000 0.008 0.000 base.py:219(raw_upper) | |
13 0.000 0.000 0.008 0.001 enum.py:434(_convert_) | |
626 0.003 0.000 0.007 0.000 version.py:271(__init__) | |
2557 0.004 0.000 0.007 0.000 pathlib.py:709(__str__) | |
121 0.007 0.000 0.007 0.000 {method 'write' of '_io.FileIO' objects} | |
1 0.000 0.000 0.007 0.007 inspect.py:1(<module>) | |
240 0.001 0.000 0.007 0.000 select.py:127(_has_value_table_function) | |
1 0.000 0.000 0.007 0.007 linting_result.py:1(<module>) | |
1 0.000 0.000 0.007 0.007 __init__.py:17(<module>) | |
31 0.003 0.000 0.007 0.000 enum.py:129(__new__) | |
12 0.000 0.000 0.007 0.001 pyparsing.py:4251(__init__) | |
240 0.001 0.000 0.007 0.000 dialect_ansi.py:644(is_qualified) | |
1003 0.005 0.000 0.007 0.000 raw.py:118(raw_trimmed) | |
1 0.000 0.000 0.007 0.007 __init__.py:945(Environment) | |
1 0.000 0.000 0.007 0.007 __init__.py:162(get_supported_platform) | |
2 0.000 0.000 0.007 0.003 filters.py:1(<module>) | |
1 0.000 0.000 0.007 0.007 __init__.py:372(get_build_platform) | |
1 0.000 0.000 0.007 0.007 L020.py:1(<module>) | |
121 0.001 0.000 0.007 0.000 <frozen importlib._bootstrap_external>:591(_code_to_timestamp_pyc) | |
1 0.000 0.000 0.007 0.007 chardistribution.py:28(<module>) | |
36/11 0.000 0.000 0.007 0.001 pyparsing.py:3743(leaveWhitespace) | |
459 0.001 0.000 0.007 0.000 enum.py:278(__call__) | |
1932/482 0.005 0.000 0.007 0.000 sre_parse.py:174(getwidth) | |
1 0.000 0.000 0.007 0.007 validators.py:1(<module>) | |
833 0.001 0.000 0.007 0.000 <frozen importlib._bootstrap_external>:1265(_path_importer_cache) | |
471 0.001 0.000 0.007 0.000 pyparsing.py:1167(copy) | |
1 0.000 0.000 0.007 0.007 plistlib.py:1(<module>) | |
54 0.001 0.000 0.007 0.000 <frozen importlib._bootstrap_external>:1479(_fill_cache) | |
3242 0.004 0.000 0.006 0.000 configparser.py:1139(_unify_values) | |
1 0.000 0.000 0.006 0.006 bccache.py:1(<module>) | |
41 0.000 0.000 0.006 0.000 _make.py:344(_make_attr_tuple_class) | |
40 0.000 0.000 0.006 0.000 _make.py:2001(_make_init) | |
1 0.000 0.000 0.006 0.006 _policybase.py:1(<module>) | |
1 0.000 0.000 0.006 0.006 __init__.py:15(<module>) | |
120 0.001 0.000 0.006 0.000 _hooks.py:135(varnames) | |
18 0.000 0.000 0.006 0.000 lexer.py:220(__init__) | |
1731 0.003 0.000 0.006 0.000 base.py:84(_resolve_ref) | |
1 0.000 0.000 0.006 0.006 socket.py:4(<module>) | |
27 0.000 0.000 0.006 0.000 typing.py:1612(__new__) | |
126 0.000 0.000 0.006 0.000 __init__.py:2563(__init__) | |
3926 0.004 0.000 0.006 0.000 <frozen importlib._bootstrap_external>:64(<listcomp>) | |
5 0.000 0.000 0.006 0.001 exceptions.py:1(<module>) | |
1 0.000 0.000 0.006 0.006 resolver.py:2(<module>) | |
1 0.000 0.000 0.006 0.006 initialise.py:2(<module>) | |
1052 0.001 0.000 0.006 0.000 __init__.py:2067(dist_factory) | |
325/149 0.001 0.000 0.006 0.000 base.py:777(simple) | |
20 0.000 0.000 0.006 0.000 metadata.py:71(load) | |
2 0.000 0.000 0.006 0.003 pathlib.py:1(<module>) | |
20 0.000 0.000 0.006 0.000 _manager.py:161(add_hookspecs) | |
2034 0.005 0.000 0.006 0.000 string_helpers.py:11(curtail_string) | |
27 0.001 0.000 0.006 0.000 typing.py:1588(_make_nmtuple) | |
36 0.000 0.000 0.006 0.000 _make.py:949(add_init) | |
4387 0.005 0.000 0.006 0.000 {method 'update' of 'set' objects} | |
1 0.000 0.000 0.006 0.006 L044.py:78(_analyze_result_columns) | |
1 0.000 0.000 0.006 0.006 select_crawler.py:125(get_wildcard_info) | |
1 0.000 0.000 0.006 0.006 platform.py:3(<module>) | |
1 0.000 0.000 0.006 0.006 select_crawler.py:107(select_info) | |
1650 0.003 0.000 0.006 0.000 posixpath.py:71(join) | |
54 0.000 0.000 0.006 0.000 <frozen importlib._bootstrap_external>:1252(_path_hooks) | |
502 0.002 0.000 0.006 0.000 dialect_ansi.py:687(_level_to_int) | |
37364 0.006 0.000 0.006 0.000 codingstatemachine.py:80(get_current_charlen) | |
14 0.000 0.000 0.005 0.000 enum.py:381(_create_) | |
32 0.000 0.000 0.005 0.000 _make.py:1723(_make_eq) | |
61/11 0.000 0.000 0.005 0.000 pyparsing.py:3288(leaveWhitespace) | |
1 0.000 0.000 0.005 0.005 sysconfig.py:643(get_platform) | |
1 0.000 0.000 0.005 0.005 terminal.py:1(<module>) | |
56/26 0.000 0.000 0.005 0.000 anyof.py:29(simple) | |
121 0.000 0.000 0.005 0.000 <frozen importlib._bootstrap_external>:436(_calc_mode) | |
1 0.000 0.000 0.005 0.005 capture.py:1(<module>) | |
3584 0.003 0.000 0.005 0.000 version.py:187(_parse_version_parts) | |
1 0.000 0.000 0.005 0.005 formatters.py:1(<module>) | |
475 0.001 0.000 0.005 0.000 <frozen importlib._bootstrap_external>:1426(_get_spec) | |
131/65 0.000 0.000 0.005 0.000 pyparsing.py:3363(copy) | |
2520 0.002 0.000 0.005 0.000 configparser.py:618(<genexpr>) | |
1 0.000 0.000 0.005 0.005 subprocess.py:368(check_output) | |
29 0.000 0.000 0.005 0.000 _make.py:989(add_eq) | |
120 0.001 0.000 0.005 0.000 inspect.py:1090(getfullargspec) | |
1 0.000 0.000 0.005 0.005 subprocess.py:448(run) | |
56/26 0.000 0.000 0.005 0.000 anyof.py:35(<listcomp>) | |
1181 0.001 0.000 0.005 0.000 typing.py:358(<genexpr>) | |
1 0.000 0.000 0.005 0.005 events.py:1(<module>) | |
126 0.000 0.000 0.005 0.000 __init__.py:1312(safe_version) | |
241 0.001 0.000 0.005 0.000 select.py:142(_get_pivot_table_columns) | |
5021 0.005 0.000 0.005 0.000 {method 'search' of 're.Pattern' objects} | |
1 0.000 0.000 0.005 0.005 code.py:54(Code) | |
2 0.000 0.000 0.005 0.002 lib.py:23(load_default_config) | |
110/106 0.000 0.000 0.005 0.000 __init__.py:137(__makeattr) | |
2 0.000 0.000 0.005 0.002 jinja.py:164(_get_jinja_env) | |
2 0.000 0.000 0.005 0.002 config.py:255(load_default_config_file) | |
1 0.000 0.000 0.005 0.005 ansitowin32.py:2(<module>) | |
2 0.000 0.000 0.005 0.002 sandbox.py:252(__init__) | |
2 0.000 0.000 0.005 0.002 environment.py:291(__init__) | |
1 0.000 0.000 0.005 0.005 cpython.py:1(<module>) | |
2 0.000 0.000 0.005 0.002 environment.py:107(load_extensions) | |
1 0.000 0.000 0.005 0.005 cpython.py:10(_init_ugly_crap) | |
2 0.000 0.000 0.005 0.002 decoder.py:1(<module>) | |
121 0.005 0.000 0.005 0.000 {built-in method marshal.dumps} | |
2 0.000 0.000 0.005 0.002 utils.py:197(import_string) | |
2 0.000 0.000 0.005 0.002 __init__.py:70(importobj) | |
154 0.000 0.000 0.005 0.000 typing.py:496(__init__) | |
1 0.000 0.000 0.005 0.005 _manager.py:1(<module>) | |
569 0.001 0.000 0.005 0.000 <frozen importlib._bootstrap>:151(__exit__) | |
380 0.000 0.000 0.005 0.000 genericpath.py:39(isdir) | |
2980 0.004 0.000 0.004 0.000 parsers.py:22(__init__) | |
2/1 0.000 0.000 0.004 0.004 sysconfig.py:554(get_config_vars) | |
1 0.000 0.000 0.004 0.004 environment.py:582(parse) | |
1 0.000 0.000 0.004 0.004 markers.py:1(<module>) | |
289 0.000 0.000 0.004 0.000 sre_parse.py:96(closegroup) | |
233 0.000 0.000 0.004 0.000 anyof.py:223(__init__) | |
3 0.000 0.000 0.004 0.001 pyparsing.py:1608(parseString) | |
1 0.000 0.000 0.004 0.004 configparser.py:1(<module>) | |
2 0.000 0.000 0.004 0.002 context.py:1(<module>) | |
1 0.000 0.000 0.004 0.004 anyof.py:1(<module>) | |
1 0.000 0.000 0.004 0.004 version.py:267(Version) | |
1 0.000 0.000 0.004 0.004 python.py:246(slice_file) | |
12 0.000 0.000 0.004 0.000 pyparsing.py:2653(__init__) | |
3300 0.004 0.000 0.004 0.000 __init__.py:885(__getitem__) | |
2 0.000 0.000 0.004 0.002 python.py:1(<module>) | |
254 0.001 0.000 0.004 0.000 anyof.py:22(__init__) | |
149/7 0.000 0.000 0.004 0.001 visitor.py:35(visit) | |
1917 0.003 0.000 0.004 0.000 types.py:171(__get__) | |
13 0.000 0.000 0.004 0.000 dialect_bigquery.py:632(extract_possible_references) | |
11315 0.004 0.000 0.004 0.000 raw.py:69(is_expandable) | |
40 0.000 0.000 0.004 0.000 _make.py:1172(attrs) | |
807 0.004 0.000 0.004 0.000 <frozen importlib._bootstrap>:103(release) | |
7 0.000 0.000 0.004 0.001 compiler.py:825(visit_Template) | |
80 0.000 0.000 0.004 0.000 _hooks.py:185(__init__) | |
191 0.000 0.000 0.004 0.000 <frozen importlib._bootstrap_external>:104(_path_isdir) | |
10110 0.002 0.000 0.004 0.000 linter.py:151(<genexpr>) | |
1 0.000 0.000 0.004 0.004 dumper.py:2(<module>) | |
2 0.000 0.000 0.004 0.002 jinja.py:307(_slice_template) | |
131/65 0.000 0.000 0.004 0.000 pyparsing.py:3365(<listcomp>) | |
1918 0.003 0.000 0.004 0.000 L011.py:57(<genexpr>) | |
40 0.000 0.000 0.004 0.000 _hooks.py:199(set_specification) | |
124 0.001 0.000 0.004 0.000 inspect.py:2206(_signature_from_callable) | |
660 0.002 0.000 0.004 0.000 copy.py:258(_reconstruct) | |
1 0.000 0.000 0.004 0.004 findpaths.py:1(<module>) | |
2 0.000 0.000 0.004 0.002 encoder.py:1(<module>) | |
2035 0.004 0.000 0.004 0.000 context.py:161(may_recurse) | |
6 0.000 0.000 0.004 0.001 environment.py:666(_generate) | |
241 0.001 0.000 0.004 0.000 markers.py:136(start_point_marker) | |
1 0.000 0.000 0.004 0.004 L044.py:1(<module>) | |
6 0.000 0.000 0.004 0.001 compiler.py:101(generate) | |
742 0.000 0.000 0.004 0.000 typing.py:682(<genexpr>) | |
40 0.000 0.000 0.004 0.000 _hooks.py:319(__init__) | |
88/60 0.000 0.000 0.004 0.000 sequence.py:29(simple) | |
61 0.000 0.000 0.004 0.000 pyparsing.py:3292(<listcomp>) | |
1961 0.003 0.000 0.004 0.000 greedy.py:213(<genexpr>) | |
1281 0.002 0.000 0.004 0.000 pathlib.py:682(_from_parsed_parts) | |
321 0.002 0.000 0.004 0.000 <frozen importlib._bootstrap_external>:493(_classify_pyc) | |
1 0.000 0.000 0.004 0.004 typing.py:1(<module>) | |
936 0.001 0.000 0.004 0.000 __init__.py:2044(<genexpr>) | |
1 0.000 0.000 0.004 0.004 pathspec.py:2(<module>) | |
64 0.000 0.000 0.004 0.000 __init__.py:3268(<genexpr>) | |
1953 0.002 0.000 0.003 0.000 <string>:1(__new__) | |
1 0.000 0.000 0.003 0.003 __init__.py:11(<module>) | |
8 0.000 0.000 0.003 0.000 environment.py:441(lexer) | |
1 0.000 0.000 0.003 0.003 formatting.py:1(<module>) | |
8 0.000 0.000 0.003 0.000 lexer.py:426(get_lexer) | |
1349 0.002 0.000 0.003 0.000 re.py:268(escape) | |
1 0.000 0.000 0.003 0.003 commands.py:241(get_linter_and_formatter) | |
63 0.000 0.000 0.003 0.000 __init__.py:2774(activate) | |
989 0.002 0.000 0.003 0.000 typing.py:172(_collect_type_vars) | |
3085 0.002 0.000 0.003 0.000 typing.py:329(__hash__) | |
1 0.000 0.000 0.003 0.003 structures.py:1(<module>) | |
1 0.000 0.000 0.003 0.003 lexer.py:477(__init__) | |
475 0.002 0.000 0.003 0.000 <frozen importlib._bootstrap_external>:629(spec_from_file_location) | |
88 0.001 0.000 0.003 0.000 _make.py:1600(_generate_unique_filename) | |
1293 0.002 0.000 0.003 0.000 pathlib.py:692(_format_parsed_parts) | |
10 0.000 0.000 0.003 0.000 lexer.py:481(c) | |
797 0.002 0.000 0.003 0.000 L003.py:450(<genexpr>) | |
80 0.000 0.000 0.003 0.000 _hooks.py:306(__init__) | |
1 0.000 0.000 0.003 0.003 tempfile.py:1(<module>) | |
1 0.000 0.000 0.003 0.003 header.py:5(<module>) | |
807 0.003 0.000 0.003 0.000 <frozen importlib._bootstrap>:78(acquire) | |
5428 0.003 0.000 0.003 0.000 {method 'capitalize' of 'str' objects} | |
1 0.000 0.000 0.003 0.003 __init__.py:441(StrFormatStyle) | |
1 0.000 0.000 0.003 0.003 constructor.py:3(<module>) | |
360 0.001 0.000 0.003 0.000 _manager.py:120(parse_hookimpl_opts) | |
10109 0.003 0.000 0.003 0.000 lexer.py:156(_subdivide) | |
604 0.002 0.000 0.003 0.000 codecs.py:319(decode) | |
1 0.000 0.000 0.003 0.003 tmpdir.py:1(<module>) | |
4913 0.002 0.000 0.003 0.000 sre_parse.py:249(match) | |
382 0.002 0.000 0.003 0.000 typing.py:219(_remove_dups_flatten) | |
92/76 0.000 0.000 0.003 0.000 base.py:360(simple) | |
70 0.000 0.000 0.003 0.000 abc.py:84(__new__) | |
2890 0.002 0.000 0.003 0.000 L006.py:47(_missing_whitespace) | |
1 0.000 0.000 0.003 0.003 source.py:1(<module>) | |
161 0.002 0.000 0.003 0.000 sequence.py:214(get_bracket_from_dialect) | |
2034 0.003 0.000 0.003 0.000 string_helpers.py:6(frame_msg) | |
275 0.001 0.000 0.003 0.000 L003.py:289(_strip_buffers) | |
18 0.000 0.000 0.003 0.000 gettext.py:735(gettext) | |
18 0.000 0.000 0.003 0.000 gettext.py:660(dgettext) | |
5139 0.003 0.000 0.003 0.000 {method 'items' of 'dict' objects} | |
7 0.000 0.000 0.003 0.000 parser.py:1036(parse) | |
1 0.000 0.000 0.003 0.003 constructor.py:171(SafeConstructor) | |
18 0.000 0.000 0.003 0.000 gettext.py:579(translation) | |
54 0.000 0.000 0.003 0.000 <frozen importlib._bootstrap_external>:1520(path_hook_for_FileFinder) | |
123 0.001 0.000 0.003 0.000 inspect.py:2112(_signature_from_function) | |
4183 0.003 0.000 0.003 0.000 <frozen importlib._bootstrap>:222(_verbose_message) | |
1 0.000 0.000 0.003 0.003 pickle.py:1(<module>) | |
1 0.000 0.000 0.003 0.003 subprocess.py:732(__init__) | |
1 0.000 0.000 0.003 0.003 selectors.py:1(<module>) | |
40 0.000 0.000 0.003 0.000 _make.py:723(build_class) | |
18 0.000 0.000 0.003 0.000 gettext.py:538(find) | |
71 0.000 0.000 0.003 0.000 __init__.py:2763(_get_metadata) | |
1 0.000 0.000 0.003 0.003 lib.py:1(<module>) | |
480 0.001 0.000 0.003 0.000 inspect.py:294(isroutine) | |
1 0.000 0.000 0.003 0.003 delimited.py:1(<module>) | |
1 0.000 0.000 0.003 0.003 configparser.py:560(RawConfigParser) | |
6 0.000 0.000 0.003 0.000 commands.py:118(common_options) | |
1 0.000 0.000 0.003 0.003 expression.py:1(<module>) | |
2049 0.002 0.000 0.003 0.000 {method 'update' of 'dict' objects} | |
1 0.000 0.000 0.003 0.003 markers.py:4(<module>) | |
3 0.000 0.000 0.003 0.001 dataclasses.py:1010(wrap) | |
3 0.000 0.000 0.003 0.001 dataclasses.py:807(_process_class) | |
384 0.003 0.000 0.003 0.000 {method 'split' of 're.Pattern' objects} | |
1 0.000 0.000 0.003 0.003 linecache.py:1(<module>) | |
14 0.000 0.000 0.003 0.000 config.py:356(iter_config_locations_up_to_path) | |
2 0.000 0.000 0.002 0.001 pyparsing.py:4763(srange) | |
1 0.000 0.000 0.002 0.002 pyparsing.py:4904(makeHTMLTags) | |
1 0.000 0.000 0.002 0.002 pyparsing.py:4875(_makeTags) | |
1021 0.002 0.000 0.002 0.000 <frozen importlib._bootstrap_external>:68(_path_split) | |
13/7 0.000 0.000 0.002 0.000 parser.py:987(subparse) | |
238 0.000 0.000 0.002 0.000 <frozen importlib._bootstrap>:194(_lock_unlock_module) | |
148/3 0.001 0.000 0.002 0.001 pyparsing.py:1370(_parseNoCache) | |
1 0.000 0.000 0.002 0.002 random.py:1(<module>) | |
1 0.000 0.000 0.002 0.002 subprocess.py:1550(_execute_child) | |
54 0.000 0.000 0.002 0.000 <frozen zipimport>:63(__init__) | |
22/3 0.000 0.000 0.002 0.001 pyparsing.py:3397(parseImpl) | |
4386 0.002 0.000 0.002 0.000 {method 'rpartition' of 'str' objects} | |
6 0.000 0.000 0.002 0.000 environment.py:687(_compile) | |
1 0.000 0.000 0.002 0.002 langbulgarianmodel.py:4(<module>) | |
1 0.000 0.000 0.002 0.002 _identifier.py:1(<module>) | |
2 0.000 0.000 0.002 0.001 __init__.py:4(<module>) | |
637 0.001 0.000 0.002 0.000 <frozen importlib._bootstrap>:58(__init__) | |
417 0.001 0.000 0.002 0.000 sre_parse.py:432(_uniq) | |
1 0.000 0.000 0.002 0.002 util.py:2(<module>) | |
3 0.000 0.000 0.002 0.001 parser.py:1(<module>) | |
1 0.000 0.000 0.002 0.002 hookspec.py:1(<module>) | |
1 0.000 0.000 0.002 0.002 connection.py:10(<module>) | |
1 0.000 0.000 0.002 0.002 _osx_support.py:399(customize_config_vars) | |
7 0.000 0.000 0.002 0.000 decorators.py:294(version_option) | |
1 0.000 0.000 0.002 0.002 terminalwriter.py:1(<module>) | |
3248 0.002 0.000 0.002 0.000 __init__.py:875(__init__) | |
353 0.001 0.000 0.002 0.000 enum.py:64(__setitem__) | |
2 0.000 0.000 0.002 0.001 core.py:878(make_context) | |
637 0.001 0.000 0.002 0.000 <frozen importlib._bootstrap>:176(cb) | |
2 0.000 0.000 0.002 0.001 helpers.py:1(<module>) | |
1 0.000 0.000 0.002 0.002 termui.py:1(<module>) | |
1 0.000 0.000 0.002 0.002 base.py:70(BaseGrammar) | |
1 0.000 0.000 0.002 0.002 local.py:1(<module>) | |
1 0.000 0.000 0.002 0.002 L001.py:1(<module>) | |
2 0.000 0.000 0.002 0.001 core.py:1361(parse_args) | |
1 0.000 0.000 0.002 0.002 subprocess.py:980(communicate) | |
963 0.001 0.000 0.002 0.000 <frozen importlib._bootstrap_external>:51(_unpack_uint32) | |
89 0.000 0.000 0.002 0.000 uuid.py:778(uuid4) | |
1627 0.001 0.000 0.002 0.000 L003.py:520(<genexpr>) | |
1716 0.001 0.000 0.002 0.000 version.py:98(_compare) | |
2219 0.001 0.000 0.002 0.000 configparser.py:1359(__iter__) | |
8 0.000 0.000 0.002 0.000 posixpath.py:387(realpath) | |
1 0.000 0.000 0.002 0.002 ext.py:1(<module>) | |
1 0.000 0.000 0.002 0.002 datetime.py:1(<module>) | |
1 0.000 0.000 0.002 0.002 bz2.py:1(<module>) | |
1265 0.002 0.000 0.002 0.000 configparser.py:644(sections) | |
1 0.000 0.000 0.002 0.002 runtime.py:1(<module>) | |
3206 0.002 0.000 0.002 0.000 sre_parse.py:172(append) | |
40 0.000 0.000 0.002 0.000 _make.py:558(<listcomp>) | |
13/7 0.000 0.000 0.002 0.000 compiler.py:442(blockvisit) | |
111/5 0.001 0.000 0.002 0.000 pyparsing.py:3319(streamline) | |
1 0.000 0.000 0.002 0.002 utils.py:5(<module>) | |
65 0.000 0.000 0.002 0.000 __init__.py:1396(has_metadata) | |
13 0.001 0.000 0.002 0.000 _make.py:772(_create_slots_class) | |
6/5 0.000 0.000 0.002 0.000 parser.py:165(parse_statement) | |
16 0.002 0.000 0.002 0.000 {built-in method posix.mkdir} | |
1 0.000 0.000 0.002 0.002 hashlib.py:5(<module>) | |
3898 0.002 0.000 0.002 0.000 {method 'find' of 'str' objects} | |
5 0.000 0.000 0.002 0.000 parser.py:443(parse_macro) | |
3544 0.001 0.000 0.002 0.000 sre_parse.py:160(__len__) | |
83 0.000 0.000 0.002 0.000 pyparsing.py:1821(__add__) | |
362 0.000 0.000 0.002 0.000 typing.py:827(<genexpr>) | |
10 0.000 0.000 0.002 0.000 __init__.py:2102(safe_listdir) | |
1 0.000 0.000 0.002 0.002 match_result.py:1(<module>) | |
1144 0.001 0.000 0.002 0.000 version.py:82(__eq__) | |
13 0.001 0.000 0.002 0.000 enum.py:451(<listcomp>) | |
1 0.000 0.000 0.002 0.002 tokenize.py:1(<module>) | |
9/8 0.000 0.000 0.002 0.000 posixpath.py:396(_joinrealpath) | |
4596 0.002 0.000 0.002 0.000 parsers.py:158(simple) | |
1 0.000 0.000 0.002 0.002 lzma.py:1(<module>) | |
1 0.000 0.000 0.002 0.002 scanner.py:1(<module>) | |
1 0.000 0.000 0.002 0.002 unix_events.py:1(<module>) | |
89 0.000 0.000 0.002 0.000 _make.py:2575(from_counting_attr) | |
351 0.001 0.000 0.002 0.000 posixpath.py:117(splitext) | |
115/12 0.000 0.000 0.002 0.000 base.py:697(copy) | |
648 0.001 0.000 0.002 0.000 sre_compile.py:423(_simple) | |
3032 0.002 0.000 0.002 0.000 {method 'keys' of 'dict' objects} | |
16 0.000 0.000 0.002 0.000 _make.py:1630(_make_hash) | |
133 0.001 0.000 0.002 0.000 pyparsing.py:3260(__init__) | |
1153 0.001 0.000 0.002 0.000 <frozen importlib._bootstrap>:389(parent) | |
1 0.000 0.000 0.002 0.002 charsetgroupprober.py:28(<module>) | |
69 0.000 0.000 0.002 0.000 nodes.py:57(__new__) | |
346 0.001 0.000 0.002 0.000 posixpath.py:140(basename) | |
1 0.000 0.000 0.002 0.002 host.py:1(<module>) | |
321 0.001 0.000 0.002 0.000 <frozen importlib._bootstrap_external>:526(_validate_timestamp_pyc) | |
24/10 0.000 0.000 0.002 0.000 pyparsing.py:3737(parseImpl) | |
1 0.000 0.000 0.002 0.002 queue.py:1(<module>) | |
12 0.000 0.000 0.002 0.000 dataclasses.py:375(_create_fn) | |
1 0.000 0.000 0.002 0.002 signal.py:1(<module>) | |
142 0.000 0.000 0.002 0.000 genericpath.py:16(exists) | |
590 0.001 0.000 0.002 0.000 sre_compile.py:249(_compile_charset) | |
5397 0.002 0.000 0.002 0.000 configparser.py:1020(<dictcomp>) | |
54 0.000 0.000 0.002 0.000 <frozen importlib._bootstrap_external>:1394(__init__) | |
140 0.000 0.000 0.002 0.000 metadata.py:472(<genexpr>) | |
1962 0.001 0.000 0.002 0.000 <frozen importlib._bootstrap>:867(__exit__) | |
84 0.000 0.000 0.002 0.000 pyparsing.py:3390(__init__) | |
2 0.000 0.000 0.002 0.001 glob.py:10(glob) | |
54 0.000 0.000 0.002 0.000 decorators.py:240(decorator) | |
1349 0.002 0.000 0.002 0.000 {method 'translate' of 'str' objects} | |
14 0.000 0.000 0.002 0.000 _make.py:937(add_hash) | |
176 0.001 0.000 0.002 0.000 enum.py:828(__and__) | |
54/10 0.000 0.000 0.002 0.000 pyparsing.py:3762(streamline) | |
1 0.000 0.000 0.002 0.002 sysconfig.py:456(_init_posix) | |
129 0.000 0.000 0.002 0.000 {built-in method builtins.eval} | |
421 0.002 0.000 0.002 0.000 {built-in method fromkeys} | |
100 0.000 0.000 0.002 0.000 glob.py:41(_iglob) | |
1 0.000 0.000 0.002 0.002 string.py:1(<module>) | |
1 0.000 0.000 0.002 0.002 staggered.py:1(<module>) | |
4/3 0.000 0.000 0.002 0.001 pyparsing.py:3859(parseImpl) | |
2136 0.001 0.000 0.002 0.000 sre_parse.py:286(tell) | |
240 0.001 0.000 0.002 0.000 L013.py:47(<setcomp>) | |
1 0.000 0.000 0.002 0.002 struct.py:3(<module>) | |
1962 0.001 0.000 0.002 0.000 <frozen importlib._bootstrap>:863(__enter__) | |
580 0.001 0.000 0.002 0.000 base.py:859(keyword) | |
17 0.000 0.000 0.002 0.000 pathlib.py:1164(resolve) | |
115/12 0.000 0.000 0.002 0.000 base.py:732(<listcomp>) | |
2308 0.001 0.000 0.002 0.000 posixpath.py:41(_get_sep) | |
1 0.000 0.000 0.002 0.002 environment.py:143(Environment) | |
451 0.000 0.000 0.002 0.000 __init__.py:2344(_normalize_cached) | |
1 0.000 0.000 0.001 0.001 dis.py:1(<module>) | |
23/10 0.000 0.000 0.001 0.000 pyparsing.py:3547(parseImpl) | |
1 0.000 0.000 0.001 0.001 bisect.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 expat.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 sequence.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 loaders.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 escprober.py:28(<module>) | |
1 0.000 0.000 0.001 0.001 idtracking.py:1(<module>) | |
126 0.001 0.000 0.001 0.000 __init__.py:670(add) | |
5 0.000 0.000 0.001 0.000 compiler.py:1317(visit_Macro) | |
6 0.000 0.000 0.001 0.000 __init__.py:2327(normalize_path) | |
275 0.001 0.000 0.001 0.000 L003.py:292(<dictcomp>) | |
1 0.000 0.000 0.001 0.001 contextvars.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 __init__.py:413(PercentStyle) | |
2035 0.001 0.000 0.001 0.000 delimited.py:127(<genexpr>) | |
1 0.000 0.000 0.001 0.001 saferepr.py:1(<module>) | |
335 0.001 0.000 0.001 0.000 pyparsing.py:1144(__init__) | |
76 0.000 0.000 0.001 0.000 sre_compile.py:411(_mk_bitmap) | |
1 0.000 0.000 0.001 0.001 __init__.py:821(Config) | |
3 0.000 0.000 0.001 0.000 dataclasses.py:996(dataclass) | |
30 0.000 0.000 0.001 0.000 typing.py:875(__class_getitem__) | |
14 0.000 0.000 0.001 0.000 hashlib.py:123(__get_openssl_constructor) | |
1 0.000 0.000 0.001 0.001 string.py:67(__init__) | |
798 0.001 0.000 0.001 0.000 L003.py:465(<genexpr>) | |
31 0.001 0.000 0.001 0.000 enum.py:171(<setcomp>) | |
1 0.000 0.000 0.001 0.001 _osx_support.py:301(_check_for_unavailable_sdk) | |
118 0.001 0.000 0.001 0.000 functools.py:33(update_wrapper) | |
5 0.000 0.000 0.001 0.000 compiler.py:611(macro_body) | |
1 0.000 0.000 0.001 0.001 linter.py:57(Linter) | |
1 0.000 0.000 0.001 0.001 reports.py:1(<module>) | |
8 0.000 0.000 0.001 0.000 hashlib.py:79(__get_builtin_constructor) | |
1 0.000 0.000 0.001 0.001 base.py:655(get_rulelist) | |
570 0.001 0.000 0.001 0.000 codecs.py:309(__init__) | |
126 0.001 0.000 0.001 0.000 version.py:305(__str__) | |
58 0.000 0.000 0.001 0.000 core.py:2444(__init__) | |
2288 0.001 0.000 0.001 0.000 noncode.py:18(simple) | |
80 0.000 0.000 0.001 0.000 posixpath.py:164(islink) | |
1400 0.001 0.000 0.001 0.000 contextlib.py:359(__exit__) | |
68 0.000 0.000 0.001 0.000 __init__.py:1393(_get_metadata_path) | |
131 0.001 0.000 0.001 0.000 {method 'sub' of 're.Pattern' objects} | |
660 0.001 0.000 0.001 0.000 {method '__reduce_ex__' of 'object' objects} | |
479 0.001 0.000 0.001 0.000 select_crawler.py:103(__init__) | |
1 0.000 0.000 0.001 0.001 reduction.py:10(<module>) | |
69 0.000 0.000 0.001 0.000 __init__.py:1472(_fn) | |
1792 0.001 0.000 0.001 0.000 sre_parse.py:111(__init__) | |
48 0.000 0.000 0.001 0.000 delimited.py:23(__init__) | |
884 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap_external>:111(_path_isabs) | |
1 0.000 0.000 0.001 0.001 dialect_ansi.py:2418(AccessStatementSegment) | |
1 0.000 0.000 0.001 0.001 winterm.py:2(<module>) | |
1 0.000 0.000 0.001 0.001 utf8prober.py:28(<module>) | |
120 0.000 0.000 0.001 0.000 metadata.py:392(__init__) | |
1 0.000 0.000 0.001 0.001 linter.py:674(paths_from_path) | |
1 0.000 0.000 0.001 0.001 wcwidth.py:1(<module>) | |
604 0.001 0.000 0.001 0.000 {built-in method _codecs.utf_8_decode} | |
1 0.000 0.000 0.001 0.001 compiler.py:300(CodeGenerator) | |
2122 0.001 0.000 0.001 0.000 {method 'isalnum' of 'str' objects} | |
1 0.000 0.000 0.001 0.001 core.py:1928(Parameter) | |
3469 0.001 0.000 0.001 0.000 {built-in method _imp.acquire_lock} | |
6/5 0.000 0.000 0.001 0.000 parser.py:194(parse_statements) | |
1661 0.001 0.000 0.001 0.000 typing.py:324(__eq__) | |
1 0.000 0.000 0.001 0.001 specifiers.py:263(LegacySpecifier) | |
411 0.001 0.000 0.001 0.000 sre_parse.py:355(_escape) | |
20 0.000 0.000 0.001 0.000 metadata.py:406(zip_children) | |
442 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap_external>:456(_check_name_wrapper) | |
40 0.001 0.000 0.001 0.000 _make.py:2176(_attrs_to_init_script) | |
1 0.000 0.000 0.001 0.001 coroutines.py:1(<module>) | |
2 0.000 0.000 0.001 0.001 glob.py:81(_glob1) | |
1 0.000 0.000 0.001 0.001 pickling_support.py:57(install) | |
3 0.000 0.000 0.001 0.000 re.py:196(search) | |
1 0.000 0.000 0.001 0.001 parse.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 _callers.py:1(<module>) | |
80 0.001 0.000 0.001 0.000 {built-in method posix.lstat} | |
1 0.000 0.000 0.001 0.001 setters.py:1(<module>) | |
5167 0.001 0.000 0.001 0.000 {built-in method builtins.callable} | |
241 0.000 0.000 0.001 0.000 inspect.py:90(ismethoddescriptor) | |
1 0.000 0.000 0.001 0.001 recwarn.py:1(<module>) | |
250 0.001 0.000 0.001 0.000 version.py:474(_cmpkey) | |
203 0.001 0.000 0.001 0.000 posixpath.py:150(dirname) | |
1 0.000 0.000 0.001 0.001 pytester.py:624(Pytester) | |
49 0.000 0.000 0.001 0.000 base.py:605(register) | |
580 0.000 0.000 0.001 0.000 _manager.py:184(parse_hookspec_opts) | |
1 0.000 0.000 0.001 0.001 config.py:339(find_ignore_config_files) | |
1 0.000 0.000 0.001 0.001 argparsing.py:1(<module>) | |
423 0.001 0.000 0.001 0.000 nodes.py:167(iter_child_nodes) | |
1 0.000 0.000 0.001 0.001 _version_info.py:1(<module>) | |
20 0.000 0.000 0.001 0.000 zipfile.py:2327(__init__) | |
17 0.000 0.000 0.001 0.000 pathlib.py:316(resolve) | |
289 0.001 0.000 0.001 0.000 sre_parse.py:84(opengroup) | |
3469 0.001 0.000 0.001 0.000 {built-in method _imp.release_lock} | |
1 0.000 0.000 0.001 0.001 loader.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 _osx_support.py:140(_supports_universal_builds) | |
2 0.000 0.000 0.001 0.000 _osx_support.py:84(_get_system_name_and_version) | |
1 0.000 0.000 0.001 0.001 select_crawler.py:1(<module>) | |
126 0.000 0.000 0.001 0.000 __init__.py:1304(safe_name) | |
1867 0.001 0.000 0.001 0.000 enum.py:659(value) | |
1 0.000 0.000 0.001 0.001 dataclasses.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 sbcharsetprober.py:29(<module>) | |
90 0.001 0.000 0.001 0.000 {built-in method posix.urandom} | |
48 0.000 0.000 0.001 0.000 pyparsing.py:1948(__or__) | |
89 0.000 0.000 0.001 0.000 _make.py:118(attrib) | |
26 0.000 0.000 0.001 0.000 _compat.py:131(iteritems) | |
351 0.001 0.000 0.001 0.000 genericpath.py:121(_splitext) | |
20 0.000 0.000 0.001 0.000 zipfile.py:2221(make) | |
5 0.000 0.000 0.001 0.000 lexer.py:598(_normalize_newlines) | |
1 0.000 0.000 0.001 0.001 _parseaddr.py:4(<module>) | |
1 0.000 0.000 0.001 0.001 ntpath.py:2(<module>) | |
572 0.000 0.000 0.001 0.000 version.py:74(__lt__) | |
2 0.000 0.000 0.001 0.000 config.py:326(load_user_config) | |
82 0.000 0.000 0.001 0.000 pyparsing.py:3719(__init__) | |
440 0.001 0.000 0.001 0.000 enum.py:368(__setattr__) | |
63 0.000 0.000 0.001 0.000 __init__.py:2865(insert_on) | |
1 0.000 0.000 0.001 0.001 core.py:161(Context) | |
1 0.000 0.000 0.001 0.001 csv.py:2(<module>) | |
432 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap_external>:1400(<genexpr>) | |
1 0.000 0.000 0.001 0.001 linted_file.py:1(<module>) | |
4 0.000 0.000 0.001 0.000 core.py:1225(get_params) | |
4 0.000 0.000 0.001 0.000 core.py:1261(get_help_option) | |
1 0.000 0.000 0.001 0.001 __init__.py:31(Markup) | |
1 0.000 0.000 0.001 0.001 outcomes.py:1(<module>) | |
93 0.001 0.000 0.001 0.000 uuid.py:130(__init__) | |
1876 0.001 0.000 0.001 0.000 {method 'find' of 'bytearray' objects} | |
1241 0.001 0.000 0.001 0.000 typing.py:708(__eq__) | |
61 0.000 0.000 0.001 0.000 core.py:2004(__init__) | |
126 0.000 0.000 0.001 0.000 re.py:201(sub) | |
20 0.000 0.000 0.001 0.000 zipfile.py:1218(__init__) | |
48 0.000 0.000 0.001 0.000 pyparsing.py:3540(__init__) | |
1283 0.001 0.000 0.001 0.000 {built-in method _thread.allocate_lock} | |
38 0.000 0.000 0.001 0.000 typing.py:1432(_alias) | |
1 0.000 0.000 0.001 0.001 pytester.py:226(HookRecorder) | |
1 0.000 0.000 0.001 0.001 monkeypatch.py:1(<module>) | |
123 0.001 0.000 0.001 0.000 inspect.py:2760(__init__) | |
1 0.000 0.000 0.001 0.001 __init__.py:2414(EntryPoint) | |
57 0.000 0.000 0.001 0.000 typing.py:586(__init__) | |
2 0.000 0.000 0.001 0.000 sysconfig.py:110(_safe_realpath) | |
2091 0.001 0.000 0.001 0.000 {method 'pop' of 'dict' objects} | |
363 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap_external>:46(_pack_uint32) | |
1 0.000 0.000 0.001 0.001 sslproto.py:1(<module>) | |
219/166 0.001 0.000 0.001 0.000 sre_compile.py:461(_get_literal_prefix) | |
1 0.000 0.000 0.001 0.001 tokenize.py:388(open) | |
1 0.000 0.000 0.001 0.001 opcode.py:2(<module>) | |
2714 0.001 0.000 0.001 0.000 typing.py:666(<genexpr>) | |
1 0.000 0.000 0.001 0.001 core.py:1610(parse_args) | |
487 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:800(find_spec) | |
222 0.000 0.000 0.001 0.000 sre_parse.py:295(_class_escape) | |
441 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap>:35(_new_module) | |
2 0.000 0.000 0.001 0.000 core.py:1282(make_parser) | |
4382 0.001 0.000 0.001 0.000 {method 'start' of 're.Match' objects} | |
69 0.000 0.000 0.001 0.000 __init__.py:1478(_validate_resource_path) | |
1 0.000 0.000 0.001 0.001 ansitowin32.py:64(AnsiToWin32) | |
65 0.000 0.000 0.001 0.000 __init__.py:1598(_has) | |
1 0.000 0.000 0.001 0.001 argparse.py:4(<module>) | |
3 0.000 0.000 0.001 0.000 dataclasses.py:487(_init_fn) | |
1268 0.001 0.000 0.001 0.000 pathlib.py:101(join_parsed_parts) | |
176 0.000 0.000 0.001 0.000 sre_parse.py:224(__init__) | |
6 0.000 0.000 0.001 0.000 compiler.py:1479(visit_Output) | |
378 0.001 0.000 0.001 0.000 __init__.py:2635(key) | |
50 0.000 0.000 0.001 0.000 __init__.py:2006(getLogger) | |
1 0.000 0.000 0.001 0.001 core.py:1752(Group) | |
1280 0.001 0.000 0.001 0.000 {method 'rfind' of 'str' objects} | |
4 0.000 0.000 0.001 0.000 _make.py:969(add_attrs_init) | |
6/2 0.000 0.000 0.001 0.000 pyparsing.py:4183(streamline) | |
76 0.001 0.000 0.001 0.000 sre_compile.py:413(<listcomp>) | |
1 0.000 0.000 0.001 0.001 sysconfig.py:1(<module>) | |
709 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap_external>:36(_relax_case) | |
116 0.000 0.000 0.001 0.000 _make.py:2519(__init__) | |
26 0.000 0.000 0.001 0.000 linecache.py:64(checkcache) | |
2228 0.001 0.000 0.001 0.000 meta.py:18(_suffix) | |
17 0.000 0.000 0.001 0.000 pathlib.py:320(_resolve) | |
117 0.000 0.000 0.001 0.000 typing.py:836(<genexpr>) | |
97 0.001 0.000 0.001 0.000 {built-in method builtins.repr} | |
1 0.000 0.000 0.001 0.001 charset.py:6(<module>) | |
69 0.000 0.000 0.001 0.000 pyparsing.py:2412(__init__) | |
660 0.001 0.000 0.001 0.000 copyreg.py:90(__newobj__) | |
89 0.001 0.000 0.001 0.000 _make.py:2584(<dictcomp>) | |
1 0.000 0.000 0.001 0.001 dialect_ansi.py:591(ObjectReferenceSegment) | |
1 0.000 0.000 0.001 0.001 code.py:439(ExceptionInfo) | |
31 0.000 0.000 0.001 0.000 enum.py:119(__prepare__) | |
495 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap>:342(__init__) | |
16 0.000 0.000 0.001 0.000 pyparsing.py:1204(setResultsName) | |
1400 0.001 0.000 0.001 0.000 contextlib.py:353(__init__) | |
1 0.001 0.001 0.001 0.001 {built-in method _posixsubprocess.fork_exec} | |
20 0.000 0.000 0.001 0.000 fixtures.py:1201(__call__) | |
37 0.000 0.000 0.001 0.000 lexer.py:401(expect) | |
50 0.000 0.000 0.001 0.000 __init__.py:1272(getLogger) | |
36 0.000 0.000 0.001 0.000 gettext.py:212(_expand_lang) | |
1 0.000 0.000 0.001 0.001 tokenize.py:295(detect_encoding) | |
3 0.000 0.000 0.001 0.000 _make.py:1831(_add_eq) | |
257 0.001 0.000 0.001 0.000 _make.py:1045(_add_method_dunders) | |
49 0.000 0.000 0.001 0.000 base.py:591(valid_rule_name_regex) | |
254 0.000 0.000 0.001 0.000 pickling_support.py:48(_get_subclasses) | |
87 0.000 0.000 0.001 0.000 sre_parse.py:267(getuntil) | |
33 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap_external>:1107(exec_module) | |
1 0.001 0.001 0.001 0.001 {built-in method posix.read} | |
1 0.000 0.000 0.001 0.001 debugging.py:1(<module>) | |
3931 0.001 0.000 0.001 0.000 {built-in method builtins.ord} | |
445 0.000 0.000 0.001 0.000 enum.py:557(__new__) | |
27 0.000 0.000 0.001 0.000 typing.py:1590(<listcomp>) | |
120 0.000 0.000 0.001 0.000 pyparsing.py:2368(__init__) | |
1 0.000 0.000 0.001 0.001 scanner.py:27(<module>) | |
492 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:725(find_spec) | |
1 0.000 0.000 0.001 0.001 terminal.py:315(TerminalReporter) | |
1 0.000 0.000 0.001 0.001 metadata.py:41(EntryPoint) | |
87/79 0.000 0.000 0.001 0.000 pyparsing.py:3576(__str__) | |
77/62 0.000 0.000 0.001 0.000 pyparsing.py:3434(__str__) | |
352 0.000 0.000 0.001 0.000 typing.py:206(_check_generic) | |
20 0.000 0.000 0.001 0.000 fixtures.py:1263(fixture) | |
1 0.000 0.000 0.001 0.001 mbcsgroupprober.py:42(__init__) | |
1 0.000 0.000 0.001 0.001 select_crawler.py:20(SelectCrawler) | |
1 0.000 0.000 0.001 0.001 __init__.py:39(initpkg) | |
1 0.000 0.000 0.001 0.001 structures.py:77(ParameterSet) | |
38 0.000 0.000 0.001 0.000 pyparsing.py:4230(__init__) | |
107/25 0.000 0.000 0.001 0.000 nodes.py:193(find_all) | |
569 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap>:143(__init__) | |
1 0.000 0.000 0.001 0.001 linted_dir.py:1(<module>) | |
703 0.000 0.000 0.001 0.000 sre_parse.py:168(__setitem__) | |
1 0.000 0.000 0.001 0.001 select.py:1(<module>) | |
951 0.000 0.000 0.001 0.000 sre_parse.py:81(groups) | |
40 0.000 0.000 0.001 0.000 metadata.py:193(<genexpr>) | |
1 0.000 0.000 0.001 0.001 nodes.py:103(Node) | |
2 0.000 0.000 0.001 0.000 tokenize.py:319(read_or_stop) | |
1052 0.001 0.000 0.001 0.000 {built-in method from_bytes} | |
127 0.001 0.000 0.001 0.000 config.py:29(coerce_value) | |
2219 0.001 0.000 0.001 0.000 configparser.py:1187(converters) | |
132 0.000 0.000 0.001 0.000 compiler.py:467(writeline) | |
19 0.000 0.000 0.001 0.000 core.py:2339(handle_parse_result) | |
2 0.001 0.000 0.001 0.000 {method 'readline' of '_io.BufferedReader' objects} | |
2 0.000 0.000 0.001 0.000 __init__.py:2977(_reload_version) | |
1 0.000 0.000 0.001 0.001 ext.py:55(Extension) | |
1 0.000 0.000 0.001 0.001 linted_file.py:39(LintedFile) | |
61 0.000 0.000 0.001 0.000 sequence.py:195(__init__) | |
50 0.000 0.000 0.001 0.000 posixpath.py:334(normpath) | |
2 0.000 0.000 0.001 0.000 __init__.py:2768(_get_version) | |
1616 0.001 0.000 0.001 0.000 {built-in method _thread.get_ident} | |
69/29 0.000 0.000 0.001 0.000 visitor.py:44(generic_visit) | |
66 0.000 0.000 0.001 0.000 pathlib.py:447(readlink) | |
1 0.000 0.000 0.001 0.001 python.py:147(PythonTemplater) | |
2 0.000 0.000 0.001 0.000 __init__.py:2546(_version_from_file) | |
1 0.000 0.000 0.001 0.001 reports.py:60(BaseReport) | |
1 0.000 0.000 0.001 0.001 linted_dir.py:26(LintedDir) | |
1 0.000 0.000 0.001 0.001 _base.py:4(<module>) | |
1 0.000 0.000 0.001 0.001 jinja.py:25(JinjaTemplater) | |
3399 0.001 0.000 0.001 0.000 configparser.py:369(before_read) | |
3 0.000 0.000 0.001 0.000 commands.py:143(core_options) | |
1 0.000 0.000 0.001 0.001 errors.py:5(<module>) | |
2 0.000 0.000 0.001 0.000 enums.py:1(<module>) | |
70 0.001 0.000 0.001 0.000 {built-in method _abc._abc_init} | |
58 0.000 0.000 0.001 0.000 core.py:2565(_parse_decls) | |
27 0.000 0.000 0.001 0.000 _make.py:734(_patch_original_class) | |
1 0.000 0.000 0.001 0.001 dialect_ansi.py:149(<listcomp>) | |
1 0.000 0.000 0.001 0.001 subprocess.py:1097(_close_pipe_fds) | |
1 0.000 0.000 0.001 0.001 logging.py:49(ColoredLevelFormatter) | |
67 0.001 0.000 0.001 0.000 {built-in method posix.readlink} | |
2 0.000 0.000 0.001 0.000 fnmatch.py:48(filter) | |
2 0.000 0.000 0.001 0.000 pyparsing.py:2863(__init__) | |
18 0.000 0.000 0.001 0.000 idtracking.py:46(analyze_node) | |
1 0.000 0.000 0.001 0.001 typing_extensions.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 sandbox.py:1(<module>) | |
1144 0.001 0.000 0.001 0.000 version.py:84(<lambda>) | |
1 0.000 0.000 0.001 0.001 environment.py:1117(Template) | |
1 0.000 0.000 0.001 0.001 ext.py:246(InternationalizationExtension) | |
20 0.000 0.000 0.001 0.000 fixtures.py:1162(wrap_function_to_error_out_if_called_directly) | |
33 0.000 0.000 0.001 0.000 {built-in method _imp.exec_dynamic} | |
1 0.000 0.000 0.001 0.001 pickle.py:197(<listcomp>) | |
1 0.000 0.000 0.001 0.001 base.py:715(<listcomp>) | |
1 0.000 0.000 0.001 0.001 debugging.py:94(pytestPDB) | |
1687 0.001 0.000 0.001 0.000 {built-in method builtins.issubclass} | |
1 0.000 0.000 0.001 0.001 nodes.py:97(Node) | |
1260 0.000 0.000 0.000 0.000 metadata.py:480(__init__) | |
1 0.000 0.000 0.000 0.000 config.py:389(FluffConfig) | |
1 0.000 0.000 0.000 0.000 L036.py:1(<module>) | |
127 0.000 0.000 0.000 0.000 sre_compile.py:492(_get_charset_prefix) | |
492 0.000 0.000 0.000 0.000 _virtualenv.py:54(find_spec) | |
29 0.000 0.000 0.000 0.000 _make.py:999(add_order) | |
5 0.000 0.000 0.000 0.000 compiler.py:1424(_output_const_repr) | |
20 0.000 0.000 0.000 0.000 metadata.py:507(distributions) | |
69 0.000 0.000 0.000 0.000 ntpath.py:61(isabs) | |
118/37 0.000 0.000 0.000 0.000 abc.py:100(__subclasscheck__) | |
104 0.000 0.000 0.000 0.000 glob.py:116(_iterdir) | |
1 0.000 0.000 0.000 0.000 ast.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 argparsing.py:30(Parser) | |
1 0.000 0.000 0.000 0.000 meta.py:33(find_undeclared_variables) | |
10/1 0.000 0.000 0.000 0.000 __init__.py:96(__init__) | |
579 0.000 0.000 0.000 0.000 {built-in method builtins.abs} | |
1 0.000 0.000 0.000 0.000 python.py:946(Metafunc) | |
1 0.000 0.000 0.000 0.000 base.py:47(BaseSegment) | |
976 0.000 0.000 0.000 0.000 version.py:282(<genexpr>) | |
2 0.000 0.000 0.000 0.000 pyparsing.py:4681(originalTextFor) | |
8 0.000 0.000 0.000 0.000 base.py:563(_validate_config_options) | |
31 0.000 0.000 0.000 0.000 enum.py:505(_find_new_) | |
1 0.000 0.000 0.000 0.000 ansi.py:2(<module>) | |
20 0.000 0.000 0.000 0.000 environment.py:1471(module) | |
118/37 0.000 0.000 0.000 0.000 {built-in method _abc._abc_subclasscheck} | |
1 0.000 0.000 0.000 0.000 glob.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 fixtures.py:973(FixtureDef) | |
1 0.000 0.000 0.000 0.000 __init__.py:2995(DistInfoDistribution) | |
14 0.000 0.000 0.000 0.000 pyparsing.py:2026(__call__) | |
76 0.000 0.000 0.000 0.000 enum.py:473(_get_mixins_) | |
1 0.000 0.000 0.000 0.000 parser.py:46(Parser) | |
3 0.000 0.000 0.000 0.000 dataclasses.py:537(_repr_fn) | |
63 0.000 0.000 0.000 0.000 __init__.py:2891(<listcomp>) | |
26 0.000 0.000 0.000 0.000 typing.py:897(__init_subclass__) | |
1 0.000 0.000 0.000 0.000 code.py:665(FormattedExcinfo) | |
20 0.000 0.000 0.000 0.000 environment.py:1430(_get_default_module) | |
442 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:939(__init__) | |
1 0.000 0.000 0.000 0.000 rewrite.py:56(AssertionRewritingHook) | |
1 0.000 0.000 0.000 0.000 base.py:72(__init__) | |
1 0.000 0.000 0.000 0.000 threading.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 config.py:129(ConfigLoader) | |
54 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:1508(<setcomp>) | |
43 0.000 0.000 0.000 0.000 inspect.py:2477(__init__) | |
481 0.000 0.000 0.000 0.000 inspect.py:285(isbuiltin) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:268(StatementSegment) | |
5 0.000 0.000 0.000 0.000 environment.py:1399(make_module) | |
20 0.000 0.000 0.000 0.000 metadata.py:179(discover) | |
17 0.000 0.000 0.000 0.000 idtracking.py:178(_simple_visit) | |
176 0.000 0.000 0.000 0.000 {built-in method _sre.compile} | |
3 0.000 0.000 0.000 0.000 pyparsing.py:1877(__mul__) | |
22 0.000 0.000 0.000 0.000 greedy.py:158(__init__) | |
1 0.000 0.000 0.000 0.000 source.py:17(Source) | |
104 0.000 0.000 0.000 0.000 os.py:670(__getitem__) | |
1 0.000 0.000 0.000 0.000 local.py:111(LocalPath) | |
36 0.000 0.000 0.000 0.000 locale.py:384(normalize) | |
25 0.000 0.000 0.000 0.000 enum.py:822(__or__) | |
88 0.000 0.000 0.000 0.000 uuid.py:271(__str__) | |
1 0.000 0.000 0.000 0.000 fixtures.py:1387(FixtureManager) | |
5 0.000 0.000 0.000 0.000 {built-in method posix.getcwd} | |
1 0.000 0.000 0.000 0.000 tokens.py:2(<module>) | |
487 0.000 0.000 0.000 0.000 {built-in method _imp.is_frozen} | |
1 0.000 0.000 0.000 0.000 encoders.py:5(<module>) | |
5 0.000 0.000 0.000 0.000 parser.py:406(parse_signature) | |
570 0.000 0.000 0.000 0.000 codecs.py:260(__init__) | |
1 0.000 0.000 0.000 0.000 exceptions.py:18(TemplateNotFound) | |
1 0.000 0.000 0.000 0.000 L031.py:1(<module>) | |
12/2 0.000 0.000 0.000 0.000 pyparsing.py:1926(makeOptionalList) | |
354 0.000 0.000 0.000 0.000 enum.py:20(_is_dunder) | |
205 0.000 0.000 0.000 0.000 _make.py:1103(_determine_attrib_eq_order) | |
81 0.000 0.000 0.000 0.000 _collections_abc.py:659(get) | |
1 0.000 0.000 0.000 0.000 parser.py:253(OptionParser) | |
1 0.000 0.000 0.000 0.000 universaldetector.py:51(UniversalDetector) | |
38 0.000 0.000 0.000 0.000 nodes.py:127(__init__) | |
1 0.000 0.000 0.000 0.000 L037.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 copy.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 base_futures.py:1(<module>) | |
4 0.000 0.000 0.000 0.000 pyparsing.py:3353(setResultsName) | |
1 0.000 0.000 0.000 0.000 langrussianmodel.py:4(<module>) | |
18 0.000 0.000 0.000 0.000 core.py:2618(add_to_parser) | |
6 0.000 0.000 0.000 0.000 environment.py:1382(new_context) | |
1 0.000 0.000 0.000 0.000 runtime.py:438(LoopContext) | |
353 0.000 0.000 0.000 0.000 enum.py:28(_is_sunder) | |
89 0.000 0.000 0.000 0.000 _make.py:2761(__init__) | |
3 0.000 0.000 0.000 0.000 dataclasses.py:573(_cmp_fn) | |
58 0.000 0.000 0.000 0.000 base.py:1105(match) | |
536 0.000 0.000 0.000 0.000 base.py:14(iter_indices_of_newlines) | |
352 0.000 0.000 0.000 0.000 sre_compile.py:595(isstring) | |
1 0.000 0.000 0.000 0.000 main.py:449(Session) | |
170 0.000 0.000 0.000 0.000 pyparsing.py:3439(<genexpr>) | |
407 0.000 0.000 0.000 0.000 pyparsing.py:3581(<genexpr>) | |
1 0.000 0.000 0.000 0.000 parsers.py:1(<module>) | |
6 0.000 0.000 0.000 0.000 runtime.py:104(new_context) | |
32 0.000 0.000 0.000 0.000 base.py:234(__init__) | |
1 0.000 0.000 0.000 0.000 terminal.py:280(WarningReport) | |
1 0.000 0.000 0.000 0.000 raw.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 representer.py:2(<module>) | |
679 0.000 0.000 0.000 0.000 nodes.py:145(iter_fields) | |
1 0.000 0.000 0.000 0.000 decorators.py:1(<module>) | |
20 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:1371(find_distributions) | |
151 0.000 0.000 0.000 0.000 compiler.py:453(write) | |
13 0.000 0.000 0.000 0.000 compiler.py:142(find_undeclared) | |
978 0.000 0.000 0.000 0.000 {method 'setdefault' of 'dict' objects} | |
1 0.000 0.000 0.000 0.000 lexer.py:255(Lexer) | |
176 0.000 0.000 0.000 0.000 sre_parse.py:921(fix_flags) | |
18 0.000 0.000 0.000 0.000 parser.py:291(add_option) | |
1 0.000 0.000 0.000 0.000 idtracking.py:30(Symbols) | |
2 0.000 0.000 0.000 0.000 meta.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 L031.py:11(Rule_L031) | |
52 0.000 0.000 0.000 0.000 pyparsing.py:2826(__str__) | |
256 0.000 0.000 0.000 0.000 enum.py:12(_is_descriptor) | |
10 0.000 0.000 0.000 0.000 parser.py:475(parse_assign_target) | |
194 0.000 0.000 0.000 0.000 __init__.py:2810(__getattr__) | |
1 0.000 0.000 0.000 0.000 runtime.py:155(Context) | |
74 0.000 0.000 0.000 0.000 {method 'sort' of 'list' objects} | |
1 0.000 0.000 0.000 0.000 runner.py:262(CallInfo) | |
499 0.000 0.000 0.000 0.000 L025.py:54(<genexpr>) | |
29 0.000 0.000 0.000 0.000 _make.py:880(add_repr) | |
1 0.000 0.000 0.000 0.000 shlex.py:1(<module>) | |
61 0.000 0.000 0.000 0.000 inspect.py:625(cleandoc) | |
1 0.000 0.000 0.000 0.000 fixtures.py:386(FuncFixtureInfo) | |
1 0.000 0.000 0.000 0.000 lexer.py:258(__init__) | |
112/108 0.000 0.000 0.000 0.000 pyparsing.py:372(__init__) | |
1 0.000 0.000 0.000 0.000 async_utils.py:1(<module>) | |
12 0.000 0.000 0.000 0.000 __init__.py:1962(find_distributions) | |
1400 0.000 0.000 0.000 0.000 contextlib.py:356(__enter__) | |
3 0.000 0.000 0.000 0.000 __init__.py:1416(get_metadata_lines) | |
1 0.000 0.000 0.000 0.000 configparser.py:376(BasicInterpolation) | |
1 0.000 0.000 0.000 0.000 python.py:19(IntermediateFileSlice) | |
1025 0.000 0.000 0.000 0.000 {method 'copy' of 'dict' objects} | |
1 0.000 0.000 0.000 0.000 types.py:22(ParamType) | |
6 0.000 0.000 0.000 0.000 core.py:1833(decorator) | |
484 0.000 0.000 0.000 0.000 {method 'extend' of 'bytearray' objects} | |
382 0.000 0.000 0.000 0.000 inspect.py:72(isclass) | |
3 0.000 0.000 0.000 0.000 __init__.py:1403(get_metadata) | |
16 0.000 0.000 0.000 0.000 __init__.py:19(_simple_escaping_wrapper) | |
1 0.000 0.000 0.000 0.000 sbcsgroupprober.py:47(__init__) | |
1 0.000 0.000 0.000 0.000 langgreekmodel.py:4(<module>) | |
1 0.000 0.000 0.000 0.000 formatting.py:102(HelpFormatter) | |
1 0.000 0.000 0.000 0.000 code.py:315(Traceback) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1870(SelectStatementSegment) | |
2 0.000 0.000 0.000 0.000 config.py:318(load_user_appdir_config) | |
1 0.000 0.000 0.000 0.000 core.py:1131(Command) | |
1 0.000 0.000 0.000 0.000 dataclasses.py:548(_frozen_get_del_attr) | |
1 0.000 0.000 0.000 0.000 monkeypatch.py:112(MonkeyPatch) | |
14 0.000 0.000 0.000 0.000 posixpath.py:372(abspath) | |
92 0.000 0.000 0.000 0.000 {method 'splitlines' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 commands.py:64(set_logging_level) | |
1 0.000 0.000 0.000 0.000 selector_events.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 process.py:10(<module>) | |
1 0.000 0.000 0.000 0.000 sysconfig.py:371(get_makefile_filename) | |
28 0.000 0.000 0.000 0.000 pyparsing.py:3997(__init__) | |
1 0.000 0.000 0.000 0.000 mbcharsetprober.py:30(<module>) | |
1 0.000 0.000 0.000 0.000 loaders.py:151(FileSystemLoader) | |
20 0.000 0.000 0.000 0.000 _manager.py:68(__init__) | |
1 0.000 0.000 0.000 0.000 structures.py:202(Mark) | |
1 0.000 0.000 0.000 0.000 numbers.py:4(<module>) | |
1 0.000 0.000 0.000 0.000 _osx_support.py:460(get_platform_osx) | |
6 0.000 0.000 0.000 0.000 typing.py:248(_tp_cache) | |
3 0.000 0.000 0.000 0.000 ansi.py:26(__init__) | |
1 0.000 0.000 0.000 0.000 langhebrewmodel.py:4(<module>) | |
145 0.000 0.000 0.000 0.000 _make.py:1002(<genexpr>) | |
1 0.000 0.000 0.000 0.000 sysconfig.py:546(get_path) | |
1 0.000 0.000 0.000 0.000 langturkishmodel.py:4(<module>) | |
1 0.000 0.000 0.000 0.000 runtime.py:635(AsyncLoopContext) | |
1 0.000 0.000 0.000 0.000 matchable.py:1(<module>) | |
223 0.000 0.000 0.000 0.000 socket.py:91(<lambda>) | |
1 0.000 0.000 0.000 0.000 configparser.py:522(LegacyInterpolation) | |
1 0.000 0.000 0.000 0.000 sysconfig.py:534(get_paths) | |
1 0.000 0.000 0.000 0.000 _osx_support.py:464(<listcomp>) | |
386 0.000 0.000 0.000 0.000 sre_compile.py:65(_combine_flags) | |
5 0.000 0.000 0.000 0.000 parser.py:682(parse_tuple) | |
1 0.000 0.000 0.000 0.000 errors.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 util.py:73(find_spec) | |
2 0.000 0.000 0.000 0.000 _make.py:1696(_add_hash) | |
1 0.000 0.000 0.000 0.000 events.py:4(<module>) | |
1 0.000 0.000 0.000 0.000 pprint.py:11(<module>) | |
1 0.000 0.000 0.000 0.000 core.py:1433(MultiCommand) | |
1 0.000 0.000 0.000 0.000 sysconfig.py:178(_expand_vars) | |
8 0.000 0.000 0.000 0.000 abc.py:89(register) | |
1 0.000 0.000 0.000 0.000 fnmatch.py:38(_compile_pattern) | |
1 0.000 0.000 0.000 0.000 pytester.py:1699(LineMatcher) | |
13 0.000 0.000 0.000 0.000 __init__.py:3153(_find_adapter) | |
7 0.000 0.000 0.000 0.000 compiler.py:538(pull_dependencies) | |
1 0.000 0.000 0.000 0.000 calendar.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 parser.py:234(parse_for) | |
260 0.000 0.000 0.000 0.000 {method 'zfill' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 fixtures.py:425(FixtureRequest) | |
176 0.000 0.000 0.000 0.000 sre_parse.py:76(__init__) | |
18 0.000 0.000 0.000 0.000 parser.py:160(__init__) | |
80 0.000 0.000 0.000 0.000 _hooks.py:124(normalize_hookimpl_opts) | |
8 0.000 0.000 0.000 0.000 {built-in method _abc._abc_register} | |
1 0.000 0.000 0.000 0.000 base.py:64(TemplatedFile) | |
1 0.000 0.000 0.000 0.000 store.py:1(<module>) | |
13 0.000 0.000 0.000 0.000 contextlib.py:211(contextmanager) | |
3 0.000 0.000 0.000 0.000 dataclasses.py:861(<listcomp>) | |
492 0.000 0.000 0.000 0.000 version.py:314(<genexpr>) | |
1 0.000 0.000 0.000 0.000 utils.py:77(_PassArg) | |
222 0.000 0.000 0.000 0.000 socket.py:86(<lambda>) | |
1 0.000 0.000 0.000 0.000 tmpdir.py:24(TempPathFactory) | |
129 0.000 0.000 0.000 0.000 _make.py:550(<genexpr>) | |
7 0.000 0.000 0.000 0.000 decorators.py:183(decorator) | |
5 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:746(create_module) | |
1 0.000 0.000 0.000 0.000 langthaimodel.py:4(<module>) | |
7 0.000 0.000 0.000 0.000 nodes.py:229(set_environment) | |
1 0.000 0.000 0.000 0.000 loaders.py:411(FunctionLoader) | |
76 0.000 0.000 0.000 0.000 enum.py:484(_find_data_type) | |
2 0.000 0.000 0.000 0.000 config.py:300(_get_user_config_dir_path) | |
4 0.000 0.000 0.000 0.000 inspect.py:3091(signature) | |
62 0.000 0.000 0.000 0.000 typing.py:883(<genexpr>) | |
26 0.000 0.000 0.000 0.000 charsetprober.py:39(__init__) | |
18 0.000 0.000 0.000 0.000 locale.py:350(_replace_encoding) | |
572 0.000 0.000 0.000 0.000 version.py:76(<lambda>) | |
7 0.000 0.000 0.000 0.000 decorators.py:124(_make_command) | |
16 0.000 0.000 0.000 0.000 dataclasses.py:669(_get_field) | |
18 0.000 0.000 0.000 0.000 core.py:2842(consume_value) | |
1 0.000 0.000 0.000 0.000 globals.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 exceptions.py:85(BadParameter) | |
9 0.000 0.000 0.000 0.000 anyof.py:234(__init__) | |
4 0.000 0.000 0.000 0.000 enum.py:785(_missing_) | |
4 0.000 0.000 0.000 0.000 inspect.py:2839(from_callable) | |
38 0.000 0.000 0.000 0.000 {method 'extend' of 'collections.deque' objects} | |
1 0.000 0.000 0.000 0.000 types.py:912(Tuple) | |
35 0.000 0.000 0.000 0.000 doc_decorators.py:10(document_fix_compatible) | |
3 0.000 0.000 0.000 0.000 __init__.py:1610(_get) | |
321 0.000 0.000 0.000 0.000 {built-in method _imp._fix_co_filename} | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:537(DatatypeSegment) | |
1 0.000 0.000 0.000 0.000 configparser.py:448(ExtendedInterpolation) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1382(CaseExpressionSegment) | |
22 0.000 0.000 0.000 0.000 pyparsing.py:2813(parseImpl) | |
254 0.000 0.000 0.000 0.000 copyreg.py:12(pickle) | |
1 0.000 0.000 0.000 0.000 nodes.py:539(Item) | |
4 0.000 0.000 0.000 0.000 enum.py:792(_create_pseudo_member_) | |
2 0.000 0.000 0.000 0.000 python.py:377(_substring_occurrences) | |
5 0.000 0.000 0.000 0.000 {built-in method _imp.create_builtin} | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2044(ColumnConstraintSegment) | |
1 0.000 0.000 0.000 0.000 context.py:30(BaseContext) | |
956 0.000 0.000 0.000 0.000 {method 'isupper' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 rewrite.py:600(AssertionRewriter) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1688(GroupByClauseSegment) | |
247 0.000 0.000 0.000 0.000 {method 'copy' of 'list' objects} | |
7 0.000 0.000 0.000 0.000 nodes.py:184(find) | |
1 0.000 0.000 0.000 0.000 utils.py:4(<module>) | |
1 0.000 0.000 0.000 0.000 mbcharsetprober.py:34(MultiByteCharSetProber) | |
52 0.000 0.000 0.000 0.000 config.py:571(get) | |
1 0.000 0.000 0.000 0.000 pattern.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 argparsing.py:373(MyOptionParser) | |
1 0.000 0.000 0.000 0.000 ssl.py:182(_TLSAlertType) | |
492 0.000 0.000 0.000 0.000 {method 'get' of 'mappingproxy' objects} | |
92 0.000 0.000 0.000 0.000 posixpath.py:60(isabs) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1807(ValuesClauseSegment) | |
4 0.000 0.000 0.000 0.000 parser.py:517(parse_expression) | |
228 0.000 0.000 0.000 0.000 typing.py:532(__hash__) | |
1 0.000 0.000 0.000 0.000 types.py:218(Choice) | |
80 0.000 0.000 0.000 0.000 _hooks.py:223(_add_hookimpl) | |
16 0.000 0.000 0.000 0.000 generator.py:22(expand) | |
1 0.000 0.000 0.000 0.000 locks.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 greedy.py:1(<module>) | |
220 0.000 0.000 0.000 0.000 socket.py:76(<lambda>) | |
468 0.000 0.000 0.000 0.000 pyparsing.py:2153(__str__) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:723(SetStatementSegment) | |
8 0.000 0.000 0.000 0.000 pyparsing.py:4783(<genexpr>) | |
23 0.000 0.000 0.000 0.000 posixpath.py:228(expanduser) | |
1 0.000 0.000 0.000 0.000 parser.py:62(<module>) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:217(SelectStatementSegment) | |
149 0.000 0.000 0.000 0.000 visitor.py:28(get_visitor) | |
1 0.000 0.000 0.000 0.000 typing.py:1667(__new__) | |
1 0.000 0.000 0.000 0.000 constants.py:1(<module>) | |
25 0.000 0.000 0.000 0.000 copyreg.py:99(_slotnames) | |
1 0.000 0.000 0.000 0.000 parsers.py:15(StringParser) | |
11 0.000 0.000 0.000 0.000 async_utils.py:12(decorator) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1646(OrderByClauseSegment) | |
42 0.000 0.000 0.000 0.000 sre_parse.py:258(getwhile) | |
4 0.000 0.000 0.000 0.000 parser.py:541(parse_or) | |
6 0.000 0.000 0.000 0.000 pyparsing.py:4781(<lambda>) | |
363 0.000 0.000 0.000 0.000 {method 'to_bytes' of 'int' objects} | |
69 0.000 0.000 0.000 0.000 ntpath.py:124(splitdrive) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1241(JoinClauseSegment) | |
1 0.000 0.000 0.000 0.000 quoprimime.py:5(<module>) | |
1 0.000 0.000 0.000 0.000 __init__.py:327(PytestPluginManager) | |
5 0.000 0.000 0.000 0.000 config.py:231(_incorporate_vals) | |
4 0.000 0.000 0.000 0.000 string_helpers.py:19(findall) | |
1 0.000 0.000 0.000 0.000 lexer.py:469(Lexer) | |
12 0.000 0.000 0.000 0.000 datetime.py:488(__new__) | |
8 0.000 0.000 0.000 0.000 pathlib.py:872(relative_to) | |
20 0.000 0.000 0.000 0.000 metadata.py:456(find_distributions) | |
14 0.000 0.000 0.000 0.000 sbcharsetprober.py:51(__init__) | |
5 0.000 0.000 0.000 0.000 base.py:104(copy_as) | |
2 0.000 0.000 0.000 0.000 {built-in method posix.scandir} | |
4 0.000 0.000 0.000 0.000 enum.py:864(_decompose) | |
2 0.000 0.000 0.000 0.000 contextlib.py:429(callback) | |
1 0.000 0.000 0.000 0.000 L024.py:1(<module>) | |
129 0.000 0.000 0.000 0.000 {built-in method _imp.is_builtin} | |
6 0.000 0.000 0.000 0.000 environment.py:1210(from_code) | |
1 0.000 0.000 0.000 0.000 bdb.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 config.py:669(process_raw_file_for_config) | |
13/12 0.000 0.000 0.000 0.000 greedy.py:164(simple) | |
555 0.000 0.000 0.000 0.000 {method 'isidentifier' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:3051(CreateSequenceOptionsSegment) | |
1 0.000 0.000 0.000 0.000 code.py:1012(ReprTraceback) | |
1 0.000 0.000 0.000 0.000 configparser.py:1307(ConverterMapping) | |
6/5 0.000 0.000 0.000 0.000 pyparsing.py:4003(parseImpl) | |
1 0.000 0.000 0.000 0.000 python_api.py:752(RaisesContext) | |
442 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:964(get_filename) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2304(AlterTableStatementSegment) | |
1 0.000 0.000 0.000 0.000 code.py:978(ExceptionChainRepr) | |
1 0.000 0.000 0.000 0.000 reports.py:229(TestReport) | |
1 0.000 0.000 0.000 0.000 streams.py:1(<module>) | |
4 0.000 0.000 0.000 0.000 parser.py:550(parse_and) | |
165 0.000 0.000 0.000 0.000 {method 'index' of 'list' objects} | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:407(FunctionDefinitionGrammar) | |
1 0.000 0.000 0.000 0.000 pprint.py:103(PrettyPrinter) | |
40 0.000 0.000 0.000 0.000 _make.py:421(_get_annotations) | |
1 0.000 0.000 0.000 0.000 core.py:805(BaseCommand) | |
482 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:397(has_location) | |
1 0.000 0.000 0.000 0.000 commands.py:639(_completion_message) | |
2 0.000 0.000 0.000 0.000 pyparsing.py:4450(delimitedList) | |
1 0.000 0.000 0.000 0.000 core.py:2396(Option) | |
1 0.000 0.000 0.000 0.000 terminalwriter.py:40(TerminalWriter) | |
1 0.000 0.000 0.000 0.000 matchable.py:13(Matchable) | |
251 0.000 0.000 0.000 0.000 delimited.py:210(<genexpr>) | |
13 0.000 0.000 0.000 0.000 functools.py:524(decorating_function) | |
1 0.000 0.000 0.000 0.000 L044.py:15(Rule_L044) | |
20 0.000 0.000 0.000 0.000 compiler.py:43(optimizeconst) | |
1 0.000 0.000 0.000 0.000 emitter.py:9(<module>) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:3027(ExplainStatementSegment) | |
1 0.000 0.000 0.000 0.000 __init__.py:1672(MemoizedZipManifests) | |
1 0.000 0.000 0.000 0.000 utils.py:498(LRUCache) | |
221 0.000 0.000 0.000 0.000 socket.py:81(<lambda>) | |
1 0.000 0.000 0.000 0.000 _compression.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 L003.py:14(Rule_L003) | |
1 0.000 0.000 0.000 0.000 capture.py:645(CaptureManager) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2765(Regex) | |
1 0.000 0.000 0.000 0.000 types.py:746(Path) | |
125 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:937(_sanity_check) | |
4 0.000 0.000 0.000 0.000 parser.py:559(parse_not) | |
1 0.000 0.000 0.000 0.000 anyof.py:19(AnyNumberOf) | |
1 0.000 0.000 0.000 0.000 loaders.py:41(BaseLoader) | |
140 0.000 0.000 0.000 0.000 compiler.py:474(newline) | |
1 0.000 0.000 0.000 0.000 compiler.py:1157(visit_For) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2025(TransactionStatementSegment) | |
1 0.000 0.000 0.000 0.000 base_tasks.py:1(<module>) | |
112 0.000 0.000 0.000 0.000 pyparsing.py:363(__new__) | |
1 0.000 0.000 0.000 0.000 utils.py:204(echo) | |
1 0.000 0.000 0.000 0.000 argparse.py:154(HelpFormatter) | |
800 0.000 0.000 0.000 0.000 __init__.py:2095(__bool__) | |
1080 0.000 0.000 0.000 0.000 base.py:90(<lambda>) | |
750 0.000 0.000 0.000 0.000 version.py:420(_parse_letter_version) | |
104 0.000 0.000 0.000 0.000 os.py:748(encode) | |
1 0.000 0.000 0.000 0.000 tasks.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 gitwildmatch.py:2(<module>) | |
66 0.000 0.000 0.000 0.000 __init__.py:214(_acquireLock) | |
1 0.000 0.000 0.000 0.000 raw.py:13(RawSegment) | |
103 0.000 0.000 0.000 0.000 metadata.py:210(<genexpr>) | |
1 0.000 0.000 0.000 0.000 expression.py:72(Scanner) | |
88 0.000 0.000 0.000 0.000 types.py:962(convert_type) | |
266 0.000 0.000 0.000 0.000 pyparsing.py:3270(<genexpr>) | |
1 0.000 0.000 0.000 0.000 terminal.py:75(MoreQuietAction) | |
19 0.000 0.000 0.000 0.000 core.py:2223(consume_value) | |
7 0.000 0.000 0.000 0.000 typing.py:1057(__init_subclass__) | |
2 0.000 0.000 0.000 0.000 timing.py:1(<module>) | |
39 0.000 0.000 0.000 0.000 sre_compile.py:432(_generate_overlap_table) | |
3 0.000 0.000 0.000 0.000 parser.py:526(parse_condexpr) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1324(FromClauseSegment) | |
119 0.000 0.000 0.000 0.000 {method 'count' of 'str' objects} | |
40 0.000 0.000 0.000 0.000 _manager.py:218(_verify_hook) | |
1 0.000 0.000 0.000 0.000 typing.py:1835(IO) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:3096(AlterSequenceOptionsSegment) | |
232 0.000 0.000 0.000 0.000 _make.py:1111(decide_callable_or_boolean) | |
13 0.000 0.000 0.000 0.000 __init__.py:1392(__init__) | |
3 0.000 0.000 0.000 0.000 tokenize.py:83(_all_string_prefixes) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2159(CreateTableStatementSegment) | |
4 0.000 0.000 0.000 0.000 parser.py:565(parse_compare) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:481(ReplaceClauseSegment) | |
1 0.000 0.000 0.000 0.000 transports.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 typing.py:842(Generic) | |
1 0.000 0.000 0.000 0.000 compiler.py:165(Frame) | |
1 0.000 0.000 0.000 0.000 types.py:392(_NumberParamTypeBase) | |
42 0.000 0.000 0.000 0.000 _hooks.py:104(setattr_hookimpl_opts) | |
2 0.000 0.000 0.000 0.000 appdirs.py:6(<module>) | |
35 0.000 0.000 0.000 0.000 pyparsing.py:2742(__str__) | |
1 0.000 0.000 0.000 0.000 ssl.py:223(_TLSMessageType) | |
346 0.000 0.000 0.000 0.000 sre_compile.py:453(_get_iscased) | |
36 0.000 0.000 0.000 0.000 pyparsing.py:3781(__str__) | |
32 0.000 0.000 0.000 0.000 _make.py:1847(_make_repr) | |
2 0.000 0.000 0.000 0.000 linter.py:332(extract_ignore_from_comment) | |
1 0.000 0.000 0.000 0.000 select.py:9(SelectStatementColumnsAndTables) | |
1 0.000 0.000 0.000 0.000 lexer.py:61(StringLexer) | |
1 0.000 0.000 0.000 0.000 queues.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 recwarn.py:159(WarningsRecorder) | |
1 0.000 0.000 0.000 0.000 logging.py:346(LogCaptureFixture) | |
12 0.000 0.000 0.000 0.000 sre_compile.py:416(_bytes_to_codes) | |
1 0.000 0.000 0.000 0.000 sysconfig.py:170(_extend_dict) | |
23/6 0.000 0.000 0.000 0.000 config.py:51(nested_combine) | |
1 0.000 0.000 0.000 0.000 parser.py:213(Argument) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1974(SetOperatorSegment) | |
6 0.000 0.000 0.000 0.000 core.py:1814(command) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1220(SelectClauseSegment) | |
11 0.000 0.000 0.000 0.000 pyparsing.py:3851(__init__) | |
24 0.000 0.000 0.000 0.000 _hooks.py:20(__call__) | |
166 0.000 0.000 0.000 0.000 inspect.py:2809(<genexpr>) | |
19 0.000 0.000 0.000 0.000 core.py:2302(process_value) | |
1 0.000 0.000 0.000 0.000 exceptions.py:196(NoSuchOption) | |
1 0.000 0.000 0.000 0.000 common.py:32(RenderedFile) | |
40 0.000 0.000 0.000 0.000 _make.py:403(_has_own_attribute) | |
1 0.000 0.000 0.000 0.000 linting_result.py:27(LintingResult) | |
2 0.000 0.000 0.000 0.000 core.py:115(iter_params_for_processing) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2918(StatementSegment) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1922(CTEDefinitionSegment) | |
1 0.000 0.000 0.000 0.000 loaders.py:456(PrefixLoader) | |
63 0.000 0.000 0.000 0.000 __init__.py:2288(fixup_namespace_packages) | |
13 0.000 0.000 0.000 0.000 _make.py:776(<dictcomp>) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:816(CreateTableStatementSegment) | |
1 0.000 0.000 0.000 0.000 outcomes.py:72(Exit) | |
134 0.000 0.000 0.000 0.000 enum.py:457(<lambda>) | |
1 0.000 0.000 0.000 0.000 pickle.py:1134(_Unpickler) | |
1 0.000 0.000 0.000 0.000 L039.py:1(<module>) | |
489 0.000 0.000 0.000 0.000 {built-in method _sre.unicode_tolower} | |
12 0.000 0.000 0.000 0.000 __init__.py:1323(_fixupParents) | |
1 0.000 0.000 0.000 0.000 _hooks.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 code.py:185(TracebackEntry) | |
1 0.000 0.000 0.000 0.000 reports.py:342(CollectReport) | |
1 0.000 0.000 0.000 0.000 traceback.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:348(FunctionSegment) | |
1 0.000 0.000 0.000 0.000 capture.py:498(CaptureResult) | |
1 0.000 0.000 0.000 0.000 nodes.py:654(Dict) | |
18 0.000 0.000 0.000 0.000 __init__.py:43(normalize_encoding) | |
23 0.000 0.000 0.000 0.000 parsers.py:137(__init__) | |
1 0.000 0.000 0.000 0.000 python.py:366(PyCollector) | |
1 0.000 0.000 0.000 0.000 exceptions.py:53(TemplatesNotFound) | |
1 0.000 0.000 0.000 0.000 __init__.py:1128(resource_filename) | |
1 0.000 0.000 0.000 0.000 core.py:1876(CommandCollection) | |
7 0.000 0.000 0.000 0.000 inspect.py:606(getdoc) | |
18 0.000 0.000 0.000 0.000 pyparsing.py:663(__iadd__) | |
74/40 0.000 0.000 0.000 0.000 base.py:641(iter_segments) | |
1 0.000 0.000 0.000 0.000 parser.py:12(Parser) | |
21 0.000 0.000 0.000 0.000 pyparsing.py:2707(parseImpl) | |
1 0.000 0.000 0.000 0.000 sandbox.py:187(SandboxedEnvironment) | |
31 0.000 0.000 0.000 0.000 enum.py:58(__init__) | |
1 0.000 0.000 0.000 0.000 composer.py:2(<module>) | |
99 0.000 0.000 0.000 0.000 parser.py:109(split_opt) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:234(UnorderedSelectStatementSegment) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:168(<listcomp>) | |
650 0.000 0.000 0.000 0.000 {built-in method _sre.unicode_iscased} | |
455 0.000 0.000 0.000 0.000 typing.py:183(<listcomp>) | |
1 0.000 0.000 0.000 0.000 types.py:410(_NumberRangeBase) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2800(CreateModelStatementSegment) | |
3 0.000 0.000 0.000 0.000 posixpath.py:490(commonpath) | |
1 0.000 0.000 0.000 0.000 L045.py:1(<module>) | |
4 0.000 0.000 0.000 0.000 enum.py:881(<listcomp>) | |
4 0.000 0.000 0.000 0.000 parser.py:588(parse_math1) | |
1 0.000 0.000 0.000 0.000 _endian.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 pytester.py:602(SysModulesSnapshot) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1026(FrameClauseSegment) | |
441 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:774(create_module) | |
263 0.000 0.000 0.000 0.000 __init__.py:385(<genexpr>) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2668(SetClauseListSegment) | |
1 0.000 0.000 0.000 0.000 subprocess.py:1457(_get_handles) | |
1 0.000 0.000 0.000 0.000 code.py:1161(ReprFuncArgs) | |
1 0.000 0.000 0.000 0.000 jpcntx.py:30(<module>) | |
2 0.000 0.000 0.000 0.000 charsetgroupprober.py:39(reset) | |
8 0.000 0.000 0.000 0.000 genericpath.py:27(isfile) | |
1 0.000 0.000 0.000 0.000 base_subprocess.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 base.py:219(BaseRule) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1829(UnorderedSelectStatementSegment) | |
4 0.000 0.000 0.000 0.000 parser.py:599(parse_concat) | |
1 0.000 0.000 0.000 0.000 lexer.py:463(_Rule) | |
85 0.000 0.000 0.000 0.000 functools.py:63(wraps) | |
2 0.000 0.000 0.000 0.000 parser.py:326(parse_args) | |
1 0.000 0.000 0.000 0.000 noncode.py:1(<module>) | |
12 0.000 0.000 0.000 0.000 pyparsing.py:2045(suppress) | |
1 0.000 0.000 0.000 0.000 types.py:325(DateTime) | |
339 0.000 0.000 0.000 0.000 pyparsing.py:2159(streamline) | |
1 0.000 0.000 0.000 0.000 lexer.py:317(TokenStream) | |
1 0.000 0.000 0.000 0.000 subprocess.py:1(<module>) | |
15 0.000 0.000 0.000 0.000 pyparsing.py:4565(_escapeRegexRangeChars) | |
32 0.000 0.000 0.000 0.000 enum.py:327(__getattr__) | |
1 0.000 0.000 0.000 0.000 nodes.py:424(FromImport) | |
7 0.000 0.000 0.000 0.000 specifiers.py:319(_require_version_compare) | |
7 0.000 0.000 0.000 0.000 compiler.py:720(write_commons) | |
2 0.000 0.000 0.000 0.000 config.py:524(get_templater) | |
19 0.000 0.000 0.000 0.000 core.py:2243(type_cast_value) | |
16 0.000 0.000 0.000 0.000 _make.py:1658(append_hash_computation_lines) | |
1 0.000 0.000 0.000 0.000 freeze_support.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 L048.py:1(<module>) | |
13 0.000 0.000 0.000 0.000 _collections_abc.py:666(__contains__) | |
20 0.000 0.000 0.000 0.000 typing.py:733(__mro_entries__) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:198(QualifyClauseSegment) | |
1 0.000 0.000 0.000 0.000 sjisprober.py:37(__init__) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1006(PartitionClauseSegment) | |
4 0.000 0.000 0.000 0.000 appdirs.py:166(user_config_dir) | |
1 0.000 0.000 0.000 0.000 base.py:391(RawTemplater) | |
5 0.000 0.000 0.000 0.000 parser.py:648(parse_primary) | |
4 0.000 0.000 0.000 0.000 parser.py:609(parse_math2) | |
253 0.000 0.000 0.000 0.000 {method '__subclasses__' of 'type' objects} | |
78 0.000 0.000 0.000 0.000 config.py:577(get_section) | |
1 0.000 0.000 0.000 0.000 _compat_pickle.py:9(<module>) | |
126 0.000 0.000 0.000 0.000 base.py:140(segment_wrap) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:697(DeclareStatementSegment) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2748(CreateFunctionStatementSegment) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:504(DatatypeSegment) | |
7 0.000 0.000 0.000 0.000 sequence.py:205(simple) | |
1 0.000 0.000 0.000 0.000 loaders.py:387(DictLoader) | |
1 0.000 0.000 0.000 0.000 cp949prober.py:28(<module>) | |
1 0.000 0.000 0.000 0.000 python.py:1522(Function) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:745(SingleIdentifierListSegment) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:683(TableExpressionSegment) | |
1 0.000 0.000 0.000 0.000 python.py:885(CallSpec2) | |
1 0.000 0.000 0.000 0.000 L023.py:1(<module>) | |
57 0.000 0.000 0.000 0.000 decorators.py:200(_param_memo) | |
1 0.000 0.000 0.000 0.000 timing.py:7(TimingSummary) | |
1 0.000 0.000 0.000 0.000 nodes.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 _make.py:2663(<listcomp>) | |
1 0.000 0.000 0.000 0.000 euckrprober.py:35(__init__) | |
8 0.000 0.000 0.000 0.000 pyparsing.py:3935(__init__) | |
4 0.000 0.000 0.000 0.000 parser.py:620(parse_pow) | |
1 0.000 0.000 0.000 0.000 info.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:956(FunctionSegment) | |
22 0.000 0.000 0.000 0.000 metadata.py:362(__init__) | |
1 0.000 0.000 0.000 0.000 serializer.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 __init__.py:103(ConftestImportFailure) | |
1 0.000 0.000 0.000 0.000 _structures.py:4(<module>) | |
1 0.000 0.000 0.000 0.000 big5prober.py:28(<module>) | |
1 0.000 0.000 0.000 0.000 warning_types.py:118(UnformattedWarning) | |
136 0.000 0.000 0.000 0.000 {method 'values' of 'mappingproxy' objects} | |
8 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:406(spec_from_loader) | |
4 0.000 0.000 0.000 0.000 pyparsing.py:1841(__radd__) | |
8 0.000 0.000 0.000 0.000 pathlib.py:924(__truediv__) | |
16 0.000 0.000 0.000 0.000 pyparsing.py:1069(wrapper) | |
5 0.000 0.000 0.000 0.000 environment.py:1528(__init__) | |
1 0.000 0.000 0.000 0.000 quoprimime.py:55(<listcomp>) | |
10 0.000 0.000 0.000 0.000 subprocess.py:1632(<genexpr>) | |
126 0.000 0.000 0.000 0.000 __init__.py:1929(__init__) | |
78 0.000 0.000 0.000 0.000 linecache.py:158(lazycache) | |
1 0.000 0.000 0.000 0.000 base.py:49(LintResult) | |
1 0.000 0.000 0.000 0.000 L020.py:12(Rule_L020) | |
1 0.000 0.000 0.000 0.000 futures.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 pytester.py:496(RunResult) | |
2 0.000 0.000 0.000 0.000 parser.py:344(_process_args_for_args) | |
76 0.000 0.000 0.000 0.000 pyparsing.py:1351(preParse) | |
1 0.000 0.000 0.000 0.000 __init__.py:3230(_initialize) | |
20 0.000 0.000 0.000 0.000 <attrs generated init _pytest.fixtures.FixtureFunctionMarker>:1(__init__) | |
1 0.000 0.000 0.000 0.000 common.py:47(ParsedString) | |
4 0.000 0.000 0.000 0.000 parser.py:630(parse_unary) | |
1 0.000 0.000 0.000 0.000 dataclasses.py:768(_hash_add) | |
1 0.000 0.000 0.000 0.000 compiler.py:157(MacroRef) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1953(WithCompoundStatementSegment) | |
1 0.000 0.000 0.000 0.000 saferepr.py:91(AlwaysDispatchingPrettyPrinter) | |
9 0.000 0.000 0.000 0.000 compiler.py:59(_make_binop) | |
1 0.000 0.000 0.000 0.000 store.py:27(Store) | |
383 0.000 0.000 0.000 0.000 {built-in method _stat.S_ISDIR} | |
5 0.000 0.000 0.000 0.000 {built-in method _ctypes.POINTER} | |
1 0.000 0.000 0.000 0.000 L005.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 capture.py:548(MultiCapture) | |
1 0.000 0.000 0.000 0.000 pytester.py:1488(Testdir) | |
1 0.000 0.000 0.000 0.000 code.py:960(ExceptionRepr) | |
1 0.000 0.000 0.000 0.000 linting_result.py:117(stats) | |
1 0.000 0.000 0.000 0.000 protocols.py:1(<module>) | |
7 0.000 0.000 0.000 0.000 environment.py:629(preprocess) | |
170 0.000 0.000 0.000 0.000 pyparsing.py:2061(setWhitespaceChars) | |
29 0.000 0.000 0.000 0.000 _make.py:1775(_make_order) | |
1 0.000 0.000 0.000 0.000 base.py:20(Dialect) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:4141(Forward) | |
1 0.000 0.000 0.000 0.000 _error.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 dataclasses.py:587(_hash_fn) | |
5 0.000 0.000 0.000 0.000 pyparsing.py:4292(__init__) | |
76 0.000 0.000 0.000 0.000 {method 'translate' of 'bytearray' objects} | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:3079(CreateSequenceStatementSegment) | |
21 0.000 0.000 0.000 0.000 environment.py:446(iter_extensions) | |
1 0.000 0.000 0.000 0.000 __init__.py:339(get_provider) | |
7 0.000 0.000 0.000 0.000 core.py:452(__exit__) | |
28 0.000 0.000 0.000 0.000 sbcharsetprober.py:65(reset) | |
1 0.000 0.000 0.000 0.000 nodes.py:489(FSCollector) | |
7 0.000 0.000 0.000 0.000 mbcharsetprober.py:39(__init__) | |
1 0.000 0.000 0.000 0.000 fixtures.py:1185(FixtureFunctionMarker) | |
17 0.000 0.000 0.000 0.000 config_info.py:109(<dictcomp>) | |
1 0.000 0.000 0.000 0.000 L002.py:11(Rule_L002) | |
8 0.000 0.000 0.000 0.000 codingstatemachine.py:55(__init__) | |
1 0.000 0.000 0.000 0.000 os.py:613(get_exec_path) | |
31 0.000 0.000 0.000 0.000 {method 'copy' of 'set' objects} | |
1 0.000 0.000 0.000 0.000 optimizer.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 initialise.py:23(init) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1107(FromExpressionSegment) | |
1 0.000 0.000 0.000 0.000 unix_events.py:572(_UnixWritePipeTransport) | |
1 0.000 0.000 0.000 0.000 utils.py:102(LazyFile) | |
1 0.000 0.000 0.000 0.000 base_events.py:273(Server) | |
1 0.000 0.000 0.000 0.000 universaldetector.py:81(__init__) | |
70 0.000 0.000 0.000 0.000 signal.py:10(<lambda>) | |
23 0.000 0.000 0.000 0.000 contextlib.py:117(__exit__) | |
1 0.000 0.000 0.000 0.000 _compat.py:592(func) | |
1 0.000 0.000 0.000 0.000 sslproto.py:404(SSLProtocol) | |
104 0.000 0.000 0.000 0.000 glob.py:84(<genexpr>) | |
195 0.000 0.000 0.000 0.000 pyparsing.py:3392(<genexpr>) | |
1 0.000 0.000 0.000 0.000 subprocess.py:950(_get_devnull) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1716(HavingClauseSegment) | |
1 0.000 0.000 0.000 0.000 os.py:42(_get_exports_list) | |
97 0.000 0.000 0.000 0.000 pyparsing.py:4781(<genexpr>) | |
1 0.000 0.000 0.000 0.000 code.py:123(Frame) | |
1 0.000 0.000 0.000 0.000 L006.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 opcode.py:37(<listcomp>) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2109(TableConstraintSegment) | |
22 0.000 0.000 0.000 0.000 __init__.py:1790(info) | |
1 0.000 0.000 0.000 0.000 L015.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 token.py:1(<module>) | |
370 0.000 0.000 0.000 0.000 version.py:490(<lambda>) | |
183 0.000 0.000 0.000 0.000 {method 'items' of 'mappingproxy' objects} | |
4 0.000 0.000 0.000 0.000 __init__.py:57(find_spec) | |
45 0.000 0.000 0.000 0.000 pyparsing.py:1190(setName) | |
2 0.000 0.000 0.000 0.000 parser.py:49(_unpack_args) | |
1 0.000 0.000 0.000 0.000 L009.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 L022.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 threading.py:494(Event) | |
1 0.000 0.000 0.000 0.000 error.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 nodes.py:457(AssignBlock) | |
7 0.000 0.000 0.000 0.000 compiler.py:301(__init__) | |
1 0.000 0.000 0.000 0.000 conditional.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 collect.py:23(FakeCollectModule) | |
1 0.000 0.000 0.000 0.000 match_logging.py:1(<module>) | |
210 0.000 0.000 0.000 0.000 anyof.py:38(<genexpr>) | |
15 0.000 0.000 0.000 0.000 compiler.py:168(__init__) | |
1 0.000 0.000 0.000 0.000 compat.py:197(<dictcomp>) | |
1 0.000 0.000 0.000 0.000 L008.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 mbcssm.py:28(<module>) | |
2 0.000 0.000 0.000 0.000 initialise.py:74(wrap_stream) | |
9 0.000 0.000 0.000 0.000 __init__.py:2385(yield_lines) | |
6 0.000 0.000 0.000 0.000 runtime.py:197(__init__) | |
1 0.000 0.000 0.000 0.000 nodes.py:440(Collector) | |
3 0.000 0.000 0.000 0.000 contextlib.py:482(__exit__) | |
263 0.000 0.000 0.000 0.000 {method '__contains__' of 'frozenset' objects} | |
1 0.000 0.000 0.000 0.000 L011.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 hookspecs.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 pathlib.py:1082(cwd) | |
1 0.000 0.000 0.000 0.000 _tracing.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:649(HyphenatedObjectReferenceSegment) | |
200 0.000 0.000 0.000 0.000 _make.py:1144(_determine_whether_to_implement) | |
2 0.000 0.000 0.000 0.000 subprocess.py:1074(wait) | |
1 0.000 0.000 0.000 0.000 runtime.py:390(BlockReference) | |
1 0.000 0.000 0.000 0.000 __init__.py:1578(__init__) | |
2 0.000 0.000 0.000 0.000 __init__.py:15(_py_abspath) | |
3 0.000 0.000 0.000 0.000 pathlib.py:1393(is_dir) | |
4 0.000 0.000 0.000 0.000 dialect_ansi.py:279(<lambda>) | |
1 0.000 0.000 0.000 0.000 python.py:253(PyobjMixin) | |
40 0.000 0.000 0.000 0.000 _make.py:469(_collect_base_attrs_broken) | |
1 0.000 0.000 0.000 0.000 threading.py:1262(__init__) | |
1 0.000 0.000 0.000 0.000 runtime.py:706(Macro) | |
66 0.000 0.000 0.000 0.000 __init__.py:223(_releaseLock) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:173(<listcomp>) | |
1 0.000 0.000 0.000 0.000 L041.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 core.py:135(ParameterSource) | |
1 0.000 0.000 0.000 0.000 argparsing.py:184(ArgumentError) | |
1 0.000 0.000 0.000 0.000 nodes.py:910(Compare) | |
1 0.000 0.000 0.000 0.000 L035.py:1(<module>) | |
302 0.000 0.000 0.000 0.000 {built-in method builtins.chr} | |
7 0.000 0.000 0.000 0.000 decorators.py:156(command) | |
1 0.000 0.000 0.000 0.000 euctwprober.py:28(<module>) | |
1 0.000 0.000 0.000 0.000 context.py:44(from_config) | |
1 0.000 0.000 0.000 0.000 visitor.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 L043.py:1(<module>) | |
24 0.000 0.000 0.000 0.000 _hooks.py:37(setattr_hookspec_opts) | |
120 0.000 0.000 0.000 0.000 metadata.py:444(__init__) | |
24 0.000 0.000 0.000 0.000 greedy.py:28(__init__) | |
1 0.000 0.000 0.000 0.000 L021.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 L049.py:1(<module>) | |
96 0.000 0.000 0.000 0.000 {method 'partition' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 euckrprober.py:28(<module>) | |
1 0.000 0.000 0.000 0.000 logging.py:95(PercentStyleMultiline) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:779(ClusterBySegment) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1988(SetExpressionSegment) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2009(InsertStatementSegment) | |
31 0.000 0.000 0.000 0.000 enum.py:146(<dictcomp>) | |
1 0.000 0.000 0.000 0.000 python_api.py:199(ApproxScalar) | |
2 0.000 0.000 0.000 0.000 ansitowin32.py:73(__init__) | |
125 0.000 0.000 0.000 0.000 {built-in method builtins.id} | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1734(LimitClauseSegment) | |
170 0.000 0.000 0.000 0.000 {built-in method sys._getframe} | |
2 0.000 0.000 0.000 0.000 __init__.py:858(__init__) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2281(CreateIndexStatementSegment) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2840(CreateTypeStatementSegment) | |
1 0.000 0.000 0.000 0.000 _make.py:2688(_CountingAttr) | |
1 0.000 0.000 0.000 0.000 loaders.py:234(PackageLoader) | |
1 0.000 0.000 0.000 0.000 base.py:204(RuleContext) | |
1 0.000 0.000 0.000 0.000 cacheprovider.py:256(LFPluginCollSkipfiles) | |
9 0.000 0.000 0.000 0.000 _bootlocale.py:33(getpreferredencoding) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2261(CreateExtensionStatementSegment) | |
1 0.000 0.000 0.000 0.000 L037.py:19(Rule_L037) | |
2 0.000 0.000 0.000 0.000 __init__.py:555(__init__) | |
81 0.000 0.000 0.000 0.000 lexer.py:275(test) | |
1 0.000 0.000 0.000 0.000 runtime.py:840(Undefined) | |
1 0.000 0.000 0.000 0.000 logging.py:521(LoggingPlugin) | |
1 0.000 0.000 0.000 0.000 loaders.py:519(ChoiceLoader) | |
2 0.000 0.000 0.000 0.000 subprocess.py:1772(_wait) | |
3 0.000 0.000 0.000 0.000 pathlib.py:1184(stat) | |
1 0.000 0.000 0.000 0.000 _result.py:1(<module>) | |
19 0.000 0.000 0.000 0.000 pathlib.py:751(__eq__) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1757(OverlapsClauseSegment) | |
66 0.000 0.000 0.000 0.000 {method 'acquire' of '_thread.RLock' objects} | |
1 0.000 0.000 0.000 0.000 _policybase.py:99(_extend_docstrings) | |
1 0.000 0.000 0.000 0.000 python_api.py:101(ApproxNumpy) | |
1 0.000 0.000 0.000 0.000 formatters.py:358(dispatch_file_violations) | |
1 0.000 0.000 0.000 0.000 L018.py:1(<module>) | |
20 0.000 0.000 0.000 0.000 _tracing.py:12(get) | |
68 0.000 0.000 0.000 0.000 typing.py:524(__eq__) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2893(MLTableExpressionSegment) | |
12 0.000 0.000 0.000 0.000 pyparsing.py:4757(<lambda>) | |
23 0.000 0.000 0.000 0.000 contextlib.py:238(helper) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:277(SelectClauseModifierSegment) | |
14 0.000 0.000 0.000 0.000 mbcharsetprober.py:45(reset) | |
17 0.000 0.000 0.000 0.000 idtracking.py:238(visit_Name) | |
1 0.000 0.000 0.000 0.000 gb2312prober.py:28(<module>) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1055(FromExpressionElementSegment) | |
1 0.000 0.000 0.000 0.000 eucjpprober.py:28(<module>) | |
1 0.000 0.000 0.000 0.000 __init__.py:375(__getattr__) | |
1 0.000 0.000 0.000 0.000 L025.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 nodes.py:336(If) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:936(DatePartClause) | |
1 0.000 0.000 0.000 0.000 nodes.py:622(Tuple) | |
20 0.000 0.000 0.000 0.000 metadata.py:469(_search_paths) | |
1 0.000 0.000 0.000 0.000 hebrewprober.py:28(<module>) | |
1 0.000 0.000 0.000 0.000 lexer.py:50(LexMatch) | |
119 0.000 0.000 0.000 0.000 ssl.py:124(<lambda>) | |
1 0.000 0.000 0.000 0.000 L034.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 _version_info.py:9(VersionInfo) | |
1 0.000 0.000 0.000 0.000 __init__.py:253(_reset_cache) | |
64 0.000 0.000 0.000 0.000 _collections_abc.py:721(__iter__) | |
104 0.000 0.000 0.000 0.000 traceback.py:292(walk_stack) | |
1 0.000 0.000 0.000 0.000 nodes.py:302(Output) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1628(WhereClauseSegment) | |
2 0.000 0.000 0.000 0.000 pyparsing.py:1288(addParseAction) | |
1 0.000 0.000 0.000 0.000 __init__.py:1582(_setup_prefix) | |
1 0.000 0.000 0.000 0.000 logging.py:751(_LiveLoggingStreamHandler) | |
19 0.000 0.000 0.000 0.000 parser.py:997(flush_data) | |
2 0.000 0.000 0.000 0.000 __init__.py:67(CFUNCTYPE) | |
1 0.000 0.000 0.000 0.000 cacheprovider.py:277(LFPlugin) | |
6 0.000 0.000 0.000 0.000 pyparsing.py:3098(__init__) | |
1 0.000 0.000 0.000 0.000 nodes.py:346(Macro) | |
1 0.000 0.000 0.000 0.000 __init__.py:382(__getitem__) | |
128 0.000 0.000 0.000 0.000 _make.py:589(<genexpr>) | |
119 0.000 0.000 0.000 0.000 ssl.py:139(<lambda>) | |
119 0.000 0.000 0.000 0.000 ssl.py:134(<lambda>) | |
5 0.000 0.000 0.000 0.000 nodes.py:204(set_ctx) | |
1 0.000 0.000 0.000 0.000 token.py:74(<dictcomp>) | |
4 0.000 0.000 0.000 0.000 dialect_ansi.py:268(<lambda>) | |
12 0.000 0.000 0.000 0.000 __init__.py:899(__iter__) | |
8 0.000 0.000 0.000 0.000 resolver.py:25(add_implicit_resolver) | |
13 0.000 0.000 0.000 0.000 compiler.py:581(enter_frame) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2370(DropStatementSegment) | |
1 0.000 0.000 0.000 0.000 environment.py:1269(render) | |
1 0.000 0.000 0.000 0.000 base.py:51(RawSliceBlockInfo) | |
19 0.000 0.000 0.000 0.000 core.py:124(sort_key) | |
42 0.000 0.000 0.000 0.000 _hooks.py:68(__call__) | |
1 0.000 0.000 0.000 0.000 __init__.py:133(KeywordMatcher) | |
1 0.000 0.000 0.000 0.000 environment.py:1581(TemplateStream) | |
119 0.000 0.000 0.000 0.000 ssl.py:144(<lambda>) | |
19 0.000 0.000 0.000 0.000 pyparsing.py:4017(__str__) | |
175 0.000 0.000 0.000 0.000 typing.py:1146(cast) | |
1 0.000 0.000 0.000 0.000 nodes.py:1093(MarkSafeIfAutoescape) | |
1 0.000 0.000 0.000 0.000 expression.py:40(TokenType) | |
1 0.000 0.000 0.000 0.000 _compat.py:351(get_text_stdout) | |
1 0.000 0.000 0.000 0.000 typing.py:1948(TextIO) | |
119 0.000 0.000 0.000 0.000 ssl.py:129(<lambda>) | |
119 0.000 0.000 0.000 0.000 ssl.py:149(<lambda>) | |
1 0.000 0.000 0.000 0.000 typing.py:1934(BinaryIO) | |
1 0.000 0.000 0.000 0.000 __init__.py:214(EscapeFormatter) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2701(SetClauseSegment) | |
75 0.000 0.000 0.000 0.000 core.py:2599(<lambda>) | |
1 0.000 0.000 0.000 0.000 L046.py:1(<module>) | |
2 0.000 0.000 0.000 0.000 charsetgroupprober.py:33(__init__) | |
1 0.000 0.000 0.000 0.000 nodes.py:695(CondExpr) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:558(TypelessStructSegment) | |
13 0.000 0.000 0.000 0.000 types.py:68(__call__) | |
3 0.000 0.000 0.000 0.000 __init__.py:490(PYFUNCTYPE) | |
250 0.000 0.000 0.000 0.000 version.py:461(_parse_local_version) | |
1 0.000 0.000 0.000 0.000 ext.py:741(_CommentFinder) | |
1 0.000 0.000 0.000 0.000 L039.py:10(Rule_L039) | |
1 0.000 0.000 0.000 0.000 ssl.py:158(TLSVersion) | |
1 0.000 0.000 0.000 0.000 nodes.py:318(For) | |
3 0.000 0.000 0.000 0.000 dataclasses.py:356(_recursive_repr) | |
3 0.000 0.000 0.000 0.000 decorators.py:221(decorator) | |
1 0.000 0.000 0.000 0.000 representer.py:134(SafeRepresenter) | |
1 0.000 0.000 0.000 0.000 utf8prober.py:38(__init__) | |
27 0.000 0.000 0.000 0.000 lexer.py:374(skip_if) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:251(ArrayLiteralSegment) | |
1 0.000 0.000 0.000 0.000 cacheprovider.py:385(NFPlugin) | |
78 0.000 0.000 0.000 0.000 traceback.py:243(__init__) | |
1 0.000 0.000 0.000 0.000 pytester.py:119(LsofFdLeakChecker) | |
1 0.000 0.000 0.000 0.000 eucjpprober.py:37(__init__) | |
4 0.000 0.000 0.000 0.000 pyparsing.py:2020(__invert__) | |
1 0.000 0.000 0.000 0.000 code.py:1055(ReprEntry) | |
1 0.000 0.000 0.000 0.000 inspect.py:2416(_ParameterKind) | |
61 0.000 0.000 0.000 0.000 {built-in method builtins.vars} | |
9 0.000 0.000 0.000 0.000 _make.py:2714(<genexpr>) | |
8 0.000 0.000 0.000 0.000 posixpath.py:100(split) | |
122 0.000 0.000 0.000 0.000 _make.py:1855(<genexpr>) | |
1 0.000 0.000 0.000 0.000 sysconfig.py:217(_getuserbase) | |
1 0.000 0.000 0.000 0.000 structures.py:452(MarkGenerator) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:762(PartitionBySegment) | |
20 0.000 0.000 0.000 0.000 metadata.py:207(_discover_resolvers) | |
67 0.000 0.000 0.000 0.000 typing.py:598(<genexpr>) | |
4 0.000 0.000 0.000 0.000 conditional.py:44(__init__) | |
1 0.000 0.000 0.000 0.000 nodes.py:738(_FilterTestCommon) | |
1 0.000 0.000 0.000 0.000 tests.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:753(ArrayAccessorSegment) | |
4 0.000 0.000 0.000 0.000 core.py:1253(get_help_option_names) | |
5 0.000 0.000 0.000 0.000 compiler.py:694(macro_def) | |
1 0.000 0.000 0.000 0.000 sandbox.py:409(SandboxedFormatter) | |
1 0.000 0.000 0.000 0.000 context.py:29(__init__) | |
1 0.000 0.000 0.000 0.000 _compat.py:305(_force_correct_text_writer) | |
1 0.000 0.000 0.000 0.000 base.py:693(<listcomp>) | |
8 0.000 0.000 0.000 0.000 utils.py:541(get) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2650(UpdateStatementSegment) | |
64 0.000 0.000 0.000 0.000 __init__.py:653(__iter__) | |
94 0.000 0.000 0.000 0.000 {method 'count' of 'list' objects} | |
1 0.000 0.000 0.000 0.000 pyparsing.py:1103(ParserElement) | |
1 0.000 0.000 0.000 0.000 __future__.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 __init__.py:80(ExitCode) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:507(IntervalExpressionSegment) | |
20 0.000 0.000 0.000 0.000 metadata.py:365(path) | |
1 0.000 0.000 0.000 0.000 L032.py:1(<module>) | |
2 0.000 0.000 0.000 0.000 platform.py:1076(python_implementation) | |
180 0.000 0.000 0.000 0.000 inspect.py:2849(return_annotation) | |
29 0.000 0.000 0.000 0.000 pyparsing.py:411(__getitem__) | |
9 0.000 0.000 0.000 0.000 lexer.py:290(test_any) | |
12 0.000 0.000 0.000 0.000 pyparsing.py:420(__setitem__) | |
1 0.000 0.000 0.000 0.000 parser.py:714(parse) | |
14 0.000 0.000 0.000 0.000 __init__.py:3235(<genexpr>) | |
45 0.000 0.000 0.000 0.000 lexer.py:70(__init__) | |
1 0.000 0.000 0.000 0.000 L017.py:1(<module>) | |
14 0.000 0.000 0.000 0.000 __init__.py:133(_check_size) | |
1 0.000 0.000 0.000 0.000 L012.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 __init__.py:832(InvocationParams) | |
63 0.000 0.000 0.000 0.000 _make.py:2093(_assign) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:786(AliasExpressionSegment) | |
2/1 0.000 0.000 0.000 0.000 pyparsing.py:3939(parseImpl) | |
1 0.000 0.000 0.000 0.000 markers.py:13(PositionMarker) | |
117 0.000 0.000 0.000 0.000 {method 'encode' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 lexer.py:252(Failure) | |
5 0.000 0.000 0.000 0.000 contextlib.py:385(__init__) | |
1 0.000 0.000 0.000 0.000 linted_dir.py:97(stats) | |
27 0.000 0.000 0.000 0.000 {built-in method _functools.reduce} | |
1 0.000 0.000 0.000 0.000 base.py:1064(BracketedSegment) | |
1 0.000 0.000 0.000 0.000 argparsing.py:334(OptionGroup) | |
2 0.000 0.000 0.000 0.000 core.py:579(close) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:3004(UseStatementSegment) | |
1 0.000 0.000 0.000 0.000 typing_extensions.py:1703(__new__) | |
98 0.000 0.000 0.000 0.000 abc.py:7(abstractmethod) | |
3 0.000 0.000 0.000 0.000 runtime.py:147(_dict_method_all) | |
1 0.000 0.000 0.000 0.000 match_wrapper.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1305(JoinOnConditionSegment) | |
4 0.000 0.000 0.000 0.000 pyparsing.py:3829(__init__) | |
2 0.000 0.000 0.000 0.000 contextlib.py:463(_push_exit_callback) | |
1 0.000 0.000 0.000 0.000 latin1prober.py:29(<module>) | |
41 0.000 0.000 0.000 0.000 pyparsing.py:209(__init__) | |
4 0.000 0.000 0.000 0.000 __init__.py:24(_module_matches_namespace) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:796(OptionsSegment) | |
1 0.000 0.000 0.000 0.000 expression.py:172(MatcherAdapter) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2991(__init__) | |
1 0.000 0.000 0.000 0.000 metadata.py:339(DistributionFinder) | |
1 0.000 0.000 0.000 0.000 typing.py:1732(__new__) | |
1 0.000 0.000 0.000 0.000 ssl.py:168(_TLSContentType) | |
1 0.000 0.000 0.000 0.000 types.py:630(File) | |
1 0.000 0.000 0.000 0.000 _compat.py:243(_force_correct_text_stream) | |
18 0.000 0.000 0.000 0.000 utils.py:155(internalcode) | |
126 0.000 0.000 0.000 0.000 base.py:130(segment) | |
13 0.000 0.000 0.000 0.000 _make.py:899(_make_getstate_setstate) | |
3 0.000 0.000 0.000 0.000 pyparsing.py:3164(__init__) | |
1 0.000 0.000 0.000 0.000 _next_gen.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 enums.py:7(FormatType) | |
1 0.000 0.000 0.000 0.000 charsetprober.py:29(<module>) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:914(FunctionNameSegment) | |
37 0.000 0.000 0.000 0.000 os.py:752(decode) | |
2 0.000 0.000 0.000 0.000 platform.py:972(_sys_version) | |
1 0.000 0.000 0.000 0.000 pathlib.py:434(ImportMode) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:468(ExceptClauseSegment) | |
1 0.000 0.000 0.000 0.000 fixtures.py:103(PseudoFixtureDef) | |
1 0.000 0.000 0.000 0.000 L027.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 L007.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2402(DropIndexStatementSegment) | |
5 0.000 0.000 0.000 0.000 typing.py:722(__call__) | |
18 0.000 0.000 0.000 0.000 core.py:2768(get_default) | |
27 0.000 0.000 0.000 0.000 lexer.py:144(<genexpr>) | |
1 0.000 0.000 0.000 0.000 sysconfig.py:148(is_python_build) | |
1 0.000 0.000 0.000 0.000 base.py:535(RuleSet) | |
1 0.000 0.000 0.000 0.000 uuid.py:70(SafeUUID) | |
23 0.000 0.000 0.000 0.000 contextlib.py:108(__enter__) | |
2 0.000 0.000 0.000 0.000 ansitowin32.py:43(isatty) | |
2 0.000 0.000 0.000 0.000 appdirs.py:45(user_data_dir) | |
1 0.000 0.000 0.000 0.000 nodes.py:816(Call) | |
8 0.000 0.000 0.000 0.000 compiler.py:226(inner) | |
2 0.000 0.000 0.000 0.000 tokenize.py:325(find_cookie) | |
1 0.000 0.000 0.000 0.000 datetime.py:2179(timezone) | |
1 0.000 0.000 0.000 0.000 sysconfig.py:131(_is_python_source_dir) | |
1 0.000 0.000 0.000 0.000 L045.py:10(Rule_L045) | |
4 0.000 0.000 0.000 0.000 ssl.py:451(__new__) | |
1 0.000 0.000 0.000 0.000 __init__.py:178(AliasModule) | |
38 0.000 0.000 0.000 0.000 ansi.py:12(code_to_chars) | |
23 0.000 0.000 0.000 0.000 contextlib.py:82(__init__) | |
1 0.000 0.000 0.000 0.000 constants.py:24(_SendfileMode) | |
1 0.000 0.000 0.000 0.000 ext.py:588(LoopControlExtension) | |
20 0.000 0.000 0.000 0.000 zipfile.py:1819(__del__) | |
1 0.000 0.000 0.000 0.000 random.py:94(__init__) | |
1 0.000 0.000 0.000 0.000 nodes.py:293(Template) | |
1 0.000 0.000 0.000 0.000 recwarn.py:231(WarningsChecker) | |
1 0.000 0.000 0.000 0.000 _compat.py:25(with_metaclass) | |
40 0.000 0.000 0.000 0.000 _make.py:1009(add_setattr) | |
33 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap_external>:1088(__init__) | |
1 0.000 0.000 0.000 0.000 jpcntx.py:184(__init__) | |
17 0.000 0.000 0.000 0.000 __init__.py:189(_checkLevel) | |
1 0.000 0.000 0.000 0.000 truncate.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 validators.py:70(_MatchesReValidator) | |
26 0.000 0.000 0.000 0.000 traceback.py:272(__getitem__) | |
105 0.000 0.000 0.000 0.000 ephemeral.py:26(is_expandable) | |
5 0.000 0.000 0.000 0.000 compiler.py:389(buffer) | |
16 0.000 0.000 0.000 0.000 dataclasses.py:320(field) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:451(WildcardExpressionSegment) | |
69 0.000 0.000 0.000 0.000 ntpath.py:34(_get_bothseps) | |
1 0.000 0.000 0.000 0.000 ephemeral.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 random.py:123(seed) | |
1 0.000 0.000 0.000 0.000 __init__.py:1196(__init__) | |
1 0.000 0.000 0.000 0.000 codingstatemachine.py:28(<module>) | |
1 0.000 0.000 0.000 0.000 L033.py:1(<module>) | |
105 0.000 0.000 0.000 0.000 {method 'insert' of 'list' objects} | |
1 0.000 0.000 0.000 0.000 typing.py:300(_SpecialForm) | |
1 0.000 0.000 0.000 0.000 base.py:717(copy) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:4268(postParse) | |
3 0.000 0.000 0.000 0.000 core.py:2890(__init__) | |
1 0.000 0.000 0.000 0.000 exceptions.py:23(ClickException) | |
1 0.000 0.000 0.000 0.000 fnmatch.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1188(SelectClauseElementSegment) | |
1 0.000 0.000 0.000 0.000 cacheprovider.py:56(Cache) | |
1 0.000 0.000 0.000 0.000 runners.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 trsock.py:1(<module>) | |
30 0.000 0.000 0.000 0.000 anyof.py:41(<listcomp>) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2083(ColumnDefinitionSegment) | |
2 0.000 0.000 0.000 0.000 {built-in method posix.uname} | |
27 0.000 0.000 0.000 0.000 lexer.py:365(next_if) | |
16 0.000 0.000 0.000 0.000 dataclasses.py:414(_field_init) | |
17 0.000 0.000 0.000 0.000 pyparsing.py:2431(parseImpl) | |
1 0.000 0.000 0.000 0.000 structures.py:255(MarkDecorator) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2349(CreateViewStatementSegment) | |
63 0.000 0.000 0.000 0.000 {built-in method builtins.delattr} | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:598(LiteralCoercionSegment) | |
80 0.000 0.000 0.000 0.000 _hooks.py:196(has_spec) | |
1 0.000 0.000 0.000 0.000 bccache.py:101(BytecodeCache) | |
1 0.000 0.000 0.000 0.000 enums.py:16(Color) | |
8 0.000 0.000 0.000 0.000 utils.py:575(__getitem__) | |
139 0.000 0.000 0.000 0.000 pyparsing.py:3543(<genexpr>) | |
1 0.000 0.000 0.000 0.000 _unicodefun.py:6(_verify_python_env) | |
1 0.000 0.000 0.000 0.000 gb2312prober.py:34(__init__) | |
1 0.000 0.000 0.000 0.000 validators.py:343(_DeepMapping) | |
1 0.000 0.000 0.000 0.000 __init__.py:331(__init__) | |
1 0.000 0.000 0.000 0.000 sysconfig.py:222(joinuser) | |
126 0.000 0.000 0.000 0.000 version.py:334(epoch) | |
2 0.000 0.000 0.000 0.000 functools.py:182(total_ordering) | |
89 0.000 0.000 0.000 0.000 _make.py:555(<lambda>) | |
23 0.000 0.000 0.000 0.000 {built-in method _struct.calcsize} | |
3 0.000 0.000 0.000 0.000 pyparsing.py:2376(__init__) | |
2 0.000 0.000 0.000 0.000 core.py:256(__init__) | |
40 0.000 0.000 0.000 0.000 _make.py:571(<setcomp>) | |
1 0.000 0.000 0.000 0.000 tz.py:1(<module>) | |
31 0.000 0.000 0.000 0.000 representer.py:65(add_representer) | |
7 0.000 0.000 0.000 0.000 core.py:1166(__init__) | |
1 0.000 0.000 0.000 0.000 L030.py:12(Rule_L030) | |
8 0.000 0.000 0.000 0.000 pyparsing.py:3508(__str__) | |
1 0.000 0.000 0.000 0.000 big5prober.py:35(__init__) | |
9 0.000 0.000 0.000 0.000 base.py:156(add) | |
2 0.000 0.000 0.000 0.000 pyparsing.py:4214(copy) | |
18 0.000 0.000 0.000 0.000 core.py:2826(value_from_envvar) | |
188 0.000 0.000 0.000 0.000 pyparsing.py:2656(<genexpr>) | |
1 0.000 0.000 0.000 0.000 outcomes.py:25(OutcomeException) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:652(ObjectReferenceLevel) | |
4 0.000 0.000 0.000 0.000 L047.py:76(<listcomp>) | |
12 0.000 0.000 0.000 0.000 {method 'tolist' of 'memoryview' objects} | |
104 0.000 0.000 0.000 0.000 glob.py:154(_ishidden) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:542(FunctionParameterListGrammar) | |
20 0.000 0.000 0.000 0.000 _manager.py:204(get_plugin) | |
38 0.000 0.000 0.000 0.000 __init__.py:23(<genexpr>) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1127(TableExpressionSegment) | |
40 0.000 0.000 0.000 0.000 _hooks.py:296(_maybe_apply_history) | |
120 0.000 0.000 0.000 0.000 opcode.py:39(def_op) | |
38 0.000 0.000 0.000 0.000 pathlib.py:742(_cparts) | |
3 0.000 0.000 0.000 0.000 datetime.py:1566(__new__) | |
1 0.000 0.000 0.000 0.000 euctwprober.py:34(__init__) | |
1 0.000 0.000 0.000 0.000 validators.py:296(_DeepIterable) | |
1 0.000 0.000 0.000 0.000 __init__.py:1047(__init__) | |
8 0.000 0.000 0.000 0.000 compiler.py:1431(_output_child_to_const) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:883(OverClauseSegment) | |
9 0.000 0.000 0.000 0.000 {built-in method _locale.nl_langinfo} | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:290(IntervalExpressionSegment) | |
33 0.000 0.000 0.000 0.000 _make.py:1592(_has_frozen_base_class) | |
129 0.000 0.000 0.000 0.000 _make.py:692(<genexpr>) | |
103 0.000 0.000 0.000 0.000 _hooks.py:205(is_historic) | |
1 0.000 0.000 0.000 0.000 expression.py:50(Token) | |
1 0.000 0.000 0.000 0.000 ssl.py:971(SSLSocket) | |
63 0.000 0.000 0.000 0.000 __init__.py:907(_added_new) | |
10 0.000 0.000 0.000 0.000 idtracking.py:112(declare_parameter) | |
1 0.000 0.000 0.000 0.000 cp949prober.py:35(__init__) | |
3 0.000 0.000 0.000 0.000 {method 'write' of '_io.TextIOWrapper' objects} | |
1 0.000 0.000 0.000 0.000 abc.py:1(<module>) | |
11 0.000 0.000 0.000 0.000 utils.py:82(from_obj) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:1972(__xor__) | |
1 0.000 0.000 0.000 0.000 typing_extensions.py:1825(Annotated) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1142(WildcardIdentifierSegment) | |
1 0.000 0.000 0.000 0.000 greedy.py:152(StartsWith) | |
1 0.000 0.000 0.000 0.000 jinja.py:120(_generate_dbt_builtins) | |
128 0.000 0.000 0.000 0.000 version.py:346(pre) | |
20 0.000 0.000 0.000 0.000 _tracing.py:7(__init__) | |
1 0.000 0.000 0.000 0.000 events.py:205(AbstractEventLoop) | |
5 0.000 0.000 0.000 0.000 pyparsing.py:668(<listcomp>) | |
2 0.000 0.000 0.000 0.000 __init__.py:420(__init__) | |
78 0.000 0.000 0.000 0.000 pyparsing.py:2052(leaveWhitespace) | |
19 0.000 0.000 0.000 0.000 tokenize.py:58(group) | |
1 0.000 0.000 0.000 0.000 pickling_support.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 base_events.py:384(BaseEventLoop) | |
1 0.000 0.000 0.000 0.000 :1(<module>) | |
3 0.000 0.000 0.000 0.000 {method 'close' of '_io.TextIOWrapper' objects} | |
7 0.000 0.000 0.000 0.000 __init__.py:1564(_parents) | |
123 0.000 0.000 0.000 0.000 inspect.py:2845(parameters) | |
1 0.000 0.000 0.000 0.000 emitter.py:31(Emitter) | |
2 0.000 0.000 0.000 0.000 __init__.py:887(createLock) | |
6 0.000 0.000 0.000 0.000 environment.py:1241(_from_namespace) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2098(IndexColumnDefinitionSegment) | |
1 0.000 0.000 0.000 0.000 typing.py:647(_GenericAlias) | |
1 0.000 0.000 0.000 0.000 {function Random.seed at 0x10c61e1f0} | |
1 0.000 0.000 0.000 0.000 base.py:275(insert_lexer_matchers) | |
54 0.000 0.000 0.000 0.000 decorators.py:229(option) | |
1 0.000 0.000 0.000 0.000 tmpdir.py:151(TempdirFactory) | |
1 0.000 0.000 0.000 0.000 __init__.py:22(<listcomp>) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2632(DeleteStatementSegment) | |
1 0.000 0.000 0.000 0.000 code.py:1002(ReprExceptionInfo) | |
6 0.000 0.000 0.000 0.000 compiler.py:1376(_make_finalize) | |
7 0.000 0.000 0.000 0.000 chardistribution.py:46(__init__) | |
1 0.000 0.000 0.000 0.000 _funcs.py:1(<module>) | |
157 0.000 0.000 0.000 0.000 config.py:201(<lambda>) | |
1 0.000 0.000 0.000 0.000 __init__.py:1381(get_resource_filename) | |
1 0.000 0.000 0.000 0.000 threading.py:761(__init__) | |
3 0.000 0.000 0.000 0.000 _make.py:1906(_add_repr) | |
126 0.000 0.000 0.000 0.000 version.py:352(post) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2786(FunctionParameterListGrammar) | |
2 0.000 0.000 0.000 0.000 __init__.py:1405(setLevel) | |
4 0.000 0.000 0.000 0.000 {built-in method _ssl.txt2obj} | |
5 0.000 0.000 0.000 0.000 idtracking.py:270(visit_Macro) | |
1 0.000 0.000 0.000 0.000 coroutines.py:18(_is_debug_mode) | |
1 0.000 0.000 0.000 0.000 L048.py:11(Rule_L048) | |
42 0.000 0.000 0.000 0.000 {method 'decode' of 'bytes' objects} | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:3121(AlterSequenceStatementSegment) | |
11 0.000 0.000 0.000 0.000 dataclasses.py:751(_set_new_attribute) | |
5 0.000 0.000 0.000 0.000 config.py:348(<lambda>) | |
64 0.000 0.000 0.000 0.000 {method 'expandtabs' of 'str' objects} | |
4 0.000 0.000 0.000 0.000 inspect.py:493(unwrap) | |
32 0.000 0.000 0.000 0.000 _make.py:1727(<listcomp>) | |
40 0.000 0.000 0.000 0.000 _make.py:1077(_determine_attrs_eq_order) | |
1 0.000 0.000 0.000 0.000 validators.py:26(_InstanceOfValidator) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:526(ArrayLiteralSegment) | |
12 0.000 0.000 0.000 0.000 __init__.py:329(add_representer) | |
1 0.000 0.000 0.000 0.000 __about__.py:4(<module>) | |
1 0.000 0.000 0.000 0.000 L023.py:11(Rule_L023) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3458(__init__) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1780(NamedWindowSegment) | |
1 0.000 0.000 0.000 0.000 os.py:46(<listcomp>) | |
4 0.000 0.000 0.000 0.000 weakref.py:343(__init__) | |
7 0.000 0.000 0.000 0.000 dataclasses.py:342(_tuple_str) | |
18 0.000 0.000 0.000 0.000 core.py:2187(get_default) | |
2 0.000 0.000 0.000 0.000 datetime.py:661(__neg__) | |
14 0.000 0.000 0.000 0.000 enum.py:899(_power_of_two) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2987(DescribeStatementSegment) | |
42 0.000 0.000 0.000 0.000 {method 'groupdict' of 're.Match' objects} | |
18 0.000 0.000 0.000 0.000 idtracking.py:175(__init__) | |
2 0.000 0.000 0.000 0.000 dataclasses.py:610(_is_type) | |
126 0.000 0.000 0.000 0.000 version.py:340(release) | |
3 0.000 0.000 0.000 0.000 _compat.py:587(_make_cached_stream_func) | |
126 0.000 0.000 0.000 0.000 version.py:357(dev) | |
1 0.000 0.000 0.000 0.000 types.py:156(FuncParamType) | |
1 0.000 0.000 0.000 0.000 code.py:1135(ReprFileLocation) | |
4 0.000 0.000 0.000 0.000 dialect_ansi.py:312(<lambda>) | |
1 0.000 0.000 0.000 0.000 noncode.py:15(NonCodeMatcher) | |
34 0.000 0.000 0.000 0.000 {method 'setter' of 'property' objects} | |
16 0.000 0.000 0.000 0.000 idtracking.py:50(_define_ref) | |
1 0.000 0.000 0.000 0.000 uuid.py:76(UUID) | |
38 0.000 0.000 0.000 0.000 enum.py:641(__hash__) | |
83 0.000 0.000 0.000 0.000 inspect.py:2527(name) | |
62 0.000 0.000 0.000 0.000 enum.py:192(<genexpr>) | |
126 0.000 0.000 0.000 0.000 version.py:362(local) | |
1 0.000 0.000 0.000 0.000 ssl.py:467(Purpose) | |
1 0.000 0.000 0.000 0.000 locale.py:651(getpreferredencoding) | |
1 0.000 0.000 0.000 0.000 _compat.py:34(__new__) | |
5 0.000 0.000 0.000 0.000 compiler.py:732(push_parameter_definitions) | |
10 0.000 0.000 0.000 0.000 pyparsing.py:3945(__str__) | |
1 0.000 0.000 0.000 0.000 __init__.py:47(register_assert_rewrite) | |
1 0.000 0.000 0.000 0.000 log.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 base.py:255(patch_lexer_matchers) | |
1 0.000 0.000 0.000 0.000 _sysconfigdata__darwin_darwin.py:2(<module>) | |
2 0.000 0.000 0.000 0.000 L018.py:64(indent_size_up_to) | |
2 0.000 0.000 0.000 0.000 {built-in method posix.pipe} | |
1 0.000 0.000 0.000 0.000 scanner.py:46(Scanner) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:817(QualifiedNumericLiteralSegment) | |
16 0.000 0.000 0.000 0.000 __init__.py:2367(_is_unpacked_egg) | |
1 0.000 0.000 0.000 0.000 debugging.py:303(PdbTrace) | |
2 0.000 0.000 0.000 0.000 contextlib.py:379(_create_cb_wrapper) | |
5 0.000 0.000 0.000 0.000 compiler.py:1590(visit_Name) | |
15 0.000 0.000 0.000 0.000 idtracking.py:31(__init__) | |
23 0.000 0.000 0.000 0.000 _result.py:20(__init__) | |
1 0.000 0.000 0.000 0.000 exceptions.py:127(MissingParameter) | |
104 0.000 0.000 0.000 0.000 _make.py:1994(_is_slot_attr) | |
1 0.000 0.000 0.000 0.000 L006.py:18(Rule_L006) | |
1 0.000 0.000 0.000 0.000 contextlib.py:479(__enter__) | |
2 0.000 0.000 0.000 0.000 __init__.py:426(validate) | |
30 0.000 0.000 0.000 0.000 base.py:547(<listcomp>) | |
10 0.000 0.000 0.000 0.000 os.py:800(fsencode) | |
40 0.000 0.000 0.000 0.000 _make.py:574(<listcomp>) | |
2 0.000 0.000 0.000 0.000 __init__.py:1360(_clear_cache) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3061(__init__) | |
3 0.000 0.000 0.000 0.000 utils.py:506(__init__) | |
13 0.000 0.000 0.000 0.000 enum.py:597(_generate_next_value_) | |
6 0.000 0.000 0.000 0.000 glob.py:147(has_magic) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2732(FunctionDefinitionGrammar) | |
1 0.000 0.000 0.000 0.000 local.py:143(__init__) | |
1 0.000 0.000 0.000 0.000 delimited.py:16(Delimited) | |
24 0.000 0.000 0.000 0.000 tokenize.py:94(<listcomp>) | |
5 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:754(exec_module) | |
1 0.000 0.000 0.000 0.000 escsm.py:28(<module>) | |
1 0.000 0.000 0.000 0.000 _compat.py:140(make_set_closure_cell) | |
72 0.000 0.000 0.000 0.000 signal.py:22(<lambda>) | |
95 0.000 0.000 0.000 0.000 pyparsing.py:203(<genexpr>) | |
1 0.000 0.000 0.000 0.000 _cmp.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 core.py:2880(Argument) | |
10 0.000 0.000 0.000 0.000 __init__.py:197(__getattribute__) | |
5 0.000 0.000 0.000 0.000 _weakrefset.py:36(__init__) | |
29 0.000 0.000 0.000 0.000 _make.py:1779(<listcomp>) | |
1 0.000 0.000 0.000 0.000 sequence.py:26(Sequence) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1793(NamedWindowExpressionSegment) | |
5 0.000 0.000 0.000 0.000 pathlib.py:936(parent) | |
1 0.000 0.000 0.000 0.000 compiler.py:1170(<genexpr>) | |
20 0.000 0.000 0.000 0.000 _tracing.py:54(__init__) | |
66 0.000 0.000 0.000 0.000 {method 'release' of '_thread.RLock' objects} | |
7 0.000 0.000 0.000 0.000 typing.py:865(__new__) | |
18 0.000 0.000 0.000 0.000 lexer.py:292(<genexpr>) | |
1 0.000 0.000 0.000 0.000 python_api.py:329(ApproxDecimal) | |
65 0.000 0.000 0.000 0.000 {method 'groups' of 're.Match' objects} | |
5 0.000 0.000 0.000 0.000 compiler.py:394(return_buffer_contents) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3368(And) | |
3 0.000 0.000 0.000 0.000 compiler.py:81(_make_unop) | |
3 0.000 0.000 0.000 0.000 {method 'isatty' of '_io.TextIOWrapper' objects} | |
18 0.000 0.000 0.000 0.000 core.py:2810(resolve_envvar_value) | |
1 0.000 0.000 0.000 0.000 win32.py:4(<module>) | |
1 0.000 0.000 0.000 0.000 runner.py:23(BaseRunner) | |
16 0.000 0.000 0.000 0.000 pyparsing.py:2751(charsAsStr) | |
117 0.000 0.000 0.000 0.000 {method 'end' of 're.Match' objects} | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:488(FileSegment) | |
1 0.000 0.000 0.000 0.000 __init__.py:53(<listcomp>) | |
1 0.000 0.000 0.000 0.000 errors.py:28(CharsetError) | |
1 0.000 0.000 0.000 0.000 exceptions.py:7(TemplateError) | |
5 0.000 0.000 0.000 0.000 os.py:1073(__subclasshook__) | |
1 0.000 0.000 0.000 0.000 config.py:677(_split_comma_separated_string) | |
7 0.000 0.000 0.000 0.000 pyparsing.py:4825(tokenMap) | |
5 0.000 0.000 0.000 0.000 idtracking.py:94(store) | |
1 0.000 0.000 0.000 0.000 threading.py:519(set) | |
1 0.000 0.000 0.000 0.000 argparse.py:1074(_SubParsersAction) | |
1 0.000 0.000 0.000 0.000 loaders.py:571(ModuleLoader) | |
1 0.000 0.000 0.000 0.000 format_helpers.py:1(<module>) | |
47 0.000 0.000 0.000 0.000 charsetprober.py:44(reset) | |
13 0.000 0.000 0.000 0.000 nodes.py:74(__init__) | |
1 0.000 0.000 0.000 0.000 L010.py:13(Rule_L010) | |
6 0.000 0.000 0.000 0.000 _policybase.py:94(_append_doc) | |
63 0.000 0.000 0.000 0.000 _make.py:1631(<genexpr>) | |
1 0.000 0.000 0.000 0.000 pathlib.py:119(_WindowsFlavour) | |
7 0.000 0.000 0.000 0.000 lexer.py:395(close) | |
13 0.000 0.000 0.000 0.000 functools.py:486(lru_cache) | |
27 0.000 0.000 0.000 0.000 lexer.py:340(__bool__) | |
4 0.000 0.000 0.000 0.000 {built-in method posix.close} | |
1 0.000 0.000 0.000 0.000 generator.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 parser.py:159(Option) | |
10 0.000 0.000 0.000 0.000 pyparsing.py:2963(__str__) | |
52 0.000 0.000 0.000 0.000 typing.py:1359(overload) | |
1 0.000 0.000 0.000 0.000 capture.py:829(CaptureFixture) | |
1 0.000 0.000 0.000 0.000 subprocess.py:426(__init__) | |
124 0.000 0.000 0.000 0.000 __init__.py:2593(_reload_version) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:899(WindowSpecificationSegment) | |
2 0.000 0.000 0.000 0.000 environment.py:81(create_cache) | |
79 0.000 0.000 0.000 0.000 {built-in method _stat.S_ISLNK} | |
2 0.000 0.000 0.000 0.000 __init__.py:839(_addHandlerRef) | |
10 0.000 0.000 0.000 0.000 typing.py:307(__new__) | |
12 0.000 0.000 0.000 0.000 compiler.py:608(func) | |
16 0.000 0.000 0.000 0.000 dataclasses.py:244(__init__) | |
1 0.000 0.000 0.000 0.000 subprocess.py:684(Popen) | |
1 0.000 0.000 0.000 0.000 events.py:606(BaseDefaultEventLoopPolicy) | |
1 0.000 0.000 0.000 0.000 hookspecs.py:9(PluginSpec) | |
2 0.000 0.000 0.000 0.000 config.py:526(<dictcomp>) | |
94 0.000 0.000 0.000 0.000 pyparsing.py:4890(<genexpr>) | |
1 0.000 0.000 0.000 0.000 match_result.py:15(MatchResult) | |
1 0.000 0.000 0.000 0.000 ssl.py:474(SSLContext) | |
1 0.000 0.000 0.000 0.000 sequence.py:178(Bracketed) | |
14 0.000 0.000 0.000 0.000 compiler.py:281(visit_Name) | |
1 0.000 0.000 0.000 0.000 compat.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2209(CreateSchemaStatementSegment) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2222(SetSchemaStatementSegment) | |
1 0.000 0.000 0.000 0.000 process.py:393(__init__) | |
6 0.000 0.000 0.000 0.000 __init__.py:2352(_is_egg_path) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2235(DropSchemaStatementSegment) | |
1 0.000 0.000 0.000 0.000 numbers.py:32(Complex) | |
3 0.000 0.000 0.000 0.000 pyparsing.py:755(copy) | |
1 0.000 0.000 0.000 0.000 bdb.py:17(Bdb) | |
1 0.000 0.000 0.000 0.000 typing.py:795(_VariadicGenericAlias) | |
2 0.000 0.000 0.000 0.000 sjisprober.py:44(reset) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2878(DropModelStatementSegment) | |
15 0.000 0.000 0.000 0.000 __init__.py:772(__init__) | |
1 0.000 0.000 0.000 0.000 parser.py:72(Parser) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2248(CreateDatabaseStatementSegment) | |
1 0.000 0.000 0.000 0.000 meta.py:9(MetaSegment) | |
1 0.000 0.000 0.000 0.000 base.py:770(Ref) | |
7 0.000 0.000 0.000 0.000 core.py:447(__enter__) | |
18 0.000 0.000 0.000 0.000 idtracking.py:77(ref) | |
1 0.000 0.000 0.000 0.000 fnmatch.py:74(translate) | |
3 0.000 0.000 0.000 0.000 dataclasses.py:530(<listcomp>) | |
127 0.000 0.000 0.000 0.000 configparser.py:363(before_get) | |
4 0.000 0.000 0.000 0.000 core.py:458(scope) | |
5 0.000 0.000 0.000 0.000 datetime.py:411(_check_date_fields) | |
18 0.000 0.000 0.000 0.000 parser.py:308(<listcomp>) | |
2 0.000 0.000 0.000 0.000 types.py:260(convert) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3465(parseImpl) | |
5 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:232(_requires_builtin_wrapper) | |
27 0.000 0.000 0.000 0.000 typing.py:1591(<listcomp>) | |
1 0.000 0.000 0.000 0.000 idtracking.py:232(FrameSymbolVisitor) | |
1 0.000 0.000 0.000 0.000 compat.py:37(NotSetType) | |
7 0.000 0.000 0.000 0.000 globals.py:51(pop_context) | |
2 0.000 0.000 0.000 0.000 python.py:445(_split_invariants) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2971(WithNoSchemaBindingClauseSegment) | |
5 0.000 0.000 0.000 0.000 pyparsing.py:3032(__str__) | |
5 0.000 0.000 0.000 0.000 runtime.py:709(__init__) | |
1 0.000 0.000 0.000 0.000 validators.py:142(_ProvidesValidator) | |
1 0.000 0.000 0.000 0.000 specifiers.py:40(BaseSpecifier) | |
1 0.000 0.000 0.000 0.000 pytester.py:616(SysPathsSnapshot) | |
13 0.000 0.000 0.000 0.000 compiler.py:277(__init__) | |
1 0.000 0.000 0.000 0.000 L040.py:12(Rule_L040) | |
1 0.000 0.000 0.000 0.000 base64.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 python.py:622(Package) | |
1 0.000 0.000 0.000 0.000 formatters.py:274(dispatch_config) | |
1 0.000 0.000 0.000 0.000 linting_result.py:39(sum_dicts) | |
1 0.000 0.000 0.000 0.000 meta.py:17(__init__) | |
1 0.000 0.000 0.000 0.000 compat.py:240(_PytestWrapper) | |
2 0.000 0.000 0.000 0.000 datetime.py:1236(__new__) | |
1 0.000 0.000 0.000 0.000 socket.py:213(socket) | |
25 0.000 0.000 0.000 0.000 constructor.py:159(add_constructor) | |
1 0.000 0.000 0.000 0.000 _compat.py:165(_is_binary_writer) | |
1 0.000 0.000 0.000 0.000 weakref.py:102(__init__) | |
5 0.000 0.000 0.000 0.000 idtracking.py:160(dump_param_targets) | |
1 0.000 0.000 0.000 0.000 formatters.py:330(_format_file_violations) | |
1 0.000 0.000 0.000 0.000 config_info.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 string_helpers.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 lzma.py:38(LZMAFile) | |
42 0.000 0.000 0.000 0.000 {built-in method from_iterable} | |
20 0.000 0.000 0.000 0.000 zipfile.py:1823(close) | |
1 0.000 0.000 0.000 0.000 L022.py:10(Rule_L022) | |
1 0.000 0.000 0.000 0.000 _compat.py:4(<module>) | |
68 0.000 0.000 0.000 0.000 {method 'difference_update' of 'set' objects} | |
1 0.000 0.000 0.000 0.000 core.py:2267(convert) | |
1 0.000 0.000 0.000 0.000 L029.py:9(Rule_L029) | |
2 0.000 0.000 0.000 0.000 eucjpprober.py:44(reset) | |
3 0.000 0.000 0.000 0.000 {built-in method _csv.register_dialect} | |
23 0.000 0.000 0.000 0.000 _hooks.py:219(get_hookimpls) | |
6 0.000 0.000 0.000 0.000 _collections_abc.py:74(_check_methods) | |
36 0.000 0.000 0.000 0.000 {method 'mro' of 'type' objects} | |
1 0.000 0.000 0.000 0.000 subprocess.py:1759(_try_wait) | |
1 0.000 0.000 0.000 0.000 config.py:679(<listcomp>) | |
8 0.000 0.000 0.000 0.000 pathlib.py:904(parts) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2389(TruncateStatementSegment) | |
1 0.000 0.000 0.000 0.000 utils.py:486(_detect_program_name) | |
3 0.000 0.000 0.000 0.000 types.py:244(coroutine) | |
2 0.000 0.000 0.000 0.000 __init__.py:244(_register_at_fork_reinit_lock) | |
4 0.000 0.000 0.000 0.000 __init__.py:122(_declare_state) | |
3 0.000 0.000 0.000 0.000 locale.py:593(setlocale) | |
1 0.000 0.000 0.000 0.000 L046.py:7(Rule_L046) | |
6 0.000 0.000 0.000 0.000 environment.py:1094(make_globals) | |
32 0.000 0.000 0.000 0.000 _make.py:1704(_make_ne) | |
1 0.000 0.000 0.000 0.000 core.py:1788(__init__) | |
1 0.000 0.000 0.000 0.000 parser.py:15(__init__) | |
1 0.000 0.000 0.000 0.000 common.py:8(AliasInfo) | |
1 0.000 0.000 0.000 0.000 datetime.py:1558(datetime) | |
1 0.000 0.000 0.000 0.000 code.py:1046(ReprEntryNative) | |
2 0.000 0.000 0.000 0.000 warnings.py:181(_add_filter) | |
4 0.000 0.000 0.000 0.000 dialect_ansi.py:302(<lambda>) | |
1 0.000 0.000 0.000 0.000 L042.py:8(Rule_L042) | |
50 0.000 0.000 0.000 0.000 enum.py:654(name) | |
2 0.000 0.000 0.000 0.000 {built-in method _pickle.dumps} | |
12 0.000 0.000 0.000 0.000 _make.py:2220(fmt_setter) | |
1 0.000 0.000 0.000 0.000 code.py:1152(ReprLocals) | |
1 0.000 0.000 0.000 0.000 doc_decorators.py:1(<module>) | |
2 0.000 0.000 0.000 0.000 sysconfig.py:206(_get_default_scheme) | |
1 0.000 0.000 0.000 0.000 capture.py:253(SysCaptureBinary) | |
5 0.000 0.000 0.000 0.000 datetime.py:424(_check_time_fields) | |
18 0.000 0.000 0.000 0.000 base.py:173(replace) | |
10 0.000 0.000 0.000 0.000 {method 'startswith' of 'bytes' objects} | |
1 0.000 0.000 0.000 0.000 metadata.py:143(Distribution) | |
1 0.000 0.000 0.000 0.000 zipfile.py:1192(ZipFile) | |
2 0.000 0.000 0.000 0.000 contextlib.py:531(close) | |
6 0.000 0.000 0.000 0.000 _collections_abc.py:674(keys) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1209(SelectClauseModifierSegment) | |
1 0.000 0.000 0.000 0.000 lexer.py:211(compile_rules) | |
1 0.000 0.000 0.000 0.000 select_crawler.py:13(WildcardInfo) | |
10 0.000 0.000 0.000 0.000 __init__.py:98(<listcomp>) | |
1 0.000 0.000 0.000 0.000 random.py:78(Random) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:583(NamedArgumentSegment) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:3138(DropSequenceStatementSegment) | |
1 0.000 0.000 0.000 0.000 __init__.py:2559(Distribution) | |
1 0.000 0.000 0.000 0.000 warnings.py:165(simplefilter) | |
1 0.000 0.000 0.000 0.000 locks.py:49(_ContextManagerMixin) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:854(ParameterizedSegment) | |
1 0.000 0.000 0.000 0.000 L005.py:8(Rule_L005) | |
3 0.000 0.000 0.000 0.000 pyparsing.py:1567(resetCache) | |
12 0.000 0.000 0.000 0.000 {method 'cast' of 'memoryview' objects} | |
3 0.000 0.000 0.000 0.000 utils.py:512(_postinit) | |
1 0.000 0.000 0.000 0.000 common.py:24(NoQaDirective) | |
1 0.000 0.000 0.000 0.000 argparsing.py:199(Argument) | |
2 0.000 0.000 0.000 0.000 {method 'clear' of 'set' objects} | |
20 0.000 0.000 0.000 0.000 _manager.py:39(__init__) | |
48 0.000 0.000 0.000 0.000 dataclasses.py:389(<genexpr>) | |
65 0.000 0.000 0.000 0.000 pyparsing.py:1366(postParse) | |
20 0.000 0.000 0.000 0.000 zipfile.py:684(_check_compression) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:4335(__init__) | |
12 0.000 0.000 0.000 0.000 pkgutil.py:405(get_importer) | |
1 0.000 0.000 0.000 0.000 L014.py:31(Rule_L014) | |
1 0.000 0.000 0.000 0.000 decoder.py:284(__init__) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3151(__init__) | |
2 0.000 0.000 0.000 0.000 linted_dir.py:101(<genexpr>) | |
1 0.000 0.000 0.000 0.000 _make.py:2870(<listcomp>) | |
35 0.000 0.000 0.000 0.000 datetime.py:379(_check_int_field) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2862(CreateRoleStatementSegment) | |
12 0.000 0.000 0.000 0.000 pyparsing.py:3513(<genexpr>) | |
20 0.000 0.000 0.000 0.000 <attrs generated init _pytest.compat._PytestWrapper>:1(__init__) | |
1 0.000 0.000 0.000 0.000 exceptions.py:46(UsageError) | |
8 0.000 0.000 0.000 0.000 sysconfig.py:161(_subst_vars) | |
1 0.000 0.000 0.000 0.000 decorators.py:191(group) | |
1 0.000 0.000 0.000 0.000 sysconfig.py:384(_get_sysconfigdata_name) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1597(BitwiseRShiftSegment) | |
23 0.000 0.000 0.000 0.000 _result.py:49(get_result) | |
1 0.000 0.000 0.000 0.000 main.py:439(_bestrelpath_cache) | |
2 0.000 0.000 0.000 0.000 charset.py:211(__init__) | |
18 0.000 0.000 0.000 0.000 {method 'index' of 'str' objects} | |
7 0.000 0.000 0.000 0.000 environment.py:640(<lambda>) | |
4 0.000 0.000 0.000 0.000 linted_file.py:66(get_violations) | |
1 0.000 0.000 0.000 0.000 datetime.py:789(date) | |
1 0.000 0.000 0.000 0.000 hebrewprober.py:154(__init__) | |
4 0.000 0.000 0.000 0.000 {method 'replace' of 'code' objects} | |
1 0.000 0.000 0.000 0.000 latin1prober.py:97(__init__) | |
7 0.000 0.000 0.000 0.000 typing.py:1121(runtime_checkable) | |
1 0.000 0.000 0.000 0.000 pathlib.py:620(PurePath) | |
2 0.000 0.000 0.000 0.000 sysconfig.py:190(_use_darwin_global_library) | |
1 0.000 0.000 0.000 0.000 L036.py:12(SelectTargetsInfo) | |
10 0.000 0.000 0.000 0.000 base.py:197(get_segment) | |
2 0.000 0.000 0.000 0.000 pyparsing.py:1441(tryParse) | |
9 0.000 0.000 0.000 0.000 __init__.py:1663(getEffectiveLevel) | |
2 0.000 0.000 0.000 0.000 markers.py:121(line_no) | |
7 0.000 0.000 0.000 0.000 inspect.py:1508(currentframe) | |
42 0.000 0.000 0.000 0.000 _collections_abc.py:394(__subclasshook__) | |
1 0.000 0.000 0.000 0.000 _make.py:2965(_AndValidator) | |
1 0.000 0.000 0.000 0.000 outcomes.py:51(Skipped) | |
1 0.000 0.000 0.000 0.000 {built-in method _hashlib.openssl_sha224} | |
1 0.000 0.000 0.000 0.000 commands.py:313(<listcomp>) | |
1 0.000 0.000 0.000 0.000 threading.py:505(__init__) | |
1 0.000 0.000 0.000 0.000 _version_info.py:37(_from_version_string) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:153(<listcomp>) | |
1 0.000 0.000 0.000 0.000 parsers.py:134(RegexParser) | |
1 0.000 0.000 0.000 0.000 numbers.py:147(Real) | |
8 0.000 0.000 0.000 0.000 idtracking.py:116(load) | |
2 0.000 0.000 0.000 0.000 idtracking.py:291(visit_For) | |
1 0.000 0.000 0.000 0.000 process.py:71(BaseProcess) | |
15 0.000 0.000 0.000 0.000 enum.py:352(__members__) | |
27/26 0.000 0.000 0.000 0.000 idtracking.py:68(find_ref) | |
1 0.000 0.000 0.000 0.000 :1(_AttributesAttributes) | |
1 0.000 0.000 0.000 0.000 L034.py:9(Rule_L034) | |
1 0.000 0.000 0.000 0.000 L019.py:14(Rule_L019) | |
1 0.000 0.000 0.000 0.000 threading.py:750(Thread) | |
1 0.000 0.000 0.000 0.000 calendar.py:50(_localized_month) | |
1 0.000 0.000 0.000 0.000 __init__.py:849(Handler) | |
1 0.000 0.000 0.000 0.000 greedy.py:17(GreedyUntil) | |
10 0.000 0.000 0.000 0.000 collect.py:32(__getattr__) | |
1 0.000 0.000 0.000 0.000 _compat.py:61(_NonClosingTextIOWrapper) | |
21 0.000 0.000 0.000 0.000 chardistribution.py:61(reset) | |
1 0.000 0.000 0.000 0.000 _compat.py:504(should_strip_ansi) | |
82 0.000 0.000 0.000 0.000 {built-in method builtins.globals} | |
2 0.000 0.000 0.000 0.000 linted_file.py:199(is_clean) | |
1 0.000 0.000 0.000 0.000 L032.py:7(Rule_L032) | |
1 0.000 0.000 0.000 0.000 types.py:538(FloatRange) | |
1 0.000 0.000 0.000 0.000 local.py:320(dirpath) | |
9 0.000 0.000 0.000 0.000 pyparsing.py:3841(__str__) | |
3 0.000 0.000 0.000 0.000 sre_parse.py:861(_parse_flags) | |
1 0.000 0.000 0.000 0.000 L021.py:7(Rule_L021) | |
10 0.000 0.000 0.000 0.000 __init__.py:181(getmod) | |
5 0.000 0.000 0.000 0.000 runtime.py:296(get_exported) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:324(ParseResults) | |
1 0.000 0.000 0.000 0.000 core.py:1461(__init__) | |
2 0.000 0.000 0.000 0.000 datetime.py:819(__new__) | |
2 0.000 0.000 0.000 0.000 os.py:766(getenv) | |
6 0.000 0.000 0.000 0.000 core.py:1804(add_command) | |
1 0.000 0.000 0.000 0.000 threading.py:364(notify_all) | |
15 0.000 0.000 0.000 0.000 ssl.py:965(_sslcopydoc) | |
1 0.000 0.000 0.000 0.000 compiler.py:1362(_FinalizeInfo) | |
1 0.000 0.000 0.000 0.000 utils.py:184(KeepOpenFile) | |
1 0.000 0.000 0.000 0.000 L015.py:10(Rule_L015) | |
1 0.000 0.000 0.000 0.000 <template>:1(<module>) | |
1 0.000 0.000 0.000 0.000 python.py:178(get_context) | |
40 0.000 0.000 0.000 0.000 _make.py:690(<genexpr>) | |
1 0.000 0.000 0.000 0.000 formatters.py:202(CallbackFormatter) | |
1 0.000 0.000 0.000 0.000 runner.py:371(SetupState) | |
1 0.000 0.000 0.000 0.000 L011.py:13(Rule_L011) | |
1 0.000 0.000 0.000 0.000 L013.py:8(Rule_L013) | |
60 0.000 0.000 0.000 0.000 {built-in method builtins.divmod} | |
1 0.000 0.000 0.000 0.000 __init__.py:222(MarkMatcher) | |
17 0.000 0.000 0.000 0.000 dataclasses.py:595(_is_classvar) | |
1 0.000 0.000 0.000 0.000 validators.py:184(_OptionalValidator) | |
1 0.000 0.000 0.000 0.000 L016.py:15(Rule_L016) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:768(AliasedObjectReferenceSegment) | |
32 0.000 0.000 0.000 0.000 __init__.py:1754(__init__) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:4160(__init__) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:433(__delitem__) | |
12 0.000 0.000 0.000 0.000 match_wrapper.py:43(inner_match_wrapper) | |
3 0.000 0.000 0.000 0.000 {method 'append' of 'collections.deque' objects} | |
1 0.000 0.000 0.000 0.000 L008.py:10(Rule_L008) | |
18 0.000 0.000 0.000 0.000 {built-in method builtins.locals} | |
2 0.000 0.000 0.000 0.000 jpcntx.py:123(__init__) | |
1 0.000 0.000 0.000 0.000 futures.py:29(Future) | |
30 0.000 0.000 0.000 0.000 lexer.py:735(<genexpr>) | |
12 0.000 0.000 0.000 0.000 opcode.py:43(name_op) | |
1 0.000 0.000 0.000 0.000 common.py:131(PathBase) | |
40 0.000 0.000 0.000 0.000 inspect.py:2539(kind) | |
2 0.000 0.000 0.000 0.000 python.py:566(_split_uniques_coalesce_rest) | |
1 0.000 0.000 0.000 0.000 __init__.py:1370(NullProvider) | |
7 0.000 0.000 0.000 0.000 globals.py:46(push_context) | |
1 0.000 0.000 0.000 0.000 warnings.py:130(filterwarnings) | |
85 0.000 0.000 0.000 0.000 _compat_pickle.py:167(<genexpr>) | |
1 0.000 0.000 0.000 0.000 pathlib.py:1016(Path) | |
24 0.000 0.000 0.000 0.000 codingstatemachine.py:63(reset) | |
10 0.000 0.000 0.000 0.000 enum.py:847(_high_bit) | |
2 0.000 0.000 0.000 0.000 appdirs.py:407(AppDirs) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:807(ShorthandCastSegment) | |
1 0.000 0.000 0.000 0.000 L041.py:10(Rule_L041) | |
43 0.000 0.000 0.000 0.000 typing.py:1388(final) | |
1 0.000 0.000 0.000 0.000 validators.py:218(_InValidator) | |
3 0.000 0.000 0.000 0.000 {built-in method _locale.setlocale} | |
1 0.000 0.000 0.000 0.000 formatters.py:245(_format_config) | |
6 0.000 0.000 0.000 0.000 __init__.py:908(__bool__) | |
13 0.000 0.000 0.000 0.000 utils.py:64(pass_environment) | |
26 0.000 0.000 0.000 0.000 lexer.py:144(<lambda>) | |
1 0.000 0.000 0.000 0.000 _compat.py:580(isatty) | |
71 0.000 0.000 0.000 0.000 signal.py:17(<lambda>) | |
1 0.000 0.000 0.000 0.000 L035.py:8(Rule_L035) | |
28 0.000 0.000 0.000 0.000 pyparsing.py:458(__bool__) | |
1 0.000 0.000 0.000 0.000 L009.py:10(Rule_L009) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2198(CommentClauseSegment) | |
2 0.000 0.000 0.000 0.000 chardistribution.py:133(__init__) | |
46 0.000 0.000 0.000 0.000 inspect.py:2535(annotation) | |
1 0.000 0.000 0.000 0.000 _unicodefun.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 trsock.py:5(TransportSocket) | |
7 0.000 0.000 0.000 0.000 dataclasses.py:351(<listcomp>) | |
8 0.000 0.000 0.000 0.000 cached_property.py:25(__init__) | |
1 0.000 0.000 0.000 0.000 L043.py:14(Rule_L043) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1587(BitwiseLShiftSegment) | |
13 0.000 0.000 0.000 0.000 _make.py:826(<listcomp>) | |
1 0.000 0.000 0.000 0.000 __init__.py:5(VendorImporter) | |
1 0.000 0.000 0.000 0.000 threading.py:222(__init__) | |
3 0.000 0.000 0.000 0.000 pyparsing.py:644(__getattr__) | |
1 0.000 0.000 0.000 0.000 L038.py:13(Rule_L038) | |
20 0.000 0.000 0.000 0.000 _manager.py:157(is_blocked) | |
1 0.000 0.000 0.000 0.000 selector_events.py:48(BaseSelectorEventLoop) | |
1 0.000 0.000 0.000 0.000 fixtures.py:876(FixtureLookupErrorRepr) | |
1 0.000 0.000 0.000 0.000 lexer.py:217(RegexLexer) | |
1 0.000 0.000 0.000 0.000 exceptions.py:88(TemplateSyntaxError) | |
5 0.000 0.000 0.000 0.000 parser.py:148(is_tuple_end) | |
5 0.000 0.000 0.000 0.000 typing_extensions.py:759(_define_guard) | |
1 0.000 0.000 0.000 0.000 threading.py:341(notify) | |
18 0.000 0.000 0.000 0.000 core.py:2146(__repr__) | |
39 0.000 0.000 0.000 0.000 _make.py:904(<genexpr>) | |
2 0.000 0.000 0.000 0.000 functools.py:185(<setcomp>) | |
6 0.000 0.000 0.000 0.000 jpcntx.py:131(reset) | |
3 0.000 0.000 0.000 0.000 compiler.py:1452(_output_child_pre) | |
16 0.000 0.000 0.000 0.000 dataclasses.py:468(_init_param) | |
1 0.000 0.000 0.000 0.000 ssl.py:812(SSLObject) | |
1 0.000 0.000 0.000 0.000 zipfile.py:795(ZipExtFile) | |
42 0.000 0.000 0.000 0.000 core.py:96(augment_usage_errors) | |
1 0.000 0.000 0.000 0.000 _compat.py:462(_AtomicFile) | |
1 0.000 0.000 0.000 0.000 _compat.py:214(_stream_is_misconfigured) | |
1 0.000 0.000 0.000 0.000 nodes.py:876(Slice) | |
1 0.000 0.000 0.000 0.000 __init__.py:1347(_fixupChildren) | |
1 0.000 0.000 0.000 0.000 visitor.py:50(NodeTransformer) | |
1 0.000 0.000 0.000 0.000 __init__.py:538(WorkingSet) | |
1 0.000 0.000 0.000 0.000 tempfile.py:623(SpooledTemporaryFile) | |
1 0.000 0.000 0.000 0.000 pickle.py:405(_Pickler) | |
1 0.000 0.000 0.000 0.000 subprocess.py:1706(_handle_exitstatus) | |
1 0.000 0.000 0.000 0.000 _manager.py:53(PluginManager) | |
1 0.000 0.000 0.000 0.000 parser.py:245(ParsingState) | |
9 0.000 0.000 0.000 0.000 posixpath.py:52(normcase) | |
2 0.000 0.000 0.000 0.000 core.py:2268(<genexpr>) | |
1 0.000 0.000 0.000 0.000 nodes.py:69(EvalContext) | |
1 0.000 0.000 0.000 0.000 fixtures.py:747(SubRequest) | |
1 0.000 0.000 0.000 0.000 {built-in method posix.waitpid} | |
1 0.000 0.000 0.000 0.000 threading.py:903(_set_tstate_lock) | |
1 0.000 0.000 0.000 0.000 chardistribution.py:193(__init__) | |
1 0.000 0.000 0.000 0.000 nodes.py:683(Keyword) | |
1 0.000 0.000 0.000 0.000 compiler.py:271(UndeclaredNameVisitor) | |
1 0.000 0.000 0.000 0.000 linter.py:63(__init__) | |
1 0.000 0.000 0.000 0.000 __init__.py:1748(LoggerAdapter) | |
2 0.000 0.000 0.000 0.000 contextlib.py:381(_exit_wrapper) | |
6 0.000 0.000 0.000 0.000 base.py:30(__init__) | |
6 0.000 0.000 0.000 0.000 base.py:46(cached_method_for_parse_context) | |
1 0.000 0.000 0.000 0.000 python.py:496(Module) | |
1 0.000 0.000 0.000 0.000 datetime.py:1211(time) | |
4 0.000 0.000 0.000 0.000 outcomes.py:96(decorate) | |
1 0.000 0.000 0.000 0.000 L047.py:11(Rule_L047) | |
16 0.000 0.000 0.000 0.000 dataclasses.py:402(_field_assign) | |
1 0.000 0.000 0.000 0.000 types.py:581(BoolParamType) | |
1 0.000 0.000 0.000 0.000 warnings.py:458(__enter__) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:618(ObjectReferencePart) | |
41 0.000 0.000 0.000 0.000 {method 'values' of 'dict' objects} | |
1 0.000 0.000 0.000 0.000 types.py:192(StringParamType) | |
1 0.000 0.000 0.000 0.000 nodes.py:669(Pair) | |
17 0.000 0.000 0.000 0.000 pathlib.py:951(is_absolute) | |
3 0.000 0.000 0.000 0.000 base.py:183(get_grammar) | |
1 0.000 0.000 0.000 0.000 L037.py:12(OrderByColumnInfo) | |
1 0.000 0.000 0.000 0.000 numbers.py:294(Integral) | |
33 0.000 0.000 0.000 0.000 pyparsing.py:317(__getitem__) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3184(__init__) | |
23 0.000 0.000 0.000 0.000 _callers.py:23(<listcomp>) | |
5 0.000 0.000 0.000 0.000 {built-in method _imp.exec_builtin} | |
1 0.000 0.000 0.000 0.000 _compat.py:87(_FixupStream) | |
1 0.000 0.000 0.000 0.000 compiler.py:252(DependencyFinderVisitor) | |
1 0.000 0.000 0.000 0.000 expression.py:188(Expression) | |
40 0.000 0.000 0.000 0.000 inspect.py:2531(default) | |
21 0.000 0.000 0.000 0.000 compiler.py:418(outdent) | |
1 0.000 0.000 0.000 0.000 types.py:606(UUIDParameterType) | |
1 0.000 0.000 0.000 0.000 inspect.py:2445(Parameter) | |
1 0.000 0.000 0.000 0.000 selectors.py:80(BaseSelector) | |
1 0.000 0.000 0.000 0.000 __init__.py:253(_MarkupEscapeHelper) | |
4 0.000 0.000 0.000 0.000 pyparsing.py:3015(parseImpl) | |
1 0.000 0.000 0.000 0.000 __init__.py:11(__init__) | |
19 0.000 0.000 0.000 0.000 typing.py:886(<genexpr>) | |
1 0.000 0.000 0.000 0.000 environment.py:1522(TemplateModule) | |
21 0.000 0.000 0.000 0.000 environment.py:448(<lambda>) | |
2 0.000 0.000 0.000 0.000 utf8prober.py:44(reset) | |
1 0.000 0.000 0.000 0.000 base64mime.py:5(<module>) | |
1 0.000 0.000 0.000 0.000 core.py:1098(_main_shell_completion) | |
17 0.000 0.000 0.000 0.000 dataclasses.py:603(_is_initvar) | |
3 0.000 0.000 0.000 0.000 {built-in method posix.register_at_fork} | |
1 0.000 0.000 0.000 0.000 errors.py:7(SQLBaseError) | |
1 0.000 0.000 0.000 0.000 __init__.py:1377(__init__) | |
1 0.000 0.000 0.000 0.000 datetime.py:469(timedelta) | |
1 0.000 0.000 0.000 0.000 idtracking.py:174(RootVisitor) | |
13 0.000 0.000 0.000 0.000 pyparsing.py:506(haskeys) | |
1 0.000 0.000 0.000 0.000 cacheprovider.py:208(LFPluginCollWrapper) | |
1 0.000 0.000 0.000 0.000 specifiers.py:664(SpecifierSet) | |
8 0.000 0.000 0.000 0.000 utils.py:47(pass_eval_context) | |
13 0.000 0.000 0.000 0.000 compiler.py:597(leave_frame) | |
9 0.000 0.000 0.000 0.000 {built-in method time.monotonic} | |
1 0.000 0.000 0.000 0.000 _osx_support.py:1(<module>) | |
3 0.000 0.000 0.000 0.000 dataclasses.py:505(<dictcomp>) | |
1 0.000 0.000 0.000 0.000 _make.py:636(_ClassBuilder) | |
1 0.000 0.000 0.000 0.000 configparser.py:297(ParsingError) | |
1 0.000 0.000 0.000 0.000 structures.py:524(NodeKeywords) | |
20 0.000 0.000 0.000 0.000 fixtures.py:1156(_params_converter) | |
13 0.000 0.000 0.000 0.000 _make.py:836(<listcomp>) | |
1 0.000 0.000 0.000 0.000 raw.py:233(KeywordSegment) | |
1 0.000 0.000 0.000 0.000 calendar.py:52(<listcomp>) | |
1 0.000 0.000 0.000 0.000 common.py:53(Checkers) | |
1 0.000 0.000 0.000 0.000 jinja.py:99(_extract_libraries_from_config) | |
1 0.000 0.000 0.000 0.000 nodes.py:643(List) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3199(__init__) | |
1 0.000 0.000 0.000 0.000 argparse.py:1619(ArgumentParser) | |
36 0.000 0.000 0.000 0.000 core.py:647(lookup_default) | |
1 0.000 0.000 0.000 0.000 _osx_support.py:276(_override_all_archs) | |
2 0.000 0.000 0.000 0.000 {method 'title' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 jpcntx.py:116(JapaneseContextAnalysis) | |
1 0.000 0.000 0.000 0.000 local.py:119(Checkers) | |
1 0.000 0.000 0.000 0.000 cp949prober.py:34(CP949Prober) | |
1 0.000 0.000 0.000 0.000 types.py:436(convert) | |
1 0.000 0.000 0.000 0.000 python.py:753(Class) | |
1 0.000 0.000 0.000 0.000 nodes.py:576(Const) | |
1 0.000 0.000 0.000 0.000 constructor.py:19(BaseConstructor) | |
1 0.000 0.000 0.000 0.000 environment.py:608(lex) | |
2 0.000 0.000 0.000 0.000 python.py:161(__init__) | |
1 0.000 0.000 0.000 0.000 zipfile.py:318(ZipInfo) | |
1 0.000 0.000 0.000 0.000 zipfile.py:737(_SharedFile) | |
1 0.000 0.000 0.000 0.000 idtracking.py:202(visit_For) | |
12 0.000 0.000 0.000 0.000 match_wrapper.py:28(match_wrapper) | |
2 0.000 0.000 0.000 0.000 glob.py:23(iglob) | |
1 0.000 0.000 0.000 0.000 _compat.py:45(is_ascii_encoding) | |
13 0.000 0.000 0.000 0.000 inspect.py:487(getmro) | |
3 0.000 0.000 0.000 0.000 posixpath.py:505(<listcomp>) | |
10 0.000 0.000 0.000 0.000 _make.py:2074(_setattr) | |
1 0.000 0.000 0.000 0.000 _policybase.py:112(Policy) | |
1 0.000 0.000 0.000 0.000 _config.py:1(<module>) | |
7 0.000 0.000 0.000 0.000 __init__.py:1226(append) | |
12 0.000 0.000 0.000 0.000 compiler.py:941(<genexpr>) | |
5 0.000 0.000 0.000 0.000 compiler.py:741(pop_parameter_definitions) | |
1 0.000 0.000 0.000 0.000 enum.py:36(_make_class_unpicklable) | |
26 0.000 0.000 0.000 0.000 {method '__init_subclass__' of 'object' objects} | |
2 0.000 0.000 0.000 0.000 linted_dir.py:103(<genexpr>) | |
1 0.000 0.000 0.000 0.000 _compression.py:33(DecompressReader) | |
1 0.000 0.000 0.000 0.000 _make.py:61(_Nothing) | |
13 0.000 0.000 0.000 0.000 __init__.py:3143(_always_object) | |
21 0.000 0.000 0.000 0.000 compiler.py:414(indent) | |
1 0.000 0.000 0.000 0.000 __init__.py:1737(__init__) | |
1 0.000 0.000 0.000 0.000 base_subprocess.py:10(BaseSubprocessTransport) | |
19 0.000 0.000 0.000 0.000 core.py:777(set_parameter_source) | |
3 0.000 0.000 0.000 0.000 _weakrefset.py:81(add) | |
1 0.000 0.000 0.000 0.000 <template>:5(root) | |
5 0.000 0.000 0.000 0.000 sre_parse.py:288(seek) | |
17 0.000 0.000 0.000 0.000 lib.py:32(get_configs_info) | |
1 0.000 0.000 0.000 0.000 oyaml.py:35(<listcomp>) | |
1 0.000 0.000 0.000 0.000 bdb.py:653(Breakpoint) | |
1 0.000 0.000 0.000 0.000 __init__.py:1377(Logger) | |
1 0.000 0.000 0.000 0.000 selector_events.py:747(_SelectorSocketTransport) | |
15 0.000 0.000 0.000 0.000 _make.py:933(make_unhashable) | |
1 0.000 0.000 0.000 0.000 sslproto.py:284(_SSLProtocolTransport) | |
1 0.000 0.000 0.000 0.000 zipfile.py:2260(Path) | |
7 0.000 0.000 0.000 0.000 compiler.py:255(__init__) | |
18 0.000 0.000 0.000 0.000 sre_parse.py:162(__delitem__) | |
6 0.000 0.000 0.000 0.000 __init__.py:2359(_is_zip_egg) | |
1 0.000 0.000 0.000 0.000 pathlib.py:395(_NormalAccessor) | |
1 0.000 0.000 0.000 0.000 capture.py:350(FDCaptureBinary) | |
7 0.000 0.000 0.000 0.000 ephemeral.py:47(allow_ephemeral) | |
43 0.000 0.000 0.000 0.000 _compat_pickle.py:165(<genexpr>) | |
10 0.000 0.000 0.000 0.000 _error.py:43(__getattr__) | |
5 0.000 0.000 0.000 0.000 nodes.py:613(as_const) | |
1 0.000 0.000 0.000 0.000 python_api.py:44(ApproxBase) | |
1 0.000 0.000 0.000 0.000 _compat.py:232(_is_compatible_text_stream) | |
1 0.000 0.000 0.000 0.000 _make.py:2473(Attribute) | |
1 0.000 0.000 0.000 0.000 csv.py:80(DictReader) | |
18 0.000 0.000 0.000 0.000 idtracking.py:235(__init__) | |
1 0.000 0.000 0.000 0.000 parsers.py:107(NamedParser) | |
1 0.000 0.000 0.000 0.000 :1(_InstanceOfValidatorAttributes) | |
1 0.000 0.000 0.000 0.000 subprocess.py:907(__exit__) | |
1 0.000 0.000 0.000 0.000 quopri.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 plistlib.py:275(_PlistParser) | |
20 0.000 0.000 0.000 0.000 fixtures.py:1136(_ensure_immutable_ids) | |
1 0.000 0.000 0.000 0.000 queues.py:21(Queue) | |
2 0.000 0.000 0.000 0.000 L010.py:193(<genexpr>) | |
1 0.000 0.000 0.000 0.000 linting_result.py:57(stop_timer) | |
1 0.000 0.000 0.000 0.000 utf8prober.py:35(UTF8Prober) | |
1 0.000 0.000 0.000 0.000 inspect.py:1826(_signature_is_builtin) | |
1 0.000 0.000 0.000 0.000 ephemeral.py:10(EphemeralSegment) | |
1 0.000 0.000 0.000 0.000 hebrewprober.py:128(HebrewProber) | |
6 0.000 0.000 0.000 0.000 types.py:411(__init__) | |
3 0.000 0.000 0.000 0.000 core.py:2929(_parse_decls) | |
1 0.000 0.000 0.000 0.000 chardistribution.py:218(__init__) | |
1 0.000 0.000 0.000 0.000 base.py:26(RawFileSlice) | |
1 0.000 0.000 0.000 0.000 types.py:180(UnprocessedParamType) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1172(WildcardExpressionSegment) | |
1 0.000 0.000 0.000 0.000 globals.py:56(resolve_color_default) | |
1 0.000 0.000 0.000 0.000 core.py:1693(resolve_command) | |
1 0.000 0.000 0.000 0.000 utils.py:597(__setitem__) | |
14 0.000 0.000 0.000 0.000 typing.py:1062(<genexpr>) | |
1 0.000 0.000 0.000 0.000 subprocess.py:1048(poll) | |
1 0.000 0.000 0.000 0.000 python.py:850(Instance) | |
1 0.000 0.000 0.000 0.000 string.py:80(Template) | |
1 0.000 0.000 0.000 0.000 unix_events.py:47(_UnixSelectorEventLoop) | |
7 0.000 0.000 0.000 0.000 core.py:838(__init__) | |
39 0.000 0.000 0.000 0.000 {method 'popleft' of 'collections.deque' objects} | |
4 0.000 0.000 0.000 0.000 outcomes.py:95(_with_exception) | |
7 0.000 0.000 0.000 0.000 pyparsing.py:4197(__str__) | |
1 0.000 0.000 0.000 0.000 core.py:2952(add_to_parser) | |
1 0.000 0.000 0.000 0.000 selectors.py:506(KqueueSelector) | |
12 0.000 0.000 0.000 0.000 {built-in method builtins.round} | |
1 0.000 0.000 0.000 0.000 inspect.py:2730(Signature) | |
10 0.000 0.000 0.000 0.000 _policybase.py:104(<genexpr>) | |
28 0.000 0.000 0.000 0.000 enums.py:59(get_num_categories) | |
1 0.000 0.000 0.000 0.000 conditional.py:12(Conditional) | |
1 0.000 0.000 0.000 0.000 version.py:106(LegacyVersion) | |
1 0.000 0.000 0.000 0.000 __init__.py:100(Value) | |
6 0.000 0.000 0.000 0.000 __init__.py:2551(is_version_line) | |
2 0.000 0.000 0.000 0.000 linted_dir.py:102(<genexpr>) | |
1 0.000 0.000 0.000 0.000 subprocess.py:99(CalledProcessError) | |
1 0.000 0.000 0.000 0.000 bz2.py:30(BZ2File) | |
1 0.000 0.000 0.000 0.000 sslproto.py:36(_SSLPipe) | |
1 0.000 0.000 0.000 0.000 linting_result.py:43(<dictcomp>) | |
22 0.000 0.000 0.000 0.000 parser.py:118(normalize_opt) | |
1 0.000 0.000 0.000 0.000 socket.py:626(SocketIO) | |
38 0.000 0.000 0.000 0.000 {built-in method _ctypes.sizeof} | |
42 0.000 0.000 0.000 0.000 base.py:92(<lambda>) | |
1 0.000 0.000 0.000 0.000 euctwprober.py:33(EUCTWProber) | |
1 0.000 0.000 0.000 0.000 __init__.py:83(ApiModule) | |
1 0.000 0.000 0.000 0.000 runner.py:217(get_runner) | |
1 0.000 0.000 0.000 0.000 specifiers.py:104(_IndividualSpecifier) | |
1 0.000 0.000 0.000 0.000 {built-in method _hashlib.openssl_sha384} | |
1 0.000 0.000 0.000 0.000 nodes.py:359(CallBlock) | |
1 0.000 0.000 0.000 0.000 zipfile.py:1114(_ZipWriteFile) | |
6 0.000 0.000 0.000 0.000 ext.py:76(__init_subclass__) | |
10 0.000 0.000 0.000 0.000 __future__.py:81(__init__) | |
1 0.000 0.000 0.000 0.000 code.py:1039(ReprTracebackNative) | |
1 0.000 0.000 0.000 0.000 chardistribution.py:152(__init__) | |
6 0.000 0.000 0.000 0.000 {method 'rsplit' of 'str' objects} | |
13 0.000 0.000 0.000 0.000 compiler.py:605(choose_async) | |
12 0.000 0.000 0.000 0.000 pyparsing.py:315(__init__) | |
1 0.000 0.000 0.000 0.000 typing.py:1578(SupportsRound) | |
1 0.000 0.000 0.000 0.000 nodes.py:1082(MarkSafe) | |
1 0.000 0.000 0.000 0.000 {built-in method math.exp} | |
5 0.000 0.000 0.000 0.000 validators.py:281(is_callable) | |
1 0.000 0.000 0.000 0.000 _collections_abc.py:254(__subclasshook__) | |
1 0.000 0.000 0.000 0.000 __init__.py:1692(ZipProvider) | |
5 0.000 0.000 0.000 0.000 constructor.py:165(add_multi_constructor) | |
1 0.000 0.000 0.000 0.000 base.py:1142(BaseFileSegment) | |
1 0.000 0.000 0.000 0.000 chardistribution.py:171(__init__) | |
1 0.000 0.000 0.000 0.000 weakref.py:284(update) | |
1 0.000 0.000 0.000 0.000 :1(TempPathFactoryAttributes) | |
3 0.000 0.000 0.000 0.000 _make.py:2226(fmt_setter_with_converter) | |
1 0.000 0.000 0.000 0.000 argparse.py:1253(_ActionsContainer) | |
1 0.000 0.000 0.000 0.000 nodes.py:379(With) | |
1 0.000 0.000 0.000 0.000 pytester.py:1470(LineComp) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:3150(DatePartFunctionNameSegment) | |
2 0.000 0.000 0.000 0.000 parser.py:355(_process_args_for_options) | |
4 0.000 0.000 0.000 0.000 {built-in method sys.exc_info} | |
3 0.000 0.000 0.000 0.000 dataclasses.py:541(<listcomp>) | |
1 0.000 0.000 0.000 0.000 __init__.py:1111(ResourceManager) | |
1 0.000 0.000 0.000 0.000 calendar.py:148(Calendar) | |
10 0.000 0.000 0.000 0.000 nodes.py:551(can_assign) | |
1 0.000 0.000 0.000 0.000 representer.py:13(BaseRepresenter) | |
9 0.000 0.000 0.000 0.000 compiler.py:696(<genexpr>) | |
1 0.000 0.000 0.000 0.000 winterm.py:22(WinTerm) | |
1 0.000 0.000 0.000 0.000 universaldetector.py:94(reset) | |
1 0.000 0.000 0.000 0.000 calendar.py:154(__init__) | |
2 0.000 0.000 0.000 0.000 parser.py:267(__init__) | |
1 0.000 0.000 0.000 0.000 inspect.py:2600(BoundArguments) | |
1 0.000 0.000 0.000 0.000 linting_result.py:34(__init__) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3818(NotAny) | |
1 0.000 0.000 0.000 0.000 metadata.py:455(MetadataPathFinder) | |
1 0.000 0.000 0.000 0.000 __init__.py:275(ContextualVersionConflict) | |
1 0.000 0.000 0.000 0.000 chardistribution.py:114(__init__) | |
1 0.000 0.000 0.000 0.000 nodes.py:897(Concat) | |
1 0.000 0.000 0.000 0.000 visitor.py:16(NodeVisitor) | |
1 0.000 0.000 0.000 0.000 __init__.py:1614(_register) | |
6 0.000 0.000 0.000 0.000 __init__.py:16(search_path) | |
7 0.000 0.000 0.000 0.000 utils.py:30(pass_context) | |
30 0.000 0.000 0.000 0.000 pathlib.py:310(casefold_parts) | |
1 0.000 0.000 0.000 0.000 traceback.py:440(TracebackException) | |
1 0.000 0.000 0.000 0.000 typing.py:1518(SupportsInt) | |
1 0.000 0.000 0.000 0.000 collect.py:24(__init__) | |
1 0.000 0.000 0.000 0.000 calendar.py:69(_localized_day) | |
5 0.000 0.000 0.000 0.000 compiler.py:384(temporary_identifier) | |
1 0.000 0.000 0.000 0.000 requirements.py:59(<lambda>) | |
1 0.000 0.000 0.000 0.000 reduction.py:33(ForkingPickler) | |
6 0.000 0.000 0.000 0.000 dataclasses.py:552(<genexpr>) | |
1 0.000 0.000 0.000 0.000 exceptions.py:256(FileError) | |
1 0.000 0.000 0.000 0.000 base.py:26(BracketInfo) | |
3 0.000 0.000 0.000 0.000 dataclasses.py:298(__init__) | |
2 0.000 0.000 0.000 0.000 types.py:279(<dictcomp>) | |
1 0.000 0.000 0.000 0.000 bccache.py:186(FileSystemBytecodeCache) | |
1 0.000 0.000 0.000 0.000 nodes.py:786(Filter) | |
1 0.000 0.000 0.000 0.000 exceptions.py:230(BadOptionUsage) | |
16 0.000 0.000 0.000 0.000 {method 'index' of 'tuple' objects} | |
6 0.000 0.000 0.000 0.000 opcode.py:47(jrel_op) | |
1 0.000 0.000 0.000 0.000 configparser.py:1192(ConfigParser) | |
2 0.000 0.000 0.000 0.000 linter.py:218(parse_noqa) | |
1 0.000 0.000 0.000 0.000 header.py:413(_ValueFormatter) | |
13 0.000 0.000 0.000 0.000 parsers.py:110(simple) | |
1 0.000 0.000 0.000 0.000 _parseaddr.py:203(AddrlistClass) | |
1 0.000 0.000 0.000 0.000 runner.py:104(ParallelRunner) | |
1 0.000 0.000 0.000 0.000 {method 'throw' of 'generator' objects} | |
5 0.000 0.000 0.000 0.000 compiler.py:158(__init__) | |
1 0.000 0.000 0.000 0.000 linted_file.py:191(num_violations) | |
3 0.000 0.000 0.000 0.000 dataclasses.py:922(<listcomp>) | |
1 0.000 0.000 0.000 0.000 logging.py:292(catching_logs) | |
1 0.000 0.000 0.000 0.000 charsetprober.py:35(CharSetProber) | |
2 0.000 0.000 0.000 0.000 _compat.py:223(_is_compat_stream_attr) | |
4 0.000 0.000 0.000 0.000 inspect.py:513(_is_wrapper) | |
25 0.000 0.000 0.000 0.000 {method 'clear' of 'dict' objects} | |
2 0.000 0.000 0.000 0.000 util.py:402(register_pattern) | |
2 0.000 0.000 0.000 0.000 formatters.py:236(_dispatch) | |
1 0.000 0.000 0.000 0.000 :1(CallInfoAttributes) | |
1 0.000 0.000 0.000 0.000 big5prober.py:34(Big5Prober) | |
1 0.000 0.000 0.000 0.000 nodes.py:990(And) | |
1 0.000 0.000 0.000 0.000 lexer.py:31(TemplateElement) | |
1 0.000 0.000 0.000 0.000 queue.py:27(Queue) | |
1 0.000 0.000 0.000 0.000 :1(FormattedExcinfoAttributes) | |
3 0.000 0.000 0.000 0.000 threading.py:81(RLock) | |
1 0.000 0.000 0.000 0.000 _make.py:2831(Factory) | |
6 0.000 0.000 0.000 0.000 _collections_abc.py:700(__init__) | |
1 0.000 0.000 0.000 0.000 serializer.py:11(Serializer) | |
1 0.000 0.000 0.000 0.000 requirements.py:82(Requirement) | |
1 0.000 0.000 0.000 0.000 streams.py:310(StreamWriter) | |
1 0.000 0.000 0.000 0.000 pathlib.py:135(<setcomp>) | |
1 0.000 0.000 0.000 0.000 python.py:126(try_simple) | |
1 0.000 0.000 0.000 0.000 traceback.py:227(FrameSummary) | |
1 0.000 0.000 0.000 0.000 nodes.py:607(TemplateData) | |
3 0.000 0.000 0.000 0.000 dataclasses.py:938(<listcomp>) | |
2 0.000 0.000 0.000 0.000 environment.py:125(_environment_config_check) | |
1 0.000 0.000 0.000 0.000 oyaml.py:36(<listcomp>) | |
6 0.000 0.000 0.000 0.000 posixpath.py:512(<listcomp>) | |
1 0.000 0.000 0.000 0.000 sjisprober.py:36(SJISProber) | |
1 0.000 0.000 0.000 0.000 resolver.py:12(BaseResolver) | |
5 0.000 0.000 0.000 0.000 opcode.py:51(jabs_op) | |
1 0.000 0.000 0.000 0.000 :1(VersionInfoAttributes) | |
4 0.000 0.000 0.000 0.000 config.py:143(get_global) | |
1 0.000 0.000 0.000 0.000 L026.py:9(Rule_L026) | |
1 0.000 0.000 0.000 0.000 __init__.py:510(Formatter) | |
2 0.000 0.000 0.000 0.000 lexer.py:459(__new__) | |
1 0.000 0.000 0.000 0.000 ansitowin32.py:16(StreamWrapper) | |
1 0.000 0.000 0.000 0.000 sbcharsetprober.py:45(SingleByteCharSetProber) | |
2 0.000 0.000 0.000 0.000 {built-in method _codecs.lookup} | |
1 0.000 0.000 0.000 0.000 __init__.py:1256(Manager) | |
1 0.000 0.000 0.000 0.000 fixtures.py:819(FixtureLookupError) | |
1 0.000 0.000 0.000 0.000 {method 'toordinal' of 'datetime.date' objects} | |
7 0.000 0.000 0.000 0.000 optimizer.py:27(__init__) | |
18 0.000 0.000 0.000 0.000 core.py:2313(resolve_envvar_value) | |
1 0.000 0.000 0.000 0.000 environment.py:1562(TemplateExpression) | |
1 0.000 0.000 0.000 0.000 tasks.py:98(Task) | |
1 0.000 0.000 0.000 0.000 python_api.py:139(ApproxMapping) | |
1 0.000 0.000 0.000 0.000 constructor.py:482(FullConstructor) | |
6 0.000 0.000 0.000 0.000 __init__.py:2333(_cygwin_patch) | |
1 0.000 0.000 0.000 0.000 bccache.py:44(Bucket) | |
1 0.000 0.000 0.000 0.000 __init__.py:3091(Requirement) | |
1 0.000 0.000 0.000 0.000 context.py:67(__enter__) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3256(ParseExpression) | |
1 0.000 0.000 0.000 0.000 selectors.py:206(_BaseSelectorImpl) | |
1 0.000 0.000 0.000 0.000 configparser.py:1237(SectionProxy) | |
11 0.000 0.000 0.000 0.000 async_utils.py:11(async_variant) | |
1 0.000 0.000 0.000 0.000 _error.py:35(ErrorMaker) | |
1 0.000 0.000 0.000 0.000 shlex.py:19(shlex) | |
4 0.000 0.000 0.000 0.000 compiler.py:745(mark_parameter_stored) | |
8 0.000 0.000 0.000 0.000 types.py:584(convert) | |
1 0.000 0.000 0.000 0.000 utf8prober.py:76(get_confidence) | |
1 0.000 0.000 0.000 0.000 zipfile.py:1954(PyZipFile) | |
1 0.000 0.000 0.000 0.000 plistlib.py:417(_PlistWriter) | |
1 0.000 0.000 0.000 0.000 :1(FixtureFunctionMarkerAttributes) | |
9 0.000 0.000 0.000 0.000 posixpath.py:508(<genexpr>) | |
1 0.000 0.000 0.000 0.000 parser.py:66(_fetch) | |
1 0.000 0.000 0.000 0.000 pathspec.py:37(PathSpec) | |
1 0.000 0.000 0.000 0.000 {built-in method math.sqrt} | |
3 0.000 0.000 0.000 0.000 inspect.py:1708(_signature_get_user_defined_method) | |
1 0.000 0.000 0.000 0.000 unix_events.py:1248(ThreadedChildWatcher) | |
1 0.000 0.000 0.000 0.000 winterm.py:6(WinColor) | |
1 0.000 0.000 0.000 0.000 parser.py:316(add_argument) | |
1 0.000 0.000 0.000 0.000 transports.py:9(BaseTransport) | |
4 0.000 0.000 0.000 0.000 appdirs.py:17(<genexpr>) | |
1 0.000 0.000 0.000 0.000 nodes.py:1150(Scope) | |
1 0.000 0.000 0.000 0.000 threading.py:900(_set_native_id) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3914(__str__) | |
1 0.000 0.000 0.000 0.000 bccache.py:287(MemcachedBytecodeCache) | |
8 0.000 0.000 0.000 0.000 conditional.py:45(<genexpr>) | |
1 0.000 0.000 0.000 0.000 chardistribution.py:40(CharDistributionAnalysis) | |
9 0.000 0.000 0.000 0.000 {method 'endswith' of 'bytes' objects} | |
2 0.000 0.000 0.000 0.000 {method 'pop' of 'collections.deque' objects} | |
2 0.000 0.000 0.000 0.000 validators.py:200(optional) | |
1 0.000 0.000 0.000 0.000 subprocess.py:136(TimeoutExpired) | |
1 0.000 0.000 0.000 0.000 escprober.py:35(EscCharSetProber) | |
1 0.000 0.000 0.000 0.000 nodes.py:466(Expr) | |
1 0.000 0.000 0.000 0.000 capture.py:194(CaptureIO) | |
8 0.000 0.000 0.000 0.000 __init__.py:14(core_templaters) | |
1 0.000 0.000 0.000 0.000 __init__.py:64(install) | |
1 0.000 0.000 0.000 0.000 _compat.py:136(metadata_proxy) | |
1 0.000 0.000 0.000 0.000 oyaml.py:28(<listcomp>) | |
6 0.000 0.000 0.000 0.000 types.py:237(__init__) | |
1 0.000 0.000 0.000 0.000 globals.py:22(get_current_context) | |
1 0.000 0.000 0.000 0.000 jpcntx.py:183(SJISContextAnalysis) | |
1 0.000 0.000 0.000 0.000 reports.py:388(CollectErrorRepr) | |
1 0.000 0.000 0.000 0.000 warning_types.py:52(PytestExperimentalApiWarning) | |
1 0.000 0.000 0.000 0.000 __init__.py:1868(FileMetadata) | |
1 0.000 0.000 0.000 0.000 nodes.py:832(Getitem) | |
1 0.000 0.000 0.000 0.000 __init__.py:2976(EggInfoDistribution) | |
1 0.000 0.000 0.000 0.000 coroutines.py:36(CoroWrapper) | |
1 0.000 0.000 0.000 0.000 version.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 debugging.py:285(PdbInvoke) | |
1 0.000 0.000 0.000 0.000 __init__.py:1625(EmptyProvider) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:1298(addCondition) | |
1 0.000 0.000 0.000 0.000 meta.py:24(enter_frame) | |
1 0.000 0.000 0.000 0.000 plistlib.py:139(Data) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2479(<listcomp>) | |
1 0.000 0.000 0.000 0.000 __init__.py:34(DummyProcess) | |
1 0.000 0.000 0.000 0.000 __init__.py:109(Traceback) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:4163(__lshift__) | |
10 0.000 0.000 0.000 0.000 typing.py:320(__init__) | |
1 0.000 0.000 0.000 0.000 __init__.py:5(<module>) | |
17 0.000 0.000 0.000 0.000 {method 'discard' of 'set' objects} | |
1 0.000 0.000 0.000 0.000 weakref.py:395(__setitem__) | |
1 0.000 0.000 0.000 0.000 __init__.py:362(YAMLObject) | |
1 0.000 0.000 0.000 0.000 {method 'seek' of '_io.BufferedReader' objects} | |
1 0.000 0.000 0.000 0.000 :1(ReprEntryAttributes) | |
1 0.000 0.000 0.000 0.000 typing_extensions.py:2286(ParamSpec) | |
2 0.000 0.000 0.000 0.000 lib.py:17(get_templaters) | |
1 0.000 0.000 0.000 0.000 __init__.py:243(VersionConflict) | |
1 0.000 0.000 0.000 0.000 lexer.py:141(<dictcomp>) | |
1 0.000 0.000 0.000 0.000 _typing.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 :1(FuncFixtureInfoAttributes) | |
3 0.000 0.000 0.000 0.000 __init__.py:1220(__init__) | |
1 0.000 0.000 0.000 0.000 selector_events.py:603(_SelectorTransport) | |
1 0.000 0.000 0.000 0.000 selectors.py:341(_PollLikeSelector) | |
1 0.000 0.000 0.000 0.000 :1(PseudoFixtureDefAttributes) | |
1 0.000 0.000 0.000 0.000 _structures.py:7(InfinityType) | |
1 0.000 0.000 0.000 0.000 nodes.py:489(BinExpr) | |
1 0.000 0.000 0.000 0.000 selectors.py:290(SelectSelector) | |
1 0.000 0.000 0.000 0.000 euckrprober.py:34(EUCKRProber) | |
1 0.000 0.000 0.000 0.000 validators.py:54(instance_of) | |
1 0.000 0.000 0.000 0.000 runner.py:193(MultiThreadRunner) | |
4 0.000 0.000 0.000 0.000 configparser.py:874(optionxform) | |
1 0.000 0.000 0.000 0.000 csv.py:130(DictWriter) | |
1 0.000 0.000 0.000 0.000 base.py:671(<listcomp>) | |
1 0.000 0.000 0.000 0.000 nodes.py:514(UnaryExpr) | |
1 0.000 0.000 0.000 0.000 unix_events.py:948(SafeChildWatcher) | |
1 0.000 0.000 0.000 0.000 nodes.py:854(Getattr) | |
13 0.000 0.000 0.000 0.000 _make.py:831(<dictcomp>) | |
1 0.000 0.000 0.000 0.000 typing.py:539(TypeVar) | |
1 0.000 0.000 0.000 0.000 exceptions.py:46(LimitOverrunError) | |
1 0.000 0.000 0.000 0.000 zipfile.py:613(LZMACompressor) | |
1 0.000 0.000 0.000 0.000 gitwildmatch.py:36(GitWildMatchPattern) | |
1 0.000 0.000 0.000 0.000 nodes.py:1157(OverlayScope) | |
1 0.000 0.000 0.000 0.000 threading.py:573(Barrier) | |
1 0.000 0.000 0.000 0.000 events.py:99(TimerHandle) | |
1 0.000 0.000 0.000 0.000 eucjpprober.py:36(EUCJPProber) | |
1 0.000 0.000 0.000 0.000 decoder.py:635(TomlDecoder) | |
1 0.000 0.000 0.000 0.000 :1(MarkAttributes) | |
2 0.000 0.000 0.000 0.000 ansitowin32.py:55(closed) | |
3 0.000 0.000 0.000 0.000 compiler.py:1468(_output_child_post) | |
3 0.000 0.000 0.000 0.000 _hooks.py:17(__init__) | |
1 0.000 0.000 0.000 0.000 charsetgroupprober.py:32(CharSetGroupProber) | |
1 0.000 0.000 0.000 0.000 locks.py:247(Event) | |
5 0.000 0.000 0.000 0.000 {method 'startswith' of 'bytearray' objects} | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3046(White) | |
1 0.000 0.000 0.000 0.000 _endian.py:23(_swapped_meta) | |
1 0.000 0.000 0.000 0.000 capture.py:468(FDCapture) | |
3 0.000 0.000 0.000 0.000 dataclasses.py:947(<listcomp>) | |
5 0.000 0.000 0.000 0.000 L022.py:76(<genexpr>) | |
1 0.000 0.000 0.000 0.000 argparse.py:1565(_ArgumentGroup) | |
1 0.000 0.000 0.000 0.000 utils.py:461(PacifyFlushWrapper) | |
5 0.000 0.000 0.000 0.000 runtime.py:298(<dictcomp>) | |
1 0.000 0.000 0.000 0.000 gb2312prober.py:33(GB2312Prober) | |
1 0.000 0.000 0.000 0.000 connection.py:18(Listener) | |
1 0.000 0.000 0.000 0.000 __init__.py:1589(addHandler) | |
1 0.000 0.000 0.000 0.000 util.py:428(AlreadyRegisteredError) | |
1 0.000 0.000 0.000 0.000 nodes.py:1000(Or) | |
1 0.000 0.000 0.000 0.000 threading.py:376(Semaphore) | |
1 0.000 0.000 0.000 0.000 typing_extensions.py:2392(_ConcatenateGenericAlias) | |
1 0.000 0.000 0.000 0.000 :1(_MatchesReValidatorAttributes) | |
1 0.000 0.000 0.000 0.000 _tracing.py:6(TagTracer) | |
1 0.000 0.000 0.000 0.000 {method 'union' of 'frozenset' objects} | |
1 0.000 0.000 0.000 0.000 typing.py:1528(SupportsFloat) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:4234(Combine) | |
2 0.000 0.000 0.000 0.000 representer.py:71(add_multi_representer) | |
1 0.000 0.000 0.000 0.000 ansi.py:49(AnsiFore) | |
1 0.000 0.000 0.000 0.000 _result.py:19(_Result) | |
1 0.000 0.000 0.000 0.000 parse.py:210(_NetlocResultMixinBytes) | |
1 0.000 0.000 0.000 0.000 _compat.py:209(set_closure_cell) | |
1 0.000 0.000 0.000 0.000 calendar.py:72(<listcomp>) | |
1 0.000 0.000 0.000 0.000 :1(TempdirFactoryAttributes) | |
1 0.000 0.000 0.000 0.000 local.py:26(Stat) | |
1 0.000 0.000 0.000 0.000 base_events.py:205(_SendfileFallbackProtocol) | |
1 0.000 0.000 0.000 0.000 :1(TokenAttributes) | |
1 0.000 0.000 0.000 0.000 tempfile.py:768(TemporaryDirectory) | |
1 0.000 0.000 0.000 0.000 :1(WarningReportAttributes) | |
1 0.000 0.000 0.000 0.000 {built-in method posix.WIFSIGNALED} | |
1 0.000 0.000 0.000 0.000 latin1prober.py:96(Latin1Prober) | |
1 0.000 0.000 0.000 0.000 pattern.py:62(RegexPattern) | |
1 0.000 0.000 0.000 0.000 warnings.py:477(__exit__) | |
1 0.000 0.000 0.000 0.000 __init__.py:487(IMetadataProvider) | |
3 0.000 0.000 0.000 0.000 dataclasses.py:941(<listcomp>) | |
1 0.000 0.000 0.000 0.000 _hooks.py:305(HookImpl) | |
4 0.000 0.000 0.000 0.000 L047.py:111(<listcomp>) | |
1 0.000 0.000 0.000 0.000 context.py:86(ParseContext) | |
1 0.000 0.000 0.000 0.000 nodes.py:392(Block) | |
1 0.000 0.000 0.000 0.000 typing.py:1568(SupportsAbs) | |
1 0.000 0.000 0.000 0.000 threading.py:1306(current_thread) | |
1 0.000 0.000 0.000 0.000 streams.py:390(StreamReader) | |
9 0.000 0.000 0.000 0.000 typing.py:286(__init_subclass__) | |
1 0.000 0.000 0.000 0.000 logging.py:318(LogCaptureHandler) | |
1 0.000 0.000 0.000 0.000 composer.py:11(Composer) | |
1 0.000 0.000 0.000 0.000 base.py:302(get_root_segment) | |
1 0.000 0.000 0.000 0.000 queues.py:239(LifoQueue) | |
1 0.000 0.000 0.000 0.000 warnings.py:437(__init__) | |
1 0.000 0.000 0.000 0.000 random.py:103(__init_subclass__) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3715(ParseElementEnhance) | |
1 0.000 0.000 0.000 0.000 warning_types.py:45(PytestDeprecationWarning) | |
1 0.000 0.000 0.000 0.000 _base.py:313(Future) | |
3 0.000 0.000 0.000 0.000 datetime.py:2199(_create) | |
1 0.000 0.000 0.000 0.000 nodes.py:1176(EvalContextModifier) | |
1 0.000 0.000 0.000 0.000 version.py:67(_BaseVersion) | |
3 0.000 0.000 0.000 0.000 nodes.py:471(as_const) | |
1 0.000 0.000 0.000 0.000 functools.py:931(__init__) | |
1 0.000 0.000 0.000 0.000 base.py:97(LintFix) | |
1 0.000 0.000 0.000 0.000 _structures.py:48(NegativeInfinityType) | |
1 0.000 0.000 0.000 0.000 streams.py:203(StreamReaderProtocol) | |
1 0.000 0.000 0.000 0.000 base.py:376(source_only_slices) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:314(_ParseResultsWithOffset) | |
1 0.000 0.000 0.000 0.000 _make.py:2684(<listcomp>) | |
1 0.000 0.000 0.000 0.000 saferepr.py:38(SafeRepr) | |
1 0.000 0.000 0.000 0.000 euctwfreq.py:44(<module>) | |
1 0.000 0.000 0.000 0.000 traceback.py:318(StackSummary) | |
1 0.000 0.000 0.000 0.000 tempfile.py:123(_RandomNameSequence) | |
1 0.000 0.000 0.000 0.000 nodes.py:449(Assign) | |
1 0.000 0.000 0.000 0.000 protocols.py:109(BufferedProtocol) | |
1 0.000 0.000 0.000 0.000 zipfile.py:2187(CompleteDirs) | |
1 0.000 0.000 0.000 0.000 core.py:2250(check_iter) | |
1 0.000 0.000 0.000 0.000 __init__.py:1595(DefaultProvider) | |
1 0.000 0.000 0.000 0.000 __init__.py:189(AliasModule) | |
1 0.000 0.000 0.000 0.000 feedparser.py:45(BufferedSubFile) | |
1 0.000 0.000 0.000 0.000 typing.py:1538(SupportsComplex) | |
1 0.000 0.000 0.000 0.000 lexer.py:267(Token) | |
1 0.000 0.000 0.000 0.000 reduction.py:251(AbstractReducer) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2383(NoMatch) | |
1 0.000 0.000 0.000 0.000 capture.py:213(DontReadFromInput) | |
1 0.000 0.000 0.000 0.000 numbers.py:267(Rational) | |
2 0.000 0.000 0.000 0.000 tokenize.py:60(maybe) | |
1 0.000 0.000 0.000 0.000 __init__.py:310(CDLL) | |
1 0.000 0.000 0.000 0.000 runtime.py:1071(StrictUndefined) | |
1 0.000 0.000 0.000 0.000 :1(ExceptionInfoAttributes) | |
1 0.000 0.000 0.000 0.000 nodes.py:371(FilterBlock) | |
2 0.000 0.000 0.000 0.000 parser.py:246(__init__) | |
1 0.000 0.000 0.000 0.000 string.py:161(Formatter) | |
1 0.000 0.000 0.000 0.000 context.py:49(<dictcomp>) | |
1 0.000 0.000 0.000 0.000 runner.py:175(MultiProcessRunner) | |
1 0.000 0.000 0.000 0.000 subprocess.py:634(_use_posix_spawn) | |
1 0.000 0.000 0.000 0.000 gb2312freq.py:42(<module>) | |
1 0.000 0.000 0.000 0.000 utils.py:744(Cycler) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3097(_PositionToken) | |
1 0.000 0.000 0.000 0.000 :1(InvocationParamsAttributes) | |
1 0.000 0.000 0.000 0.000 subprocess.py:116(Process) | |
1 0.000 0.000 0.000 0.000 parse.py:143(_NetlocResultMixinBase) | |
1 0.000 0.000 0.000 0.000 base.py:122(__eq__) | |
2 0.000 0.000 0.000 0.000 pyparsing.py:460(__iter__) | |
1 0.000 0.000 0.000 0.000 types.py:148(CompositeParamType) | |
1 0.000 0.000 0.000 0.000 nodes.py:1189(ScopedEvalContextModifier) | |
1 0.000 0.000 0.000 0.000 representer.py:272(Representer) | |
1 0.000 0.000 0.000 0.000 unix_events.py:436(_UnixReadPipeTransport) | |
1 0.000 0.000 0.000 0.000 __init__.py:1038(StreamHandler) | |
1 0.000 0.000 0.000 0.000 pathlib.py:506(_PreciseSelector) | |
1 0.000 0.000 0.000 0.000 selectors.py:433(PollSelector) | |
1 0.000 0.000 0.000 0.000 codingstatemachine.py:33(CodingStateMachine) | |
1 0.000 0.000 0.000 0.000 util.py:475(RecursionError) | |
1 0.000 0.000 0.000 0.000 _hooks.py:184(_HookCaller) | |
1 0.000 0.000 0.000 0.000 events.py:25(Handle) | |
1 0.000 0.000 0.000 0.000 meta.py:14(TrackingCodeGenerator) | |
1 0.000 0.000 0.000 0.000 threading.py:1281(_DummyThread) | |
1 0.000 0.000 0.000 0.000 :1(_DeepMappingAttributes) | |
1 0.000 0.000 0.000 0.000 _manager.py:36(DistFacade) | |
1 0.000 0.000 0.000 0.000 ssl.py:446(_ASN1Object) | |
2 0.000 0.000 0.000 0.000 ansitowin32.py:116(get_win32_calls) | |
1 0.000 0.000 0.000 0.000 formatters.py:224(__init__) | |
1 0.000 0.000 0.000 0.000 L018.py:9(Rule_L018) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:205(ParseBaseException) | |
1 0.000 0.000 0.000 0.000 {method 'union' of 'set' objects} | |
1 0.000 0.000 0.000 0.000 utils.py:42(make_str) | |
3 0.000 0.000 0.000 0.000 datetime.py:41(_days_before_year) | |
1 0.000 0.000 0.000 0.000 feedparser.py:136(FeedParser) | |
1 0.000 0.000 0.000 0.000 weakref.py:419(get) | |
1 0.000 0.000 0.000 0.000 _make.py:72(__new__) | |
1 0.000 0.000 0.000 0.000 pathlib.py:136(<setcomp>) | |
1 0.000 0.000 0.000 0.000 pytester.py:210(ParsedCall) | |
1 0.000 0.000 0.000 0.000 errors.py:148(SQLLintError) | |
1 0.000 0.000 0.000 0.000 metadata.py:386(FastPath) | |
1 0.000 0.000 0.000 0.000 latin1prober.py:103(reset) | |
1 0.000 0.000 0.000 0.000 events.py:163(AbstractServer) | |
1 0.000 0.000 0.000 0.000 common.py:17(RuleTuple) | |
1 0.000 0.000 0.000 0.000 plistlib.py:178(UID) | |
1 0.000 0.000 0.000 0.000 :1(ReprFileLocationAttributes) | |
3 0.000 0.000 0.000 0.000 __init__.py:491(CFunctionType) | |
1 0.000 0.000 0.000 0.000 euckrfreq.py:41(<module>) | |
1 0.000 0.000 0.000 0.000 parse.py:353(_fix_result_transcoding) | |
1 0.000 0.000 0.000 0.000 encoder.py:129(TomlEncoder) | |
5 0.000 0.000 0.000 0.000 reduction.py:43(register) | |
1 0.000 0.000 0.000 0.000 subprocess.py:935(__del__) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:693(_asStringList) | |
1 0.000 0.000 0.000 0.000 selectors.py:60(_SelectorMapping) | |
1 0.000 0.000 0.000 0.000 calendar.py:546(different_locale) | |
1 0.000 0.000 0.000 0.000 types.py:504(IntRange) | |
2 0.000 0.000 0.000 0.000 L023.py:65(<genexpr>) | |
1 0.000 0.000 0.000 0.000 optimizer.py:26(Optimizer) | |
9 0.000 0.000 0.000 0.000 enum.py:893(<lambda>) | |
1 0.000 0.000 0.000 0.000 enum.py:346(__iter__) | |
1 0.000 0.000 0.000 0.000 charset.py:167(Charset) | |
1 0.000 0.000 0.000 0.000 context.py:18(RootParseContext) | |
1 0.000 0.000 0.000 0.000 metadata.py:344(Context) | |
1 0.000 0.000 0.000 0.000 subprocess.py:18(SubprocessStreamProtocol) | |
5 0.000 0.000 0.000 0.000 enum.py:347(<genexpr>) | |
1 0.000 0.000 0.000 0.000 typing.py:1558(SupportsIndex) | |
1 0.000 0.000 0.000 0.000 typing.py:1548(SupportsBytes) | |
1 0.000 0.000 0.000 0.000 decoder.py:254(JSONDecoder) | |
1 0.000 0.000 0.000 0.000 :1(ReprTracebackAttributes) | |
1 0.000 0.000 0.000 0.000 <attrs generated init attr._version_info.VersionInfo>:1(__init__) | |
1 0.000 0.000 0.000 0.000 pathlib.py:284(_PosixFlavour) | |
1 0.000 0.000 0.000 0.000 linting_result.py:53(add) | |
1 0.000 0.000 0.000 0.000 subprocess.py:904(__enter__) | |
1 0.000 0.000 0.000 0.000 threading.py:210(Condition) | |
1 0.000 0.000 0.000 0.000 L036.py:22(Rule_L036) | |
1 0.000 0.000 0.000 0.000 base.py:1115(UnparsableSegment) | |
5 0.000 0.000 0.000 0.000 pyparsing.py:666(<lambda>) | |
1 0.000 0.000 0.000 0.000 base.py:681(<listcomp>) | |
1 0.000 0.000 0.000 0.000 common.py:70(EnrichedFixPatch) | |
4 0.000 0.000 0.000 0.000 parser.py:775(parse_postfix) | |
1 0.000 0.000 0.000 0.000 tokenize.py:59(any) | |
1 0.000 0.000 0.000 0.000 subprocess.py:241(_cleanup) | |
1 0.000 0.000 0.000 0.000 commands.py:54(RedWarningsFilter) | |
1 0.000 0.000 0.000 0.000 L024.py:8(Rule_L024) | |
1 0.000 0.000 0.000 0.000 L010.py:197(<listcomp>) | |
1 0.000 0.000 0.000 0.000 encoder.py:104(__init__) | |
1 0.000 0.000 0.000 0.000 pickle.py:200(_Framer) | |
2 0.000 0.000 0.000 0.000 base.py:115(__bool__) | |
12 0.000 0.000 0.000 0.000 meta.py:21(write) | |
1 0.000 0.000 0.000 0.000 :1(CacheAttributes) | |
1 0.000 0.000 0.000 0.000 ansi.py:36(AnsiCursor) | |
1 0.000 0.000 0.000 0.000 header.py:541(_Accumulator) | |
1 0.000 0.000 0.000 0.000 base.py:441(__eq__) | |
1 0.000 0.000 0.000 0.000 enums.py:17(LanguageFilter) | |
1 0.000 0.000 0.000 0.000 __init__.py:48(IniConfig) | |
1 0.000 0.000 0.000 0.000 metadata.py:434(Prepared) | |
3 0.000 0.000 0.000 0.000 dataclasses.py:177(__init__) | |
1 0.000 0.000 0.000 0.000 _compression.py:9(BaseStream) | |
1 0.000 0.000 0.000 0.000 inspect.py:1838(_signature_is_functionlike) | |
2 0.000 0.000 0.000 0.000 {built-in method math.log} | |
1 0.000 0.000 0.000 0.000 gitwildmatch.py:370(GitIgnorePattern) | |
1 0.000 0.000 0.000 0.000 ansi.py:71(AnsiBack) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:2148(TableEndClauseSegment) | |
1 0.000 0.000 0.000 0.000 :1(UnformattedWarningAttributes) | |
1 0.000 0.000 0.000 0.000 types.py:496(IntParamType) | |
1 0.000 0.000 0.000 0.000 __init__.py:288(DistributionNotFound) | |
1 0.000 0.000 0.000 0.000 oyaml.py:29(<listcomp>) | |
10 0.000 0.000 0.000 0.000 {method 'bit_length' of 'int' objects} | |
1 0.000 0.000 0.000 0.000 threading.py:94(_RLock) | |
1 0.000 0.000 0.000 0.000 filters.py:1170(_GroupTuple) | |
1 0.000 0.000 0.000 0.000 context.py:175(ParseBlacklist) | |
6 0.000 0.000 0.000 0.000 core.py:68(_check_multicommand) | |
1 0.000 0.000 0.000 0.000 pytester.py:195(PytestArg) | |
1 0.000 0.000 0.000 0.000 L004.py:10(Rule_L004) | |
1 0.000 0.000 0.000 0.000 _policybase.py:271(Compat32) | |
2 0.000 0.000 0.000 0.000 sre_parse.py:98(checkgroup) | |
1 0.000 0.000 0.000 0.000 configparser.py:168(Error) | |
1 0.000 0.000 0.000 0.000 tempfile.py:407(_TemporaryFileCloser) | |
1 0.000 0.000 0.000 0.000 {built-in method _hashlib.openssl_md5} | |
1 0.000 0.000 0.000 0.000 L007.py:8(Rule_L007) | |
1 0.000 0.000 0.000 0.000 local.py:61(PosixPath) | |
5 0.000 0.000 0.000 0.000 datetime.py:46(_days_in_month) | |
3 0.000 0.000 0.000 0.000 config.py:492(from_kwargs) | |
7 0.000 0.000 0.000 0.000 ext.py:108(filter_stream) | |
1 0.000 0.000 0.000 0.000 _make.py:2682(<listcomp>) | |
1 0.000 0.000 0.000 0.000 simple.py:6(APIParsingError) | |
1 0.000 0.000 0.000 0.000 queue.py:255(_PySimpleQueue) | |
1 0.000 0.000 0.000 0.000 metadata.py:479(PathDistribution) | |
1 0.000 0.000 0.000 0.000 runner.py:203(DelayedException) | |
1 0.000 0.000 0.000 0.000 :1(ReprExceptionInfoAttributes) | |
1 0.000 0.000 0.000 0.000 calendar.py:410(HTMLCalendar) | |
1 0.000 0.000 0.000 0.000 lexer.py:24(LexedElement) | |
1 0.000 0.000 0.000 0.000 calendar.py:293(TextCalendar) | |
1 0.000 0.000 0.000 0.000 warning_types.py:71(PytestUnhandledCoroutineWarning) | |
1 0.000 0.000 0.000 0.000 runtime.py:133(TemplateReference) | |
1 0.000 0.000 0.000 0.000 encoder.py:73(JSONEncoder) | |
1 0.000 0.000 0.000 0.000 utils.py:812(Namespace) | |
6 0.000 0.000 0.000 0.000 pyparsing.py:4296(postParse) | |
1 0.000 0.000 0.000 0.000 {built-in method _ctypes.dlopen} | |
4 0.000 0.000 0.000 0.000 linted_file.py:101(<listcomp>) | |
3 0.000 0.000 0.000 0.000 _version.py:4(<module>) | |
1 0.000 0.000 0.000 0.000 __init__.py:471(StringTemplateStyle) | |
4 0.000 0.000 0.000 0.000 generator.py:18(__init__) | |
6 0.000 0.000 0.000 0.000 version.py:318(<genexpr>) | |
1 0.000 0.000 0.000 0.000 threading.py:249(__exit__) | |
1 0.000 0.000 0.000 0.000 L028.py:8(Rule_L028) | |
1 0.000 0.000 0.000 0.000 L049.py:10(Rule_L049) | |
1 0.000 0.000 0.000 0.000 {method 'rfind' of 'bytes' objects} | |
1 0.000 0.000 0.000 0.000 header.py:179(Header) | |
4 0.000 0.000 0.000 0.000 parser.py:788(parse_filter_expr) | |
9 0.000 0.000 0.000 0.000 {method 'casefold' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 _base.py:547(Executor) | |
1 0.000 0.000 0.000 0.000 :1(_DeepIterableAttributes) | |
1 0.000 0.000 0.000 0.000 pprint.py:77(_safe_key) | |
1 0.000 0.000 0.000 0.000 code.py:942(TerminalRepr) | |
1 0.000 0.000 0.000 0.000 __init__.py:351(__init__) | |
2 0.000 0.000 0.000 0.000 lexer.py:257(__init__) | |
1 0.000 0.000 0.000 0.000 main.py:418(FSHookProxy) | |
1 0.000 0.000 0.000 0.000 capture.py:178(EncodedFile) | |
3 0.000 0.000 0.000 0.000 decorators.py:210(argument) | |
1 0.000 0.000 0.000 0.000 :1(_ProvidesValidatorAttributes) | |
1 0.000 0.000 0.000 0.000 typing.py:1731(_TypedDictMeta) | |
1 0.000 0.000 0.000 0.000 jinja.py:127(ThisEmulator) | |
1 0.000 0.000 0.000 0.000 {method 'remove' of 'list' objects} | |
1 0.000 0.000 0.000 0.000 core.py:1918(_check_iter) | |
2 0.000 0.000 0.000 0.000 hebrewprober.py:164(reset) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2439(Keyword) | |
1 0.000 0.000 0.000 0.000 queues.py:223(PriorityQueue) | |
1 0.000 0.000 0.000 0.000 big5freq.py:43(<module>) | |
1 0.000 0.000 0.000 0.000 zipfile.py:636(LZMADecompressor) | |
1 0.000 0.000 0.000 0.000 ext.py:622(DebugExtension) | |
1 0.000 0.000 0.000 0.000 selector_events.py:985(_SelectorDatagramTransport) | |
1 0.000 0.000 0.000 0.000 metadata.py:119(PackagePath) | |
1 0.000 0.000 0.000 0.000 types.py:195(convert) | |
1 0.000 0.000 0.000 0.000 _meta.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 ast.py:336(NodeVisitor) | |
2 0.000 0.000 0.000 0.000 types.py:395(convert) | |
1 0.000 0.000 0.000 0.000 cached_property.py:77(cached_property_with_ttl) | |
1 0.000 0.000 0.000 0.000 types.py:530(FloatParamType) | |
4 0.000 0.000 0.000 0.000 __init__.py:329(register_loader_type) | |
1 0.000 0.000 0.000 0.000 :1(_OptionalValidatorAttributes) | |
1 0.000 0.000 0.000 0.000 charsetgroupprober.py:49(charset_name) | |
1 0.000 0.000 0.000 0.000 __init__.py:1190(_StderrHandler) | |
1 0.000 0.000 0.000 0.000 threading.py:246(__enter__) | |
1 0.000 0.000 0.000 0.000 __init__.py:1121(FileHandler) | |
1 0.000 0.000 0.000 0.000 runtime.py:1012(ChainableUndefined) | |
1 0.000 0.000 0.000 0.000 commands.py:228(<dictcomp>) | |
1 0.000 0.000 0.000 0.000 outcomes.py:90(_WithException) | |
1 0.000 0.000 0.000 0.000 :1(_bestrelpath_cacheAttributes) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:1607(ExpressionSegment) | |
6 0.000 0.000 0.000 0.000 pyparsing.py:4383(postParse) | |
1 0.000 0.000 0.000 0.000 argparsing.py:460(DropShorterLongHelpFormatter) | |
1 0.000 0.000 0.000 0.000 csv.py:23(Dialect) | |
1 0.000 0.000 0.000 0.000 dis.py:479(Bytecode) | |
2 0.000 0.000 0.000 0.000 _hooks.py:65(__init__) | |
1 0.000 0.000 0.000 0.000 plistlib.py:558(_BinaryPlistParser) | |
1 0.000 0.000 0.000 0.000 ext.py:575(ExprStmtExtension) | |
1 0.000 0.000 0.000 0.000 __init__.py:1261(__init__) | |
1 0.000 0.000 0.000 0.000 L001.py:6(Rule_L001) | |
1 0.000 0.000 0.000 0.000 transports.py:245(_FlowControlMixin) | |
1 0.000 0.000 0.000 0.000 cached_property.py:18(cached_property) | |
1 0.000 0.000 0.000 0.000 unix_events.py:1127(MultiLoopChildWatcher) | |
1 0.000 0.000 0.000 0.000 :1(_InValidatorAttributes) | |
6 0.000 0.000 0.000 0.000 runtime.py:216(<dictcomp>) | |
1 0.000 0.000 0.000 0.000 base.py:36(FixPatch) | |
1 0.000 0.000 0.000 0.000 _policybase.py:18(_PolicyBase) | |
1 0.000 0.000 0.000 0.000 subprocess.py:415(CompletedProcess) | |
1 0.000 0.000 0.000 0.000 __init__.py:55(DialectTuple) | |
1 0.000 0.000 0.000 0.000 typing.py:489(ForwardRef) | |
1 0.000 0.000 0.000 0.000 :1(_PytestWrapperAttributes) | |
1 0.000 0.000 0.000 0.000 expression.py:57(ParseError) | |
1 0.000 0.000 0.000 0.000 constructor.py:713(UnsafeConstructor) | |
1 0.000 0.000 0.000 0.000 plistlib.py:727(_BinaryPlistWriter) | |
1 0.000 0.000 0.000 0.000 __init__.py:20(SectionWrapper) | |
1 0.000 0.000 0.000 0.000 jisfreq.py:44(<module>) | |
1 0.000 0.000 0.000 0.000 __future__.py:80(_Feature) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest._code.code.FormattedExcinfo>:1(<module>) | |
2 0.000 0.000 0.000 0.000 {built-in method atexit.register} | |
1 0.000 0.000 0.000 0.000 L017.py:7(Rule_L017) | |
1 0.000 0.000 0.000 0.000 tokenize.py:45(TokenInfo) | |
1 0.000 0.000 0.000 0.000 lexer.py:295(TokenStreamIterator) | |
1 0.000 0.000 0.000 0.000 events.py:572(AbstractEventLoopPolicy) | |
1 0.000 0.000 0.000 0.000 dataclasses.py:231(Field) | |
1 0.000 0.000 0.000 0.000 :1(_AndValidatorAttributes) | |
1 0.000 0.000 0.000 0.000 plistlib.py:379(_DumbXMLWriter) | |
1 0.000 0.000 0.000 0.000 runner.py:26(__init__) | |
1 0.000 0.000 0.000 0.000 random.py:709(SystemRandom) | |
7 0.000 0.000 0.000 0.000 ext.py:99(preprocess) | |
1 0.000 0.000 0.000 0.000 :1(ExceptionChainReprAttributes) | |
5 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:771(is_package) | |
1 0.000 0.000 0.000 0.000 match_wrapper.py:8(WrapParseMatchLogObject) | |
4 0.000 0.000 0.000 0.000 idtracking.py:59(find_load) | |
1 0.000 0.000 0.000 0.000 argparse.py:107(_AttributeHolder) | |
1 0.000 0.000 0.000 0.000 :1(KeywordMatcherAttributes) | |
1 0.000 0.000 0.000 0.000 locks.py:106(Lock) | |
1 0.000 0.000 0.000 0.000 process.py:358(_ParentProcess) | |
1 0.000 0.000 0.000 0.000 :1(MarkMatcherAttributes) | |
2 0.000 0.000 0.000 0.000 <attrs generated init _pytest.warning_types.UnformattedWarning>:1(__init__) | |
1 0.000 0.000 0.000 0.000 parser.py:219(process) | |
1 0.000 0.000 0.000 0.000 queue.py:220(PriorityQueue) | |
1 0.000 0.000 0.000 0.000 __init__.py:510(IResourceProvider) | |
1 0.000 0.000 0.000 0.000 python.py:263(<listcomp>) | |
1 0.000 0.000 0.000 0.000 __init__.py:82(Namespace) | |
1 0.000 0.000 0.000 0.000 tokens.py:2(Token) | |
1 0.000 0.000 0.000 0.000 logging.py:810(_LiveLoggingNullHandler) | |
1 0.000 0.000 0.000 0.000 match_logging.py:6(LateLoggingObject) | |
2 0.000 0.000 0.000 0.000 ansitowin32.py:22(__init__) | |
1 0.000 0.000 0.000 0.000 decoder.py:69(CommentValue) | |
1 0.000 0.000 0.000 0.000 tempfile.py:450(_TemporaryFileWrapper) | |
1 0.000 0.000 0.000 0.000 python.py:319(_check_for_wrapped) | |
1 0.000 0.000 0.000 0.000 util.py:563(TreeEntry) | |
1 0.000 0.000 0.000 0.000 transports.py:72(WriteTransport) | |
1 0.000 0.000 0.000 0.000 __init__.py:688(BufferingFormatter) | |
7 0.000 0.000 0.000 0.000 compiler.py:939(<genexpr>) | |
1 0.000 0.000 0.000 0.000 python.py:460(<listcomp>) | |
1 0.000 0.000 0.000 0.000 pytester.py:594(CwdSnapshot) | |
1 0.000 0.000 0.000 0.000 exceptions.py:277(Exit) | |
1 0.000 0.000 0.000 0.000 python_api.py:169(ApproxSequencelike) | |
2 0.000 0.000 0.000 0.000 ext.py:89(__init__) | |
1 0.000 0.000 0.000 0.000 :1(ReprLocalsAttributes) | |
1 0.000 0.000 0.000 0.000 pickle.py:263(_Unframer) | |
1 0.000 0.000 0.000 0.000 streams.py:135(FlowControlMixin) | |
1 0.000 0.000 0.000 0.000 bdb.py:851(Tdb) | |
1 0.000 0.000 0.000 0.000 :1(ReprEntryNativeAttributes) | |
1 0.000 0.000 0.000 0.000 threading.py:1177(_make_invoke_excepthook) | |
1 0.000 0.000 0.000 0.000 sbcsgroupprober.py:46(SBCSGroupProber) | |
1 0.000 0.000 0.000 0.000 typing_extensions.py:1784(_AnnotatedAlias) | |
1 0.000 0.000 0.000 0.000 markers.py:295(Marker) | |
2 0.000 0.000 0.000 0.000 pathlib.py:60(__init__) | |
1 0.000 0.000 0.000 0.000 __init__.py:388(PyDLL) | |
1 0.000 0.000 0.000 0.000 linted_dir.py:37(add) | |
1 0.000 0.000 0.000 0.000 chardistribution.py:113(EUCTWDistributionAnalysis) | |
1 0.000 0.000 0.000 0.000 unix_events.py:1022(FastChildWatcher) | |
1 0.000 0.000 0.000 0.000 :1(ReprFuncArgsAttributes) | |
1 0.000 0.000 0.000 0.000 context.py:226(DefaultContext) | |
4 0.000 0.000 0.000 0.000 base.py:177(simple) | |
1 0.000 0.000 0.000 0.000 __init__.py:767(Filterer) | |
1 0.000 0.000 0.000 0.000 sandbox.py:396(ImmutableSandboxedEnvironment) | |
1 0.000 0.000 0.000 0.000 L033.py:10(Rule_L033) | |
1 0.000 0.000 0.000 0.000 pattern.py:23(Pattern) | |
1 0.000 0.000 0.000 0.000 ansi.py:25(AnsiCodes) | |
4 0.000 0.000 0.000 0.000 {built-in method sys.getrecursionlimit} | |
2 0.000 0.000 0.000 0.000 types.py:268(<dictcomp>) | |
3 0.000 0.000 0.000 0.000 pyparsing.py:3064(<genexpr>) | |
1 0.000 0.000 0.000 0.000 _make.py:2104(_assign_with_converter) | |
3 0.000 0.000 0.000 0.000 pyparsing.py:3066(<genexpr>) | |
1 0.000 0.000 0.000 0.000 unix_events.py:1337(_UnixDefaultEventLoopPolicy) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery.py:626(ColumnReferenceSegment) | |
3 0.000 0.000 0.000 0.000 __init__.py:54(exec_module) | |
1 0.000 0.000 0.000 0.000 protocols.py:9(BaseProtocol) | |
1 0.000 0.000 0.000 0.000 threading.py:261(_is_owned) | |
1 0.000 0.000 0.000 0.000 dataclasses.py:769(<listcomp>) | |
4 0.000 0.000 0.000 0.000 __init__.py:1952(register_finder) | |
1 0.000 0.000 0.000 0.000 locks.py:315(Condition) | |
1 0.000 0.000 0.000 0.000 enums.py:50(SequenceLikelihood) | |
4 0.000 0.000 0.000 0.000 compiler.py:770(parameter_is_undeclared) | |
1 0.000 0.000 0.000 0.000 typing.py:1641(NamedTuple) | |
1 0.000 0.000 0.000 0.000 capture.py:203(TeeCaptureIO) | |
1 0.000 0.000 0.000 0.000 tz.py:4(TomlTz) | |
1 0.000 0.000 0.000 0.000 connection.py:51(Connection) | |
1 0.000 0.000 0.000 0.000 errors.py:126(SQLParseError) | |
1 0.000 0.000 0.000 0.000 _tracing.py:53(TagTracerSub) | |
1 0.000 0.000 0.000 0.000 L031.py:105(TableAliasInfo) | |
1 0.000 0.000 0.000 0.000 base.py:41(RuleLoggingAdapter) | |
1 0.000 0.000 0.000 0.000 zipfile.py:775(_Tellable) | |
1 0.000 0.000 0.000 0.000 :1(MarkDecoratorAttributes) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest.fixtures.FixtureFunctionMarker>:1(<module>) | |
1 0.000 0.000 0.000 0.000 base.py:265(<dictcomp>) | |
1 0.000 0.000 0.000 0.000 __init__.py:272(LogRecord) | |
1 0.000 0.000 0.000 0.000 pathlib.py:56(_Flavour) | |
1 0.000 0.000 0.000 0.000 _hooks.py:9(HookspecMarker) | |
1 0.000 0.000 0.000 0.000 typing.py:1983(io) | |
1 0.000 0.000 0.000 0.000 core.py:1869(get_command) | |
1 0.000 0.000 0.000 0.000 __init__.py:741(__init__) | |
3 0.000 0.000 0.000 0.000 {built-in method sys.audit} | |
1 0.000 0.000 0.000 0.000 typing_extensions.py:1696(_TypedDictMeta) | |
1 0.000 0.000 0.000 0.000 match_logging.py:33(ParseMatchLogObject) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest.mark.structures.Mark>:1(<module>) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2838(QuotedString) | |
5 0.000 0.000 0.000 0.000 datetime.py:441(_check_tzinfo_arg) | |
1 0.000 0.000 0.000 0.000 _parseaddr.py:504(AddressList) | |
1 0.000 0.000 0.000 0.000 lexer.py:249(<listcomp>) | |
1 0.000 0.000 0.000 0.000 {method 'indices' of 'slice' objects} | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest.tmpdir.TempdirFactory>:1(<module>) | |
5 0.000 0.000 0.000 0.000 nodes.py:92(get_eval_context) | |
1 0.000 0.000 0.000 0.000 __init__.py:1115(__init__) | |
1 0.000 0.000 0.000 0.000 __init__.py:45(Code) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3591(Each) | |
1 0.000 0.000 0.000 0.000 nodes.py:538(Name) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest.terminal.WarningReport>:1(<module>) | |
2 0.000 0.000 0.000 0.000 {method 'acquire' of '_thread.lock' objects} | |
1 0.000 0.000 0.000 0.000 typing_extensions.py:1697(__init__) | |
1 0.000 0.000 0.000 0.000 reader.py:24(ReaderError) | |
1 0.000 0.000 0.000 0.000 cached_property.py:50(threaded_cached_property) | |
1 0.000 0.000 0.000 0.000 nodes.py:1064(InternalName) | |
2 0.000 0.000 0.000 0.000 __init__.py:429(__init__) | |
1 0.000 0.000 0.000 0.000 base_subprocess.py:255(WriteSubprocessPipeProto) | |
1 0.000 0.000 0.000 0.000 datetime.py:1141(tzinfo) | |
1 0.000 0.000 0.000 0.000 charsetgroupprober.py:57(language) | |
1 0.000 0.000 0.000 0.000 parser.py:16(Parser) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest._code.code.ExceptionInfo>:1(<module>) | |
1 0.000 0.000 0.000 0.000 csv.py:165(Sniffer) | |
1 0.000 0.000 0.000 0.000 error.py:4(Mark) | |
1 0.000 0.000 0.000 0.000 string.py:57(_TemplateMetaclass) | |
1 0.000 0.000 0.000 0.000 __init__.py:1575(EggProvider) | |
1 0.000 0.000 0.000 0.000 winterm.py:17(WinStyle) | |
1 0.000 0.000 0.000 0.000 __init__.py:925(_ReqExtras) | |
1 0.000 0.000 0.000 0.000 requirements.py:62(<lambda>) | |
1 0.000 0.000 0.000 0.000 __init__.py:893(subscribe) | |
1 0.000 0.000 0.000 0.000 __init__.py:1645(ZipManifests) | |
1 0.000 0.000 0.000 0.000 zipfile.py:2242(FastLookup) | |
1 0.000 0.000 0.000 0.000 lexer.py:522(<listcomp>) | |
1 0.000 0.000 0.000 0.000 context.py:229(__init__) | |
1 0.000 0.000 0.000 0.000 pathlib.py:795(name) | |
1 0.000 0.000 0.000 0.000 __init__.py:73(DummyRewriteHook) | |
1 0.000 0.000 0.000 0.000 __init__.py:359(_FuncPtr) | |
1 0.000 0.000 0.000 0.000 typing.py:281(_Final) | |
1 0.000 0.000 0.000 0.000 utils.py:798(Joiner) | |
1 0.000 0.000 0.000 0.000 L012.py:6(Rule_L012) | |
1 0.000 0.000 0.000 0.000 parse.py:765(Quoter) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3923(ZeroOrMore) | |
1 0.000 0.000 0.000 0.000 base.py:43(TemplatedFileSlice) | |
1 0.000 0.000 0.000 0.000 __init__.py:73(Frame) | |
1 0.000 0.000 0.000 0.000 scanner.py:35(SimpleKey) | |
1 0.000 0.000 0.000 0.000 unix_events.py:802(AbstractChildWatcher) | |
1 0.000 0.000 0.000 0.000 __init__.py:428(LibraryLoader) | |
1 0.000 0.000 0.000 0.000 _make.py:93(_CacheHashWrapper) | |
1 0.000 0.000 0.000 0.000 __init__.py:9(ParseError) | |
1 0.000 0.000 0.000 0.000 tasks.py:689(_GatheringFuture) | |
1 0.000 0.000 0.000 0.000 context.py:203(reducer) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3203(parseImpl) | |
1 0.000 0.000 0.000 0.000 base.py:558(__init__) | |
2 0.000 0.000 0.000 0.000 __init__.py:93(CFunctionType) | |
1 0.000 0.000 0.000 0.000 _base.py:75(_AsCompletedWaiter) | |
1 0.000 0.000 0.000 0.000 _base.py:60(_Waiter) | |
1 0.000 0.000 0.000 0.000 <attrs generated init attr.validators._DeepIterable>:1(<module>) | |
1 0.000 0.000 0.000 0.000 <attrs generated init attr.validators._DeepMapping>:1(<module>) | |
1 0.000 0.000 0.000 0.000 nodes.py:83(NodeMeta) | |
1 0.000 0.000 0.000 0.000 tokenize.py:162(Untokenizer) | |
1 0.000 0.000 0.000 0.000 __init__.py:347(YAMLObjectMetaclass) | |
1 0.000 0.000 0.000 0.000 exceptions.py:29(IncompleteReadError) | |
1 0.000 0.000 0.000 0.000 L025.py:9(Rule_L025) | |
1 0.000 0.000 0.000 0.000 _base.py:112(_AllCompletedWaiter) | |
1 0.000 0.000 0.000 0.000 generator.py:8(SegmentGenerator) | |
1 0.000 0.000 0.000 0.000 warning_types.py:11(PytestWarning) | |
1 0.000 0.000 0.000 0.000 markers.py:53(Node) | |
1 0.000 0.000 0.000 0.000 lexer.py:450(OptionalLStrip) | |
1 0.000 0.000 0.000 0.000 dataclasses.py:202(_InitVarMeta) | |
4 0.000 0.000 0.000 0.000 typing.py:739(<genexpr>) | |
1 0.000 0.000 0.000 0.000 exceptions.py:78(NotCallableError) | |
4 0.000 0.000 0.000 0.000 {built-in method _warnings._filters_mutated} | |
1 0.000 0.000 0.000 0.000 __init__.py:80(AssertionState) | |
1 0.000 0.000 0.000 0.000 __init__.py:1214(PlaceHolder) | |
1 0.000 0.000 0.000 0.000 locks.py:15(_ContextManager) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3444(Or) | |
1 0.000 0.000 0.000 0.000 nodes.py:938(Operand) | |
1 0.000 0.000 0.000 0.000 locks.py:437(Semaphore) | |
1 0.000 0.000 0.000 0.000 __init__.py:196(cmdline) | |
1 0.000 0.000 0.000 0.000 events.py:4(Event) | |
1 0.000 0.000 0.000 0.000 errors.py:33(MessageDefect) | |
1 0.000 0.000 0.000 0.000 scanner.py:32(ScannerError) | |
1 0.000 0.000 0.000 0.000 transports.py:46(ReadTransport) | |
1 0.000 0.000 0.000 0.000 parser.py:214(__init__) | |
1 0.000 0.000 0.000 0.000 __init__.py:145(py_object) | |
1 0.000 0.000 0.000 0.000 meta.py:76(TemplateSegment) | |
1 0.000 0.000 0.000 0.000 _compat.py:611(<lambda>) | |
1 0.000 0.000 0.000 0.000 parser.py:69(ParserError) | |
1 0.000 0.000 0.000 0.000 util.py:40(<listcomp>) | |
1 0.000 0.000 0.000 0.000 unix_events.py:895(BaseChildWatcher) | |
1 0.000 0.000 0.000 0.000 argparse.py:849(_StoreAction) | |
1 0.000 0.000 0.000 0.000 dumper.py:9(BaseDumper) | |
1 0.000 0.000 0.000 0.000 queue.py:239(LifoQueue) | |
1 0.000 0.000 0.000 0.000 typing.py:1610(NamedTupleMeta) | |
1 0.000 0.000 0.000 0.000 formatters.py:315(dispatch_lint_header) | |
2 0.000 0.000 0.000 0.000 calendar.py:74(__init__) | |
4 0.000 0.000 0.000 0.000 charsetprober.py:54(state) | |
1 0.000 0.000 0.000 0.000 nodes.py:555(NSRef) | |
1 0.000 0.000 0.000 0.000 parse.py:180(_NetlocResultMixinStr) | |
1 0.000 0.000 0.000 0.000 transports.py:191(SubprocessTransport) | |
1 0.000 0.000 0.000 0.000 decoder.py:1042(TomlPreserveCommentDecoder) | |
1 0.000 0.000 0.000 0.000 _error.py:8(Error) | |
1 0.000 0.000 0.000 0.000 {method 'flush' of '_io.TextIOWrapper' objects} | |
1 0.000 0.000 0.000 0.000 typing.py:290(_Immutable) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq _pytest.tmpdir.TempPathFactory>:1(<module>) | |
1 0.000 0.000 0.000 0.000 typing.py:1998(re) | |
1 0.000 0.000 0.000 0.000 cached_property.py:136(threaded_cached_property_with_ttl) | |
1 0.000 0.000 0.000 0.000 __init__.py:778(addFilter) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq _pytest.tmpdir.TempdirFactory>:1(<module>) | |
1 0.000 0.000 0.000 0.000 configparser.py:181(NoSectionError) | |
1 0.000 0.000 0.000 0.000 csv.py:54(excel) | |
1 0.000 0.000 0.000 0.000 _manager.py:24(PluginValidationError) | |
1 0.000 0.000 0.000 0.000 __init__.py:2135(NullHandler) | |
1 0.000 0.000 0.000 0.000 _osx_support.py:121(_get_system_version) | |
1 0.000 0.000 0.000 0.000 __init__.py:26(_AttrDict) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2975(CharsNotIn) | |
2 0.000 0.000 0.000 0.000 {built-in method maketrans} | |
1 0.000 0.000 0.000 0.000 charsetgroupprober.py:86(get_confidence) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest.tmpdir.TempPathFactory>:1(<module>) | |
1 0.000 0.000 0.000 0.000 dataclasses.py:206(InitVar) | |
1 0.000 0.000 0.000 0.000 enums.py:8(InputState) | |
1 0.000 0.000 0.000 0.000 __init__.py:105(PEP440Warning) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3233(WordEnd) | |
1 0.000 0.000 0.000 0.000 loader.py:11(BaseLoader) | |
1 0.000 0.000 0.000 0.000 ssl.py:153(<dictcomp>) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2606(Word) | |
1 0.000 0.000 0.000 0.000 exceptions.py:4(FrozenError) | |
1 0.000 0.000 0.000 0.000 protocols.py:66(Protocol) | |
1 0.000 0.000 0.000 0.000 dataclasses.py:289(_DataclassParams) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq attr.validators._InstanceOfValidator>:1(<module>) | |
1 0.000 0.000 0.000 0.000 configparser.py:360(Interpolation) | |
2 0.000 0.000 0.000 0.000 ansitowin32.py:106(should_wrap) | |
4 0.000 0.000 0.000 0.000 __init__.py:2167(register_namespace_handler) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq _pytest.fixtures.PseudoFixtureDef>:1(<module>) | |
1 0.000 0.000 0.000 0.000 context.py:220(Process) | |
1 0.000 0.000 0.000 0.000 feedparser.py:532(BytesFeedParser) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3523(MatchFirst) | |
1 0.000 0.000 0.000 0.000 anyof.py:216(OneOf) | |
1 0.000 0.000 0.000 0.000 nodes.py:1040(ExtensionAttribute) | |
1 0.000 0.000 0.000 0.000 ansi.py:93(AnsiStyle) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3213(WordStart) | |
1 0.000 0.000 0.000 0.000 _base.py:97(_FirstCompletedWaiter) | |
1 0.000 0.000 0.000 0.000 dataclasses.py:176(_FIELD_BASE) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3962(Optional) | |
1 0.000 0.000 0.000 0.000 nodes.py:2(Node) | |
1 0.000 0.000 0.000 0.000 chardistribution.py:170(Big5DistributionAnalysis) | |
1 0.000 0.000 0.000 0.000 monkeypatch.py:104(Notset) | |
1 0.000 0.000 0.000 0.000 typing.py:1023(Protocol) | |
1 0.000 0.000 0.000 0.000 argparse.py:1048(_VersionAction) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2504(CaselessLiteral) | |
1 0.000 0.000 0.000 0.000 encoder.py:242(TomlArraySeparatorEncoder) | |
1 0.000 0.000 0.000 0.000 socket.py:210(_GiveupOnSendfile) | |
1 0.000 0.000 0.000 0.000 pathlib.py:592(_PathParents) | |
1 0.000 0.000 0.000 0.000 bdb.py:13(BdbQuit) | |
1 0.000 0.000 0.000 0.000 inspect.py:892(BlockFinder) | |
1 0.000 0.000 0.000 0.000 __init__.py:3087(RequirementParseError) | |
1 0.000 0.000 0.000 0.000 decoder.py:20(JSONDecodeError) | |
1 0.000 0.000 0.000 0.000 logging.py:743(_FileHandler) | |
1 0.000 0.000 0.000 0.000 linted_dir.py:33(__init__) | |
4 0.000 0.000 0.000 0.000 {built-in method _sre.ascii_tolower} | |
1 0.000 0.000 0.000 0.000 nodes.py:415(Import) | |
1 0.000 0.000 0.000 0.000 {built-in method _hashlib.openssl_sha256} | |
1 0.000 0.000 0.000 0.000 L044.py:9(RuleFailure) | |
1 0.000 0.000 0.000 0.000 nodes.py:406(Include) | |
1 0.000 0.000 0.000 0.000 shutil.py:66(Error) | |
1 0.000 0.000 0.000 0.000 ext.py:600(WithExtension) | |
1 0.000 0.000 0.000 0.000 {built-in method time.time} | |
1 0.000 0.000 0.000 0.000 runner.py:90(SequentialRunner) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest.pytester.Testdir>:1(<module>) | |
2 0.000 0.000 0.000 0.000 dataclasses.py:765(_hash_set_none) | |
1 0.000 0.000 0.000 0.000 argparse.py:758(Action) | |
1 0.000 0.000 0.000 0.000 mbcsgroupprober.py:41(MBCSGroupProber) | |
1 0.000 0.000 0.000 0.000 threading.py:1230(Timer) | |
1 0.000 0.000 0.000 0.000 threading.py:896(_set_ident) | |
1 0.000 0.000 0.000 0.000 exceptions.py:4(UsageError) | |
1 0.000 0.000 0.000 0.000 __init__.py:3282(PkgResourcesDeprecationWarning) | |
1 0.000 0.000 0.000 0.000 capture.py:248(NoCapture) | |
1 0.000 0.000 0.000 0.000 csv.py:69(unix_dialect) | |
2 0.000 0.000 0.000 0.000 L018.py:77(<genexpr>) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest.fixtures.PseudoFixtureDef>:1(<module>) | |
1 0.000 0.000 0.000 0.000 queue.py:22(Full) | |
1 0.000 0.000 0.000 0.000 serializer.py:8(SerializerError) | |
1 0.000 0.000 0.000 0.000 ext.py:611(AutoEscapeExtension) | |
1 0.000 0.000 0.000 0.000 argparse.py:1029(_HelpAction) | |
1 0.000 0.000 0.000 0.000 constructor.py:16(ConstructorError) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3792(FollowedBy) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq attr.validators._OptionalValidator>:1(<module>) | |
1 0.000 0.000 0.000 0.000 runtime.py:1039(DebugUndefined) | |
1 0.000 0.000 0.000 0.000 locks.py:515(BoundedSemaphore) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3104(GoToColumn) | |
1 0.000 0.000 0.000 0.000 typing_extensions.py:2235(_Immutable) | |
1 0.000 0.000 0.000 0.000 metadata.py:135(FileHash) | |
5 0.000 0.000 0.000 0.000 <attrs generated init attr.validators._IsCallableValidator>:1(__init__) | |
1 0.000 0.000 0.000 0.000 L027.py:7(Rule_L027) | |
1 0.000 0.000 0.000 0.000 emitter.py:14(EmitterError) | |
1 0.000 0.000 0.000 0.000 representer.py:10(RepresenterError) | |
1 0.000 0.000 0.000 0.000 parser.py:71(HeaderParser) | |
1 0.000 0.000 0.000 0.000 nodes.py:1031(EnvironmentAttribute) | |
1 0.000 0.000 0.000 0.000 errors.py:93(NonPrintableDefect) | |
4 0.000 0.000 0.000 0.000 {built-in method _sre.ascii_iscased} | |
1 0.000 0.000 0.000 0.000 argparse.py:1233(Namespace) | |
1 0.000 0.000 0.000 0.000 encoder.py:236(TomlPreserveInlineDictEncoder) | |
1 0.000 0.000 0.000 0.000 context.py:178(__init__) | |
1 0.000 0.000 0.000 0.000 _policybase.py:41(__init__) | |
1 0.000 0.000 0.000 0.000 __init__.py:2087(NoDists) | |
1 0.000 0.000 0.000 0.000 argparse.py:1178(FileType) | |
1 0.000 0.000 0.000 0.000 config.py:139(__init__) | |
1 0.000 0.000 0.000 0.000 dataclasses.py:521(<genexpr>) | |
1 0.000 0.000 0.000 0.000 cyaml.py:51(CBaseDumper) | |
2 0.000 0.000 0.000 0.000 decorators.py:358(callback) | |
1 0.000 0.000 0.000 0.000 composer.py:8(ComposerError) | |
1 0.000 0.000 0.000 0.000 dataclasses.py:155(FrozenInstanceError) | |
1 0.000 0.000 0.000 0.000 python.py:1680(FunctionDefinition) | |
1 0.000 0.000 0.000 0.000 __init__.py:730(Filter) | |
1 0.000 0.000 0.000 0.000 _hooks.py:57(HookimplMarker) | |
1 0.000 0.000 0.000 0.000 <attrs generated hash _pytest.fixtures.PseudoFixtureDef>:1(<module>) | |
1 0.000 0.000 0.000 0.000 subprocess.py:96(SubprocessError) | |
1 0.000 0.000 0.000 0.000 exceptions.py:139(TemplateAssertionError) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:4278(Group) | |
1 0.000 0.000 0.000 0.000 validators.py:259(_IsCallableValidator) | |
1 0.000 0.000 0.000 0.000 pathlib.py:1545(WindowsPath) | |
1 0.000 0.000 0.000 0.000 parse.py:127(_ResultMixinStr) | |
1 0.000 0.000 0.000 0.000 :1(TestdirAttributes) | |
1 0.000 0.000 0.000 0.000 reduction.py:211(_C) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq _pytest.pytester.Testdir>:1(<module>) | |
1 0.000 0.000 0.000 0.000 context.py:271(ForkProcess) | |
1 0.000 0.000 0.000 0.000 emitter.py:17(ScalarAnalysis) | |
1 0.000 0.000 0.000 0.000 compiler.py:248(VisitorExit) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2527(CaselessKeyword) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest._code.code.ExceptionChainRepr>:1(<module>) | |
1 0.000 0.000 0.000 0.000 encoder.py:270(TomlNumpyEncoder) | |
1 0.000 0.000 0.000 0.000 specifiers.py:34(InvalidSpecifier) | |
1 0.000 0.000 0.000 0.000 configparser.py:1224(SafeConfigParser) | |
1 0.000 0.000 0.000 0.000 encoder.py:294(TomlPathlibEncoder) | |
1 0.000 0.000 0.000 0.000 metadata.py:37(PackageNotFoundError) | |
1 0.000 0.000 0.000 0.000 __init__.py:1731(RootLogger) | |
1 0.000 0.000 0.000 0.000 version.py:61(InvalidVersion) | |
1 0.000 0.000 0.000 0.000 nodes.py:311(Extends) | |
1 0.000 0.000 0.000 0.000 tokens.py:17(DirectiveToken) | |
1 0.000 0.000 0.000 0.000 dumper.py:27(SafeDumper) | |
1 0.000 0.000 0.000 0.000 argparse.py:1599(_MutuallyExclusiveGroup) | |
1 0.000 0.000 0.000 0.000 parse.py:135(_ResultMixinBytes) | |
1 0.000 0.000 0.000 0.000 requirements.py:22(InvalidRequirement) | |
1 0.000 0.000 0.000 0.000 jpcntx.py:212(EUCJPContextAnalysis) | |
1 0.000 0.000 0.000 0.000 dumper.py:45(Dumper) | |
2 0.000 0.000 0.000 0.000 subprocess.py:1724(_internal_poll) | |
1 0.000 0.000 0.000 0.000 <attrs generated hash attr.validators._InValidator>:1(<module>) | |
1 0.000 0.000 0.000 0.000 typing_extensions.py:2472(_ConcatenateForm) | |
1 0.000 0.000 0.000 0.000 cyaml.py:16(CBaseLoader) | |
1 0.000 0.000 0.000 0.000 zipfile.py:43(BadZipFile) | |
1 0.000 0.000 0.000 0.000 decoder.py:50(TomlDecodeError) | |
1 0.000 0.000 0.000 0.000 dataclasses.py:160(_HAS_DEFAULT_FACTORY_CLASS) | |
1 0.000 0.000 0.000 0.000 argparse.py:657(RawDescriptionHelpFormatter) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:4390(OnlyOnce) | |
1 0.000 0.000 0.000 0.000 events.py:36(StreamStartEvent) | |
1 0.000 0.000 0.000 0.000 context.py:300(ForkServerContext) | |
2 0.000 0.000 0.000 0.000 __init__.py:1999(find_nothing) | |
1 0.000 0.000 0.000 0.000 chardistribution.py:132(EUCKRDistributionAnalysis) | |
1 0.000 0.000 0.000 0.000 <attrs generated init attr._version_info.VersionInfo>:1(<module>) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:183(<genexpr>) | |
1 0.000 0.000 0.000 0.000 <attrs generated init attr._make._AndValidator>:1(<module>) | |
1 0.000 0.000 0.000 0.000 transports.py:166(DatagramTransport) | |
1 0.000 0.000 0.000 0.000 <attrs generated init attr.validators._MatchesReValidator>:1(<module>) | |
1 0.000 0.000 0.000 0.000 typing_extensions.py:778(_ExtensionsGenericMeta) | |
1 0.000 0.000 0.000 0.000 nodes.py:442(ExprStmt) | |
1 0.000 0.000 0.000 0.000 __init__.py:92(__docset) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest._code.code.ReprEntry>:1(<module>) | |
1 0.000 0.000 0.000 0.000 universaldetector.py:220(close) | |
1 0.000 0.000 0.000 0.000 compiler.py:293(CompilerExit) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest.main._bestrelpath_cache>:1(<module>) | |
1 0.000 0.000 0.000 0.000 chardistribution.py:217(EUCJPDistributionAnalysis) | |
1 0.000 0.000 0.000 0.000 argparse.py:200(_Section) | |
1 0.000 0.000 0.000 0.000 tokens.py:31(StreamStartToken) | |
1 0.000 0.000 0.000 0.000 argparse.py:696(MetavarTypeHelpFormatter) | |
1 0.000 0.000 0.000 0.000 parse.py:315(DefragResult) | |
1 0.000 0.000 0.000 0.000 chardistribution.py:192(SJISDistributionAnalysis) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2398(Literal) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:4026(SkipTo) | |
1 0.000 0.000 0.000 0.000 chardistribution.py:151(GB2312DistributionAnalysis) | |
1 0.000 0.000 0.000 0.000 parser.py:79(BytesParser) | |
1 0.000 0.000 0.000 0.000 protocols.py:166(DatagramProtocol) | |
1 0.000 0.000 0.000 0.000 dialect_bigquery_keywords.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 <attrs generated init attr.validators._InstanceOfValidator>:1(__init__) | |
1 0.000 0.000 0.000 0.000 cpython.py:26(_PyObject) | |
1 0.000 0.000 0.000 0.000 {built-in method _hashlib.openssl_sha1} | |
1 0.000 0.000 0.000 0.000 _base.py:142(_AcquireFutures) | |
1 0.000 0.000 0.000 0.000 base.py:873(Anything) | |
1 0.000 0.000 0.000 0.000 protocols.py:181(SubprocessProtocol) | |
1 0.000 0.000 0.000 0.000 ast.py:394(NodeTransformer) | |
1 0.000 0.000 0.000 0.000 argparse.py:907(_StoreTrueAction) | |
1 0.000 0.000 0.000 0.000 anyof.py:227(OptionallyBracketed) | |
1 0.000 0.000 0.000 0.000 shutil.py:76(ExecError) | |
1 0.000 0.000 0.000 0.000 _compat.py:33(metaclass) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:4299(Dict) | |
1 0.000 0.000 0.000 0.000 functools.py:937(__set_name__) | |
1 0.000 0.000 0.000 0.000 numbers.py:12(Number) | |
1 0.000 0.000 0.000 0.000 calendar.py:24(IllegalMonthError) | |
1 0.000 0.000 0.000 0.000 nodes.py:1053(ImportedName) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3130(LineStart) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3954(_NullToken) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq attr.validators._DeepMapping>:1(<module>) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq attr.validators._MatchesReValidator>:1(<module>) | |
2 0.000 0.000 0.000 0.000 calendar.py:55(__init__) | |
1 0.000 0.000 0.000 0.000 configparser.py:243(NoOptionError) | |
1 0.000 0.000 0.000 0.000 _result.py:15(HookCallError) | |
1 0.000 0.000 0.000 0.000 nodes.py:287(Helper) | |
1 0.000 0.000 0.000 0.000 raw.py:195(CommentSegment) | |
1 0.000 0.000 0.000 0.000 dis.py:209(Instruction) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest.runner.CallInfo>:1(<module>) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2545(CloseMatch) | |
1 0.000 0.000 0.000 0.000 capture.py:335(SysCapture) | |
1 0.000 0.000 0.000 0.000 base.py:248(get_lexer_matchers) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq _pytest.main._bestrelpath_cache>:1(<module>) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2364(Token) | |
1 0.000 0.000 0.000 0.000 <attrs generated init attr.validators._InstanceOfValidator>:1(<module>) | |
1 0.000 0.000 0.000 0.000 <attrs generated init attr.validators._ProvidesValidator>:1(<module>) | |
1 0.000 0.000 0.000 0.000 calendar.py:589(LocaleHTMLCalendar) | |
1 0.000 0.000 0.000 0.000 store.py:16(StoreKey) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq attr.validators._InValidator>:1(<module>) | |
1 0.000 0.000 0.000 0.000 __init__.py:745(Notset) | |
1 0.000 0.000 0.000 0.000 calendar.py:558(LocaleTextCalendar) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3850(_MultipleMatch) | |
1 0.000 0.000 0.000 0.000 argparse.py:884(_StoreConstAction) | |
1 0.000 0.000 0.000 0.000 <attrs generated init attr.validators._InValidator>:1(<module>) | |
1 0.000 0.000 0.000 0.000 exceptions.py:247(BadArgumentUsage) | |
1 0.000 0.000 0.000 0.000 shutil.py:69(SameFileError) | |
1 0.000 0.000 0.000 0.000 nodes.py:281(Stmt) | |
1 0.000 0.000 0.000 0.000 plistlib.py:550(InvalidFileException) | |
1 0.000 0.000 0.000 0.000 match_logging.py:82(LateBoundJoinSegmentsCurtailed) | |
1 0.000 0.000 0.000 0.000 <attrs generated init attr.validators._OptionalValidator>:1(<module>) | |
1 0.000 0.000 0.000 0.000 raw.py:204(WhitespaceSegment) | |
1 0.000 0.000 0.000 0.000 __init__.py:1095(ExtractionError) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3180(StringStart) | |
1 0.000 0.000 0.000 0.000 argparse.py:729(ArgumentError) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq attr.validators._ProvidesValidator>:1(<module>) | |
1 0.000 0.000 0.000 0.000 csv.py:64(excel_tab) | |
1 0.000 0.000 0.000 0.000 process.py:343(AuthenticationString) | |
1 0.000 0.000 0.000 0.000 __init__.py:1909(PathMetadata) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest._code.code.ReprLocals>:1(<module>) | |
1 0.000 0.000 0.000 0.000 nodes.py:25(ScalarNode) | |
1 0.000 0.000 0.000 0.000 threading.py:456(BoundedSemaphore) | |
1 0.000 0.000 0.000 0.000 utils.py:836(Markup) | |
1 0.000 0.000 0.000 0.000 outcomes.py:66(Failed) | |
1 0.000 0.000 0.000 0.000 tokens.py:75(AliasToken) | |
1 0.000 0.000 0.000 0.000 argparse.py:679(ArgumentDefaultsHelpFormatter) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq _pytest.terminal.WarningReport>:1(<module>) | |
1 0.000 0.000 0.000 0.000 loader.py:31(SafeLoader) | |
1 0.000 0.000 0.000 0.000 util.py:537(MatchDetail) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:696(TableReferenceSegment) | |
1 0.000 0.000 0.000 0.000 _make.py:2848(__init__) | |
1 0.000 0.000 0.000 0.000 context.py:278(SpawnProcess) | |
1 0.000 0.000 0.000 0.000 pytester.py:648(TimeoutExpired) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq _pytest.runner.CallInfo>:1(<module>) | |
1 0.000 0.000 0.000 0.000 <string>:1(<module>) | |
1 0.000 0.000 0.000 0.000 hebrewprober.py:174(set_model_probers) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest._code.code.ReprFileLocation>:1(<module>) | |
1 0.000 0.000 0.000 0.000 errors.py:8(MessageError) | |
1 0.000 0.000 0.000 0.000 exceptions.py:273(Abort) | |
1 0.000 0.000 0.000 0.000 common.py:403(Visitor) | |
1 0.000 0.000 0.000 0.000 enums.py:41(MachineState) | |
1 0.000 0.000 0.000 0.000 raw.py:177(CodeSegment) | |
1 0.000 0.000 0.000 0.000 pathlib.py:475(_Selector) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest._code.code.ReprEntryNative>:1(<module>) | |
1 0.000 0.000 0.000 0.000 outcomes.py:156(XFailed) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3160(LineEnd) | |
1 0.000 0.000 0.000 0.000 <attrs generated hash attr.validators._ProvidesValidator>:1(<module>) | |
1 0.000 0.000 0.000 0.000 ast.py:487(Num) | |
1 0.000 0.000 0.000 0.000 main.py:429(Interrupted) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:195(_Constants) | |
1 0.000 0.000 0.000 0.000 <attrs generated init attr.validators._IsCallableValidator>:1(<module>) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:4226(TokenConverter) | |
1 0.000 0.000 0.000 0.000 core.py:496(meta) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest.compat._PytestWrapper>:1(<module>) | |
1 0.000 0.000 0.000 0.000 base.py:885(Nothing) | |
1 0.000 0.000 0.000 0.000 markers.py:77(Value) | |
2 0.000 0.000 0.000 0.000 sre_parse.py:101(checklookbehindgroup) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest._code.code.ReprExceptionInfo>:1(<module>) | |
1 0.000 0.000 0.000 0.000 <attrs generated hash attr.validators._OptionalValidator>:1(<module>) | |
1 0.000 0.000 0.000 0.000 process.py:391(_MainProcess) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest._code.code.ReprTraceback>:1(<module>) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq attr._make._AndValidator>:1(<module>) | |
1 0.000 0.000 0.000 0.000 errors.py:81(HeaderDefect) | |
1 0.000 0.000 0.000 0.000 inspect.py:2408(_void) | |
1 0.000 0.000 0.000 0.000 typing.py:1757(TypedDict) | |
1 0.000 0.000 0.000 0.000 __init__.py:229(c_char_p) | |
1 0.000 0.000 0.000 0.000 exceptions.py:9(CancelledError) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq _pytest.fixtures.FuncFixtureInfo>:1(<module>) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest._code.code.ReprFuncArgs>:1(<module>) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest.mark.KeywordMatcher>:1(<module>) | |
1 0.000 0.000 0.000 0.000 linter.py:262(remove_templated_errors) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3195(StringEnd) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest.mark.expression.Token>:1(<module>) | |
1 0.000 0.000 0.000 0.000 nodes.py:1115(ContextReference) | |
1 0.000 0.000 0.000 0.000 calendar.py:160(setfirstweekday) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq _pytest._code.code.ExceptionInfo>:1(<module>) | |
1 0.000 0.000 0.000 0.000 gitwildmatch.py:28(GitWildMatchPatternError) | |
1 0.000 0.000 0.000 0.000 typing_extensions.py:2263(ParamSpecKwargs) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest._code.code.TerminalRepr>:1(<module>) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest.fixtures.FuncFixtureInfo>:1(<module>) | |
1 0.000 0.000 0.000 0.000 __init__.py:154(c_short) | |
1 0.000 0.000 0.000 0.000 <attrs generated hash attr.validators._InstanceOfValidator>:1(<module>) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq attr._make.Attribute>:1(<module>) | |
1 0.000 0.000 0.000 0.000 __init__.py:37(__traceback_maker) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest.mark.structures.MarkDecorator>:1(<module>) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq _pytest.fixtures.FixtureFunctionMarker>:1(<module>) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq _pytest._code.code.FormattedExcinfo>:1(<module>) | |
1 0.000 0.000 0.000 0.000 <attrs generated hash _pytest.fixtures.FixtureFunctionMarker>:1(<module>) | |
1 0.000 0.000 0.000 0.000 base.py:238(set_lexer_matchers) | |
1 0.000 0.000 0.000 0.000 error.py:48(MarkedYAMLError) | |
1 0.000 0.000 0.000 0.000 raw.py:215(NewlineSegment) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3888(OneOrMore) | |
1 0.000 0.000 0.000 0.000 parse.py:323(SplitResult) | |
1 0.000 0.000 0.000 0.000 argparse.py:1006(_CountAction) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest.mark.MarkMatcher>:1(<module>) | |
1 0.000 0.000 0.000 0.000 __init__.py:236(ResolutionError) | |
1 0.000 0.000 0.000 0.000 __init__.py:1934(EggMetadata) | |
1 0.000 0.000 0.000 0.000 parser.py:126(BytesHeaderParser) | |
1 0.000 0.000 0.000 0.000 nodes.py:52(NodeType) | |
1 0.000 0.000 0.000 0.000 exceptions.py:43(NotAnAttrsClassError) | |
1 0.000 0.000 0.000 0.000 configparser.py:190(DuplicateSectionError) | |
1 0.000 0.000 0.000 0.000 configparser.py:216(DuplicateOptionError) | |
1 0.000 0.000 0.000 0.000 enums.py:32(ProbingState) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2372(Empty) | |
1 0.000 0.000 0.000 0.000 _compat.py:220(make_func_with_cell) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest.cacheprovider.Cache>:1(<module>) | |
2 0.000 0.000 0.000 0.000 <attrs generated init attr.validators._OptionalValidator>:1(__init__) | |
1 0.000 0.000 0.000 0.000 pathlib.py:993(PurePosixPath) | |
1 0.000 0.000 0.000 0.000 common.py:438(FNMatcher) | |
1 0.000 0.000 0.000 0.000 <attrs generated hash _pytest.mark.expression.Token>:1(<module>) | |
1 0.000 0.000 0.000 0.000 markers.py:34(InvalidMarker) | |
1 0.000 0.000 0.000 0.000 nodes.py:803(Test) | |
2 0.000 0.000 0.000 0.000 parser.py:346(<listcomp>) | |
1 0.000 0.000 0.000 0.000 configparser.py:284(InterpolationDepthError) | |
1 0.000 0.000 0.000 0.000 nodes.py:532(File) | |
1 0.000 0.000 0.000 0.000 resolver.py:9(ResolverError) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq _pytest.mark.expression.Token>:1(<module>) | |
1 0.000 0.000 0.000 0.000 tokens.py:96(ScalarToken) | |
1 0.000 0.000 0.000 0.000 context.py:14(ProcessError) | |
1 0.000 0.000 0.000 0.000 argparse.py:668(RawTextHelpFormatter) | |
1 0.000 0.000 0.000 0.000 cyaml.py:68(CSafeDumper) | |
1 0.000 0.000 0.000 0.000 argparse.py:941(_AppendAction) | |
1 0.000 0.000 0.000 0.000 <attrs generated hash attr._make._AndValidator>:1(<module>) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq _pytest.mark.structures.MarkDecorator>:1(<module>) | |
1 0.000 0.000 0.000 0.000 loader.py:21(FullLoader) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest._code.code.ExceptionRepr>:1(<module>) | |
1 0.000 0.000 0.000 0.000 context.py:285(ForkServerProcess) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest.warning_types.UnformattedWarning>:1(<module>) | |
1 0.000 0.000 0.000 0.000 {built-in method sys.exit} | |
1 0.000 0.000 0.000 0.000 context.py:296(SpawnContext) | |
1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects} | |
1 0.000 0.000 0.000 0.000 inspect.py:890(EndOfBlock) | |
1 0.000 0.000 0.000 0.000 <attrs generated init _pytest.config.Config.InvocationParams>:1(<module>) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq _pytest.cacheprovider.Cache>:1(<module>) | |
1 0.000 0.000 0.000 0.000 nodes.py:952(Div) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq _pytest.mark.structures.Mark>:1(<module>) | |
1 0.000 0.000 0.000 0.000 __init__.py:245(c_wchar_p) | |
1 0.000 0.000 0.000 0.000 context.py:292(ForkContext) | |
1 0.000 0.000 0.000 0.000 markers.py:212(Undefined) | |
1 0.000 0.000 0.000 0.000 calendar.py:31(IllegalWeekdayError) | |
1 0.000 0.000 0.000 0.000 tokens.py:51(FlowSequenceStartToken) | |
1 0.000 0.000 0.000 0.000 formatters.py:289(dispatch_path) | |
1 0.000 0.000 0.000 0.000 copy.py:55(Error) | |
1 0.000 0.000 0.000 0.000 pickle.py:73(PickleError) | |
1 0.000 0.000 0.000 0.000 markers.py:71(Variable) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq attr._make.Factory>:1(<module>) | |
1 0.000 0.000 0.000 0.000 errors.py:94(SQLTemplaterError) | |
1 0.000 0.000 0.000 0.000 decoder.py:631(InlineTableDict) | |
1 0.000 0.000 0.000 0.000 {built-in method _hashlib.openssl_sha512} | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3188(parseImpl) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq attr._make._CountingAttr>:1(<module>) | |
1 0.000 0.000 0.000 0.000 cyaml.py:23(CSafeLoader) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq _pytest.warning_types.UnformattedWarning>:1(<module>) | |
1 0.000 0.000 0.000 0.000 <attrs generated hash attr.validators._MatchesReValidator>:1(<module>) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq attr.validators._DeepIterable>:1(<module>) | |
1 0.000 0.000 0.000 0.000 shutil.py:72(SpecialFileError) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq _pytest.mark.MarkMatcher>:1(<module>) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq attr.validators._IsCallableValidator>:1(<module>) | |
2 0.000 0.000 0.000 0.000 pyparsing.py:1363(parseImpl) | |
1 0.000 0.000 0.000 0.000 :1(_IsCallableValidatorAttributes) | |
1 0.000 0.000 0.000 0.000 python.py:350(_EmptyClass) | |
1 0.000 0.000 0.000 0.000 argparse.py:979(_AppendConstAction) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq _pytest.config.Config.InvocationParams>:1(<module>) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:4364(Suppress) | |
1 0.000 0.000 0.000 0.000 constructor.py:747(Constructor) | |
1 0.000 0.000 0.000 0.000 tokens.py:63(KeyToken) | |
1 0.000 0.000 0.000 0.000 meta.py:47(Indent) | |
1 0.000 0.000 0.000 0.000 pathlib.py:549(_RecursiveWildcardSelector) | |
1 0.000 0.000 0.000 0.000 main.py:435(Failed) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:306(RecursiveGrammarException) | |
1 0.000 0.000 0.000 0.000 exceptions.py:9(PrintHelp) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq _pytest.compat._PytestWrapper>:1(<module>) | |
1 0.000 0.000 0.000 0.000 base_subprocess.py:281(ReadSubprocessPipeProto) | |
1 0.000 0.000 0.000 0.000 <attrs generated hash attr._make.Attribute>:1(<module>) | |
1 0.000 0.000 0.000 0.000 typing_extensions.py:2157(_TypeAliasForm) | |
1 0.000 0.000 0.000 0.000 :1(TerminalReprAttributes) | |
1 0.000 0.000 0.000 0.000 tokens.py:39(StreamEndToken) | |
1 0.000 0.000 0.000 0.000 <attrs generated hash attr._make.Factory>:1(<module>) | |
1 0.000 0.000 0.000 0.000 events.py:670(_RunningLoop) | |
1 0.000 0.000 0.000 0.000 warning_types.py:17(PytestAssertRewriteWarning) | |
1 0.000 0.000 0.000 0.000 <attrs generated hash attr.validators._IsCallableValidator>:1(<module>) | |
4 0.000 0.000 0.000 0.000 base.py:91(<lambda>) | |
1 0.000 0.000 0.000 0.000 nodes.py:1146(Break) | |
1 0.000 0.000 0.000 0.000 <attrs generated hash attr.validators._DeepIterable>:1(<module>) | |
1 0.000 0.000 0.000 0.000 <attrs generated hash _pytest.mark.structures.Mark>:1(<module>) | |
1 0.000 0.000 0.000 0.000 enums.py:65(CharacterCategory) | |
1 0.000 0.000 0.000 0.000 <attrs generated eq _pytest.mark.KeywordMatcher>:1(<module>) | |
1 0.000 0.000 0.000 0.000 {built-in method _thread._set_sentinel} | |
1 0.000 0.000 0.000 0.000 cyaml.py:37(CUnsafeLoader) | |
1 0.000 0.000 0.000 0.000 shutil.py:79(ReadError) | |
1 0.000 0.000 0.000 0.000 nodes.py:946(Mul) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3384(_ErrorStop) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:4222(_ForwardNoRecurse) | |
1 0.000 0.000 0.000 0.000 exceptions.py:147(TemplateRuntimeError) | |
1 0.000 0.000 0.000 0.000 __init__.py:162(c_long) | |
1 0.000 0.000 0.000 0.000 typing.py:1003(_ProtocolMeta) | |
1 0.000 0.000 0.000 0.000 exceptions.py:19(FrozenInstanceError) | |
1 0.000 0.000 0.000 0.000 shutil.py:82(RegistryError) | |
1 0.000 0.000 0.000 0.000 pathlib.py:442(ImportPathMismatchError) | |
1 0.000 0.000 0.000 0.000 typing_extensions.py:2612(_TypeGuardForm) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:717(IndexReferenceSegment) | |
1 0.000 0.000 0.000 0.000 common.py:128(NeverRaised) | |
1 0.000 0.000 0.000 0.000 raw.py:186(UnlexableSegment) | |
1 0.000 0.000 0.000 0.000 nodes.py:35(CollectionNode) | |
1 0.000 0.000 0.000 0.000 nodes.py:444(CollectError) | |
1 0.000 0.000 0.000 0.000 markers.py:83(Op) | |
1 0.000 0.000 0.000 0.000 :1(ExceptionReprAttributes) | |
1 0.000 0.000 0.000 0.000 argparse.py:924(_StoreFalseAction) | |
1 0.000 0.000 0.000 0.000 errors.py:41(NoBoundaryInMultipartDefect) | |
1 0.000 0.000 0.000 0.000 nodes.py:1133(DerivedContextReference) | |
1 0.000 0.000 0.000 0.000 pickle.py:97(_Stop) | |
1 0.000 0.000 0.000 0.000 _base.py:44(Error) | |
1 0.000 0.000 0.000 0.000 zipfile.py:47(LargeZipFile) | |
1 0.000 0.000 0.000 0.000 base.py:122(__str__) | |
1 0.000 0.000 0.000 0.000 nodes.py:1010(Not) | |
1 0.000 0.000 0.000 0.000 __init__.py:158(c_ushort) | |
1 0.000 0.000 0.000 0.000 threading.py:1260(_MainThread) | |
1 0.000 0.000 0.000 0.000 argparse.py:1076(_ChoicesPseudoAction) | |
1 0.000 0.000 0.000 0.000 encoder.py:286(TomlPreserveCommentEncoder) | |
1 0.000 0.000 0.000 0.000 tokens.py:57(FlowSequenceEndToken) | |
1 0.000 0.000 0.000 0.000 events.py:15(NodeEvent) | |
1 0.000 0.000 0.000 0.000 typing.py:1746(<dictcomp>) | |
1 0.000 0.000 0.000 0.000 <attrs generated hash attr.validators._DeepMapping>:1(<module>) | |
1 0.000 0.000 0.000 0.000 tokens.py:25(DocumentStartToken) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:703(SchemaReferenceSegment) | |
1 0.000 0.000 0.000 0.000 unix_events.py:777(_UnixSubprocessTransport) | |
1 0.000 0.000 0.000 0.000 {built-in method _stat.S_ISREG} | |
1 0.000 0.000 0.000 0.000 parse.py:328(ParseResult) | |
1 0.000 0.000 0.000 0.000 __init__.py:166(c_ulong) | |
1 0.000 0.000 0.000 0.000 typing_extensions.py:2245(ParamSpecArgs) | |
1 0.000 0.000 0.000 0.000 pathlib.py:390(_Accessor) | |
1 0.000 0.000 0.000 0.000 tokens.py:89(TagToken) | |
1 0.000 0.000 0.000 0.000 errors.py:12(MessageParseError) | |
1 0.000 0.000 0.000 0.000 cyaml.py:30(CFullLoader) | |
1 0.000 0.000 0.000 0.000 dialect_ansi_keywords.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 ast.py:502(Ellipsis) | |
1 0.000 0.000 0.000 0.000 configparser.py:254(InterpolationError) | |
1 0.000 0.000 0.000 0.000 __init__.py:179(c_uint) | |
1 0.000 0.000 0.000 0.000 queues.py:11(QueueEmpty) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:1455(_UnboundedCache) | |
1 0.000 0.000 0.000 0.000 pathlib.py:500(_TerminatingSelector) | |
1 0.000 0.000 0.000 0.000 parse.py:347(ParseResultBytes) | |
1 0.000 0.000 0.000 0.000 events.py:21(CollectionStartEvent) | |
1 0.000 0.000 0.000 0.000 <attrs generated hash _pytest.config.Config.InvocationParams>:1(<module>) | |
1 0.000 0.000 0.000 0.000 errors.py:113(SQLLexError) | |
1 0.000 0.000 0.000 0.000 tokens.py:42(BlockSequenceStartToken) | |
1 0.000 0.000 0.000 0.000 tokens.py:45(BlockMappingStartToken) | |
1 0.000 0.000 0.000 0.000 tokens.py:82(AnchorToken) | |
1 0.000 0.000 0.000 0.000 threading.py:1095(daemon) | |
1 0.000 0.000 0.000 0.000 tokens.py:54(FlowMappingStartToken) | |
1 0.000 0.000 0.000 0.000 tokenize.py:157(TokenError) | |
1 0.000 0.000 0.000 0.000 formatters.py:336(<genexpr>) | |
1 0.000 0.000 0.000 0.000 __init__.py:250(c_wchar) | |
1 0.000 0.000 0.000 0.000 resolver.py:167(Resolver) | |
1 0.000 0.000 0.000 0.000 _hooks.py:318(HookSpec) | |
1 0.000 0.000 0.000 0.000 pathlib.py:1003(PureWindowsPath) | |
1 0.000 0.000 0.000 0.000 loaders.py:567(_TemplateModule) | |
1 0.000 0.000 0.000 0.000 transports.py:142(Transport) | |
1 0.000 0.000 0.000 0.000 configparser.py:264(InterpolationMissingOptionError) | |
1 0.000 0.000 0.000 0.000 context.py:81(__exit__) | |
1 0.000 0.000 0.000 0.000 ast.py:499(NameConstant) | |
1 0.000 0.000 0.000 0.000 nodes.py:48(Impossible) | |
1 0.000 0.000 0.000 0.000 nodes.py:958(FloorDiv) | |
1 0.000 0.000 0.000 0.000 context.py:17(BufferTooShort) | |
1 0.000 0.000 0.000 0.000 utf8prober.py:49(charset_name) | |
1 0.000 0.000 0.000 0.000 tokens.py:66(ValueToken) | |
1 0.000 0.000 0.000 0.000 errors.py:200(SQLFluffUserError) | |
1 0.000 0.000 0.000 0.000 nodes.py:966(Add) | |
1 0.000 0.000 0.000 0.000 cyaml.py:85(CDumper) | |
1 0.000 0.000 0.000 0.000 events.py:621(_Local) | |
1 0.000 0.000 0.000 0.000 events.py:45(DocumentStartEvent) | |
1 0.000 0.000 0.000 0.000 warning_types.py:24(PytestCacheWarning) | |
1 0.000 0.000 0.000 0.000 argparse.py:1167(_ExtendAction) | |
1 0.000 0.000 0.000 0.000 nodes.py:1142(Continue) | |
1 0.000 0.000 0.000 0.000 nodes.py:1016(Neg) | |
1 0.000 0.000 0.000 0.000 context.py:20(TimeoutError) | |
1 0.000 0.000 0.000 0.000 ast.py:465(_ABC) | |
1 0.000 0.000 0.000 0.000 dataclasses.py:167(_MISSING_TYPE) | |
1 0.000 0.000 0.000 0.000 parse.py:334(DefragResultBytes) | |
1 0.000 0.000 0.000 0.000 loader.py:41(Loader) | |
1 0.000 0.000 0.000 0.000 _hooks.py:177(_HookRelay) | |
1 0.000 0.000 0.000 0.000 __init__.py:224(c_char) | |
1 0.000 0.000 0.000 0.000 events.py:64(ScalarEvent) | |
1 0.000 0.000 0.000 0.000 nodes.py:984(Pow) | |
1 0.000 0.000 0.000 0.000 configparser.py:340(MissingSectionHeaderError) | |
1 0.000 0.000 0.000 0.000 context.py:23(AuthenticationError) | |
1 0.000 0.000 0.000 0.000 tokens.py:60(FlowMappingEndToken) | |
1 0.000 0.000 0.000 0.000 sandbox.py:427(SandboxedEscapeFormatter) | |
1 0.000 0.000 0.000 0.000 errors.py:24(MultipartConversionError) | |
1 0.000 0.000 0.000 0.000 inspect.py:2412(_empty) | |
1 0.000 0.000 0.000 0.000 nodes.py:1022(Pos) | |
1 0.000 0.000 0.000 0.000 raw.py:273(SymbolSegment) | |
2 0.000 0.000 0.000 0.000 pyparsing.py:3461(<genexpr>) | |
1 0.000 0.000 0.000 0.000 meta.py:61(Dedent) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:710(DatabaseReferenceSegment) | |
1 0.000 0.000 0.000 0.000 linter.py:716(<listcomp>) | |
1 0.000 0.000 0.000 0.000 warning_types.py:31(PytestConfigWarning) | |
1 0.000 0.000 0.000 0.000 __init__.py:240(c_bool) | |
1 0.000 0.000 0.000 0.000 pathlib.py:1538(PosixPath) | |
1 0.000 0.000 0.000 0.000 cyaml.py:44(CLoader) | |
1 0.000 0.000 0.000 0.000 warning_types.py:38(PytestCollectionWarning) | |
1 0.000 0.000 0.000 0.000 typing.py:933(_TypingEmpty) | |
1 0.000 0.000 0.000 0.000 threading.py:727(BrokenBarrierError) | |
1 0.000 0.000 0.000 0.000 nodes.py:972(Sub) | |
1 0.000 0.000 0.000 0.000 errors.py:16(HeaderParseError) | |
1 0.000 0.000 0.000 0.000 errors.py:20(BoundaryError) | |
1 0.000 0.000 0.000 0.000 errors.py:107(SQLTemplaterSkipFile) | |
1 0.000 0.000 0.000 0.000 _endian.py:46(BigEndianStructure) | |
1 0.000 0.000 0.000 0.000 nodes.py:570(Literal) | |
1 0.000 0.000 0.000 0.000 queues.py:16(QueueFull) | |
1 0.000 0.000 0.000 0.000 tokens.py:69(BlockEntryToken) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:1478(_FifoCache) | |
1 0.000 0.000 0.000 0.000 ast.py:491(Str) | |
1 0.000 0.000 0.000 0.000 shutil.py:86(_GiveupOnFastCopy) | |
1 0.000 0.000 0.000 0.000 __init__.py:212(c_ubyte) | |
1 0.000 0.000 0.000 0.000 nodes.py:978(Mod) | |
1 0.000 0.000 0.000 0.000 tokens.py:48(BlockEndToken) | |
1 0.000 0.000 0.000 0.000 pathlib.py:522(_WildcardSelector) | |
1 0.000 0.000 0.000 0.000 parse.py:342(SplitResultBytes) | |
2 0.000 0.000 0.000 0.000 core.py:1268(show_help) | |
1 0.000 0.000 0.000 0.000 exceptions.py:13(TimeoutError) | |
1 0.000 0.000 0.000 0.000 error.py:45(YAMLError) | |
1 0.000 0.000 0.000 0.000 markers.py:40(UndefinedComparison) | |
1 0.000 0.000 0.000 0.000 argparse.py:749(ArgumentTypeError) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:261(ParseException) | |
1 0.000 0.000 0.000 0.000 events.py:54(DocumentEndEvent) | |
1 0.000 0.000 0.000 0.000 loader.py:55(UnsafeLoader) | |
1 0.000 0.000 0.000 0.000 tokens.py:28(DocumentEndToken) | |
1 0.000 0.000 0.000 0.000 exceptions.py:51(DefaultAlreadySetError) | |
1 0.000 0.000 0.000 0.000 pickle.py:77(PicklingError) | |
1 0.000 0.000 0.000 0.000 cpython.py:46(_Traceback) | |
1 0.000 0.000 0.000 0.000 exceptions.py:35(AttrsAttributeNotFoundError) | |
2 0.000 0.000 0.000 0.000 pyparsing.py:4705(<lambda>) | |
1 0.000 0.000 0.000 0.000 __init__.py:41(TracebackParseError) | |
1 0.000 0.000 0.000 0.000 __init__.py:219(c_byte) | |
1 0.000 0.000 0.000 0.000 {built-in method _thread.get_native_id} | |
1 0.000 0.000 0.000 0.000 ast.py:495(Bytes) | |
1 0.000 0.000 0.000 0.000 __init__.py:187(c_double) | |
1 0.000 0.000 0.000 0.000 exceptions.py:157(SecurityError) | |
1 0.000 0.000 0.000 0.000 nodes.py:44(SequenceNode) | |
1 0.000 0.000 0.000 0.000 linter.py:828(<genexpr>) | |
1 0.000 0.000 0.000 0.000 __init__.py:235(c_void_p) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:738(SequenceReferenceSegment) | |
1 0.000 0.000 0.000 0.000 __init__.py:183(c_float) | |
1 0.000 0.000 0.000 0.000 _base.py:48(CancelledError) | |
1 0.000 0.000 0.000 0.000 configparser.py:276(InterpolationSyntaxError) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:731(ColumnReferenceSegment) | |
1 0.000 0.000 0.000 0.000 dialect_ansi.py:724(ExtensionReferenceSegment) | |
1 0.000 0.000 0.000 0.000 warning_types.py:105(PytestUnhandledThreadExceptionWarning) | |
1 0.000 0.000 0.000 0.000 events.py:42(StreamEndEvent) | |
1 0.000 0.000 0.000 0.000 warning_types.py:83(PytestUnknownMarkWarning) | |
1 0.000 0.000 0.000 0.000 pickle.py:84(UnpicklingError) | |
1 0.000 0.000 0.000 0.000 events.py:84(MappingEndEvent) | |
1 0.000 0.000 0.000 0.000 exceptions.py:27(FrozenAttributeError) | |
1 0.000 0.000 0.000 0.000 {method '__exit__' of '_thread.lock' objects} | |
1 0.000 0.000 0.000 0.000 {built-in method _operator.lt} | |
1 0.000 0.000 0.000 0.000 _compat.py:570(_get_windows_console_stream) | |
1 0.000 0.000 0.000 0.000 __init__.py:76(mark_rewrite) | |
1 0.000 0.000 0.000 0.000 errors.py:104(ObsoleteHeaderDefect) | |
1 0.000 0.000 0.000 0.000 nodes.py:47(MappingNode) | |
1 0.000 0.000 0.000 0.000 __init__.py:315(UnknownExtra) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:282(ParseFatalException) | |
1 0.000 0.000 0.000 0.000 __init__.py:955(setFormatter) | |
1 0.000 0.000 0.000 0.000 events.py:75(SequenceStartEvent) | |
1 0.000 0.000 0.000 0.000 exceptions.py:153(UndefinedError) | |
1 0.000 0.000 0.000 0.000 tokens.py:72(FlowEntryToken) | |
1 0.000 0.000 0.000 0.000 local.py:115(ImportMismatchError) | |
1 0.000 0.000 0.000 0.000 errors.py:90(HeaderMissingRequiredValue) | |
1 0.000 0.000 0.000 0.000 exceptions.py:60(UnannotatedAttributeError) | |
1 0.000 0.000 0.000 0.000 errors.py:44(StartBoundaryNotFoundDefect) | |
1 0.000 0.000 0.000 0.000 __init__.py:191(c_longdouble) | |
1 0.000 0.000 0.000 0.000 _base.py:52(TimeoutError) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:287(ParseSyntaxException) | |
1 0.000 0.000 0.000 0.000 _base.py:640(BrokenExecutor) | |
1 0.000 0.000 0.000 0.000 exceptions.py:69(PythonTooOldError) | |
1 0.000 0.000 0.000 0.000 errors.py:73(InvalidBase64CharactersDefect) | |
1 0.000 0.000 0.000 0.000 typing_extensions.py:1717(<dictcomp>) | |
1 0.000 0.000 0.000 0.000 tokenize.py:159(StopTokenizing) | |
1 0.000 0.000 0.000 0.000 _base.py:56(InvalidStateError) | |
1 0.000 0.000 0.000 0.000 errors.py:76(InvalidBase64LengthDefect) | |
1 0.000 0.000 0.000 0.000 events.py:31(CollectionEndEvent) | |
1 0.000 0.000 0.000 0.000 __init__.py:175(c_int) | |
1 0.000 0.000 0.000 0.000 warning_types.py:93(PytestUnraisableExceptionWarning) | |
1 0.000 0.000 0.000 0.000 exceptions.py:163(FilterArgumentError) | |
1 0.000 0.000 0.000 0.000 markers.py:46(UndefinedEnvironmentName) | |
1 0.000 0.000 0.000 0.000 errors.py:67(UndecodableBytesDefect) | |
1 0.000 0.000 0.000 0.000 errors.py:87(InvalidHeaderDefect) | |
1 0.000 0.000 0.000 0.000 exceptions.py:21(SendfileNotAvailableError) | |
1 0.000 0.000 0.000 0.000 errors.py:53(MisplacedEnvelopeHeaderDefect) | |
1 0.000 0.000 0.000 0.000 {method '__enter__' of '_thread.lock' objects} | |
1 0.000 0.000 0.000 0.000 exceptions.py:17(InvalidStateError) | |
1 0.000 0.000 0.000 0.000 events.py:78(SequenceEndEvent) | |
1 0.000 0.000 0.000 0.000 errors.py:64(InvalidMultipartContentTransferEncodingDefect) | |
1 0.000 0.000 0.000 0.000 errors.py:107(NonASCIILocalPartDefect) | |
1 0.000 0.000 0.000 0.000 base.py:410(sequence_files) | |
1 0.000 0.000 0.000 0.000 errors.py:70(InvalidBase64PaddingDefect) | |
1 0.000 0.000 0.000 0.000 errors.py:61(MultipartInvariantViolationDefect) | |
1 0.000 0.000 0.000 0.000 events.py:61(AliasEvent) | |
1 0.000 0.000 0.000 0.000 typing.py:940(_TypingEllipsis) | |
1 0.000 0.000 0.000 0.000 errors.py:50(FirstHeaderLineIsContinuationDefect) | |
1 0.000 0.000 0.000 0.000 events.py:81(MappingStartEvent) | |
1 0.000 0.000 0.000 0.000 errors.py:56(MissingHeaderBodySeparatorDefect) | |
1 0.000 0.000 0.000 0.000 <string>:1(__create_fn__) | |
1 0.000 0.000 0.000 0.000 errors.py:47(CloseBoundaryNotFoundDefect) | |
1 0.000 0.000 0.000 0.000 {built-in method posix.WIFEXITED} | |
1 0.000 0.000 0.000 0.000 __init__.py:1638(__init__) | |
1 0.000 0.000 0.000 0.000 _compat.py:156(set_first_cellvar_to) | |
1 0.000 0.000 0.000 0.000 {built-in method posix.WEXITSTATUS} | |
1 0.000 0.000 0.000 0.000 utf8prober.py:53(language) | |
1 0.000 0.000 0.000 0.000 commands.py:267(cli) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment