Current Path: > > opt > cloudlinux > venv > lib64 > python3.11 > site-packages > pylint > checkers > base > > name_checker
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__pycache__ | Directory | - | - | |
__init__.py | File | 689 bytes | April 17 2025 13:10:59. | |
checker.py | File | 26973 bytes | April 17 2025 13:10:59. | |
naming_style.py | File | 5881 bytes | April 17 2025 13:10:59. |
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html # For details: https://github.com/PyCQA/pylint/blob/main/LICENSE # Copyright (c) https://github.com/PyCQA/pylint/blob/main/CONTRIBUTORS.txt __all__ = [ "NameChecker", "NamingStyle", "KNOWN_NAME_TYPES_WITH_STYLE", "SnakeCaseStyle", "CamelCaseStyle", "UpperCaseStyle", "PascalCaseStyle", "AnyStyle", ] from pylint.checkers.base.name_checker.checker import NameChecker from pylint.checkers.base.name_checker.naming_style import ( KNOWN_NAME_TYPES_WITH_STYLE, AnyStyle, CamelCaseStyle, NamingStyle, PascalCaseStyle, SnakeCaseStyle, UpperCaseStyle, )
SILENT KILLER Tool