mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
remove log_token and EXTRA_VERBOSE
- flake8 spent 5% of execution in `log_token` - `EXTRA_VERBOSE` was only used by `log_token` - `python -m tokenize` provides better debug token output
This commit is contained in:
parent
5ecea41b6d
commit
929cf5dfd3
6 changed files with 2 additions and 73 deletions
|
|
@ -57,8 +57,6 @@ Utility Functions
|
|||
|
||||
.. autofunction:: flake8.processor.is_multiline_string
|
||||
|
||||
.. autofunction:: flake8.processor.log_token
|
||||
|
||||
.. autofunction:: flake8.processor.mutate_string
|
||||
|
||||
.. autofunction:: flake8.processor.token_is_newline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue