[python] Do not store unused decorator arguments in stubs

GitOrigin-RevId: d1a5f63dbed11a4f373d1d7936700af3bc74f70f
This commit is contained in:
Petr
2024-06-19 15:16:24 +02:00
committed by intellij-monorepo-bot
parent 56d2fb7229
commit 5054f4a9b5
14 changed files with 112 additions and 148 deletions

View File

@@ -477,9 +477,8 @@
<extensionPoint qualifiedName="Pythonid.customClassStubType"
interface="com.jetbrains.python.psi.impl.stubs.PyCustomClassStubType"
dynamic="true"/>
<extensionPoint qualifiedName="Pythonid.decoratorIndexer"
interface="com.jetbrains.python.PyCustomDecoratorIndexer"
<extensionPoint qualifiedName="Pythonid.customDecoratorStubType"
interface="com.jetbrains.python.psi.impl.stubs.PyCustomDecoratorStubType"
dynamic="true"/>
<extensionPoint qualifiedName="Pythonid.visitorFilter"
@@ -520,6 +519,7 @@
<customTargetExpressionStubType implementation="com.jetbrains.python.psi.impl.stubs.PyTypingNewTypeStubType"/>
<customClassStubType implementation="com.jetbrains.python.psi.impl.stubs.PyDataclassStubType"/>
<customDecoratorStubType implementation="com.jetbrains.python.psi.stubs.PyTestFixtureDecoratorStubType"/>
<typeProvider implementation="com.jetbrains.python.psi.types.PyCollectionTypeByModificationsProvider" order="last"/>
<typeProvider implementation="com.jetbrains.python.codeInsight.decorator.PyDecoratedFunctionTypeProvider"/>