관리-도구
편집 파일: foreign_key_strings.cpython-311.pyc
� �܋f� � �r � d dl mZ d dlZd dlmZ d dlmZ d dlmZ d dl m Z d dlmZ G d� d e� � Z dS ) � )�absolute_importN)�BaseChecker)�check_messages)�IAstroidChecker)�BASE_ID)� foreignkeyc � � � e Zd ZdZdZefZdZdddddd �ffZd e � d�dd efde � d�diZ � fd�Zd� Z e d � � d� � � Z� xZS )�ForeignKeyStringsCheckera< Adds transforms to be able to do type inference for model ForeignKeyField properties which use a string to name the foreign relationship. This uses Django's model name resolution and this checker wraps the setup to ensure Django is able to configure itself before attempting to use the lookups. a/ Finding foreign-key relationships from strings in pylint-django requires configuring Django. This can be done via the DJANGO_SETTINGS_MODULE environment variable or the pylint option django-settings-module, eg: `pylint --load-plugins=pylint_django --django-settings-module=myproject.settings` . This can also be set as an option in a .pylintrc configuration file. Some basic default settings were used, however this will lead to less accurate linting. Consider passing in an explicit Django configuration file to match your project to improve accuracy.z)Django foreign keys referenced by stringszdjango-settings-moduleN�stringz<django settings module>z=A module containing Django settings to be used while linting.)�default�type�metavar�help�E�10zxDjango was not configured. For more information run pylint --load-plugins=pylint_django --help-msg=django-not-configured�django-not-configured�F)z/Provided Django settings %s could not be loaded� django-settings-module-not-foundz@The provided Django settings module %s was not found on the pathc �H �� t � � j |i |�� d| _ d S )NF)�super�__init__�_raise_warning)�self�args�kwargs� __class__s ��{/builddir/build/BUILD/cloudlinux-venv-1.0.6/venv/lib/python3.11/site-packages/pylint_django/checkers/foreign_key_strings.pyr z!ForeignKeyStringsChecker.__init__= s- �� ������$�)�&�)�)�)�#����� c � � ddl m} n# t $ r Y d S w xY w dd l}|� � � ddlm} n�# |$ r� | j j �6d| _ ddl m} |� � � |� � � n� ddl m }m} |� || j j � � � � |� � � n_# t $ rR | � d| j j �� � ddl m} |� � � |� � � Y nw xY wY nw xY wt! j t$ j � � d S ) Nr )�ImproperlyConfigured)�appsT)�settings)�Settingsr"