D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pylint_django
/
tests
/
input
/
Filename :
func_noerror_views.py
back
Copy
""" Checks that Pylint does not complain when using function based views. """ # pylint: disable=missing-docstring def empty_view(request): pass