📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 22:47:17
📂
/
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pylint_django
/
tests
/
input
✏️
Editing: func_noerror_style_members.py
# Test that using `color_style` or `no_style` # doesn't raise no-member error # # pylint: disable=missing-docstring from django.core.management.color import color_style, no_style def function(): style = color_style() print(style.SUCCESS("test")) style = no_style() print(style.SUCCESS("test"))
💾 Save Changes
❌ Cancel