This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2025-12-16 14:23:28 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
787e678baaec3a5f44b13bc1dab0b98f1026c4b6
openide
/
python
/
testData
/
psi
History
Semyon Proshev
96e41895d3
Deprecate Python 2.5 language level. Remove its usages.
2017-12-13 19:44:28 +03:00
..
assignment
…
parts
…
unified
Move test data for unified parsing to separate folder
2017-10-09 21:23:29 +02:00
Annotations.py
…
Annotations.txt
…
AsyncComprehensions.py
…
AsyncComprehensions.txt
…
AsyncDef.py
…
AsyncDef.txt
…
AsyncFor.py
…
AsyncFor.txt
Unify stubs for all Python language levels (PY-26392)
2017-10-09 21:23:29 +02:00
AsyncWith.py
…
AsyncWith.txt
Unify stubs for all Python language levels (PY-26392)
2017-10-09 21:23:29 +02:00
Await.py
…
Await.txt
…
AwaitInComprehensions.py
…
AwaitInComprehensions.txt
…
AwaitInNonAsyncNestedFunction.py
…
AwaitInNonAsyncNestedFunction.txt
…
AwaitOnTheSameLineAsFor.py
…
AwaitOnTheSameLineAsFor.txt
…
BadDecoratorNotMethod.py
…
BadDecoratorNotMethod.txt
…
BlockWithoutColon.py
…
BlockWithoutColon.txt
…
CallInAssignment.py
…
CallInAssignment.txt
…
ClassDecorators.py
…
ClassDecorators.txt
…
ColonBeforeEof.py
…
ColonBeforeEof.txt
…
CommaAfterStarArg.py
…
CommaAfterStarArg.txt
…
CommaAfterStarArgAllowedInPython36.py
…
CommaAfterStarArgAllowedInPython36.txt
…
CommentAfterDecorator.py
…
CommentAfterDecorator.txt
…
CommentAtBeginningOfStatementList.py
…
CommentAtBeginningOfStatementList.txt
…
CommentAtEndOfMethod.py
…
CommentAtEndOfMethod.txt
…
CommentBeforeMethod.py
…
CommentBeforeMethod.txt
…
CommentBetweenClasses.py
…
CommentBetweenClasses.txt
…
CompoundStatementAfterSemicolon.py
…
CompoundStatementAfterSemicolon.txt
…
ComprehensionErrors.py
…
ComprehensionErrors.txt
…
ConditionalExpression.py
…
ConditionalExpression.txt
…
ConditionalParenLambda.py
…
ConditionalParenLambda.txt
…
DecoratedAsyncDef.py
…
DecoratedAsyncDef.txt
…
DecoratedFunction.py
…
DecoratedFunction.txt
…
DefaultTupleArguments.py
…
DefaultTupleArguments.txt
…
DictComprehension.py
…
DictComprehension.txt
…
DictLiteral.py
…
DictLiteral.txt
…
DictMissingComma.py
…
DictMissingComma.txt
…
DictMissingValue.py
…
DictMissingValue.txt
…
Ellipsis.py
…
Ellipsis.txt
…
EllipsisInSliceList.py
…
EllipsisInSliceList.txt
…
EllipsisInSliceListTail.py
…
EllipsisInSliceListTail.txt
…
EllipsisPython3.py
…
EllipsisPython3.txt
…
EmptyBlockInFunctionBeforeFunction.py
…
EmptyBlockInFunctionBeforeFunction.txt
…
EmptySubscription.py
…
EmptySubscription.txt
…
EmptySuperclassList.py
…
EmptySuperclassList.txt
…
EqYieldEq.py
…
EqYieldEq.txt
…
ErrorInParameterList.py
…
ErrorInParameterList.txt
…
ExecPy2.py
…
ExecPy2.txt
…
ExecPy3.py
…
ExecPy3.txt
…
ExtendedSlices.py
…
ExtendedSlices.txt
…
FloorDiv.py
…
FloorDiv.txt
…
FStrings.py
…
FStrings.txt
…
GeneratorInArgumentList.py
…
GeneratorInArgumentList.txt
…
GeneratorList.py
…
GeneratorList.txt
…
HelloWorld.py
…
HelloWorld.txt
…
IfInList.py
…
IfInList.txt
…
IfStatement.py
…
IfStatement.txt
…
IncompleteDict.py
…
IncompleteDict.txt
…
IncompleteFor.py
…
IncompleteFor.txt
…
IncompleteStatementList.py
…
IncompleteStatementList.txt
…
InconsistentDedent.py
…
InconsistentDedent.txt
…
KeywordAsClassName.py
…
KeywordAsClassName.txt
…
KeywordAsDefaultParameterValue.py
…
KeywordAsDefaultParameterValue.txt
…
KeywordAsFunctionName.py
…
KeywordAsFunctionName.txt
…
KeywordAsNamedParameter.py
…
KeywordAsNamedParameter.txt
…
KeywordOnlyArgument.py
…
KeywordOnlyArgument.txt
…
LambdaComprehension.py
…
LambdaComprehension.txt
…
LambdaConditional.py
…
LambdaConditional.txt
…
ListComprehensionNestedIf.py
…
ListComprehensionNestedIf.txt
…
LoneStar.py
…
LoneStar.txt
…
LongString.py
…
LongString.txt
…
MatMul.py
…
MatMul.txt
…
MissingClassNameAndThenColon.py
…
MissingClassNameAndThenColon.txt
…
MissingClassNameAndThenListOfBaseClasses.py
…
MissingClassNameAndThenListOfBaseClasses.txt
…
MissingDefaultValue.py
…
MissingDefaultValue.txt
…
MissingFunctionNameAndThenParametersList.py
…
MissingFunctionNameAndThenParametersList.txt
…
MissingListSeparators.py
…
MissingListSeparators.txt
…
MissingParenInCall.py
…
MissingParenInCall.txt
…
NestedGenerators.py
…
NestedGenerators.txt
…
Nonlocal.py
…
Nonlocal.txt
…
NotClosedBraceDict.py
…
NotClosedBraceDict.txt
…
NotClosedBraceSet.py
…
NotClosedBraceSet.txt
…
NotClosedSlice.py
…
NotClosedSlice.txt
…
OverIndentedComment.py
…
OverIndentedComment.txt
…
PrintAsFunction26.py
…
PrintAsFunction26.txt
…
Py3KKeywords.py
…
Py3KKeywords.txt
…
QualifiedTarget.py
…
QualifiedTarget.txt
…
RaiseFrom.py
…
RaiseFrom.txt
…
RaiseFromNoExpr.py
…
RaiseFromNoExpr.txt
…
RangeAsLHS.py
…
RangeAsLHS.txt
…
ResetAfterSemicolon.py
…
ResetAfterSemicolon.txt
…
ReturnAtEOF.py
…
ReturnAtEOF.txt
…
SetComprehension.py
…
SetComprehension.txt
…
SetLiteral.py
…
SetLiteral.txt
…
SingleClassBeforeFunction.py
…
SingleClassBeforeFunction.txt
…
SingleDefBeforeFunction.py
…
SingleDefBeforeFunction.txt
…
SliceList.py
…
SliceList.txt
…
StarExpression.py
…
StarExpression.txt
…
SubscribedAssignmentLHS.py
…
SubscribedAssignmentLHS.txt
…
SuperclassKeywordArguments.py
…
SuperclassKeywordArguments.txt
…
TabInsideContinuationIndent.py
…
TabInsideContinuationIndent.txt
…
TrailingBlockCommentsAtEndOfFile.py
PY-17017 Comments with greater indent are still included inside suite
2017-10-02 15:20:24 +03:00
TrailingBlockCommentsAtEndOfFile.txt
PY-17017 Comments with greater indent are still included inside suite
2017-10-02 15:20:24 +03:00
TrailingBlockCommentsFollowedByStatement.py
PY-17017 Comments with greater indent are still included inside suite
2017-10-02 15:20:24 +03:00
TrailingBlockCommentsFollowedByStatement.txt
PY-17017 Comments with greater indent are still included inside suite
2017-10-02 15:20:24 +03:00
TrailingCommaInArgList.py
…
TrailingCommaInArgList.txt
…
TrailingCommaInList.py
…
TrailingCommaInList.txt
…
TrailingSemicolon.py
…
TrailingSemicolon.txt
…
TryExceptAs.py
…
TryExceptAs.txt
…
TryExceptFinally.py
…
TryExceptFinally.txt
…
TryFinally.py
…
TryFinally.txt
…
TupleArguments.py
…
TupleArguments.txt
…
TupleAsDictKey.py
…
TupleAsDictKey.txt
…
UnpackingExpressions.py
…
UnpackingExpressions.txt
…
VariableAnnotations.py
…
VariableAnnotations.txt
…
WithMissingID.py
…
WithMissingID.txt
…
WithStatement26.py
…
WithStatement26.txt
…
WithStatement31.py
…
WithStatement31.txt
…
WithStatement.py
…
WithStatement.txt
…
YieldAsArgument.py
…
YieldAsArgument.txt
…
YieldFrom.py
…
YieldFrom.txt
…
YieldFromNoExpr.py
…
YieldFromNoExpr.txt
…
YieldInAssignment.py
…
YieldInAssignment.txt
…
YieldInAugAssignment.py
…
YieldInAugAssignment.txt
…
YieldInParentheses.py
…
YieldInParentheses.txt
…
YieldStatement.py
…
YieldStatement.txt
…