mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
Use InspectionProfileImpl.INIT_INSPECTIONS flag for this purpose. Additionally I've added test case about black list in PyShadowingBuiltinsInspection that works similarly to affected PyUnresolvedReferencesInspection.
7 lines
191 B
Python
7 lines
191 B
Python
def o<caret>pen():
|
|
pass
|
|
|
|
# Sentinel definition to make sure that other warnings are still present
|
|
def <weak_warning descr="Shadows built-in name 'input'">input</weak_warning>():
|
|
pass
|