Hacked By AnonymousFox

Current Path : /opt/cloudlinux/venv/lib64/python3.11/site-packages/pylint_django/tests/input/
Upload File :
Current File : //opt/cloudlinux/venv/lib64/python3.11/site-packages/pylint_django/tests/input/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"))

Hacked By AnonymousFox1.0, Coded By AnonymousFox