Current Path: > > opt > cloudlinux > venv > lib > > python3.11 > > site-packages > pylint > checkers > base > name_checker
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.135 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