https://github.com/wemake-services/wemake-python-styleguide/issues/3506
Поправить описание того, что мы считаем "сложным" кодом внутри
#wemake_python_styleguide #docs
Поправить описание того, что мы считаем "сложным" кодом внутри
f
строк#wemake_python_styleguide #docs
GitHub
False positive for `WPS237` · Issue #3506 · wemake-services/wemake-python-styleguide
What's wrong I encountered this error in one of my functions for a game on Pygame, and after reviewing the WPS documentation, I believe it is a false positive. Please review the function yourse...
https://github.com/python/cpython/issues/138191
#cpython #docs #easy
Добавить описание нового атрибута
#cpython #docs #easy
Добавить описание нового атрибута
frameobject
'a.GitHub
Datamodel's description of `frameobject` missing the new `f_generator` attribute · Issue #138191 · python/cpython
The f_generator attribute was added in #124640, and is covered in inspection doc page, but it was omitted from the datamodel page.