Skip to content

Commit dc4b68c

Browse files
committed
Adding forgotten golden files.
1 parent 625e5f3 commit dc4b68c

23 files changed

+234
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
ModuleRootNode Name: <module 'bin01'> SourceSection: [0,5]`0b101`
2+
Signature: varArgs=False, varKeywordArgs=False, noArguments=True, positionalOnly=True, requiresKeywordArgs=False
3+
FreeVars: None
4+
NeedsCellFrame: False
5+
FrameDescriptor: Empty
6+
Documentation: None
7+
InnerRootNode SourceSection: [0,5]`0b101`
8+
IntegerLiteralNode SourceSection: [0,5]`0b101`
9+
Value: 5
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
ModuleRootNode Name: <module 'bin02'> SourceSection: [0,6]`-0b101`
2+
Signature: varArgs=False, varKeywordArgs=False, noArguments=True, positionalOnly=True, requiresKeywordArgs=False
3+
FreeVars: None
4+
NeedsCellFrame: False
5+
FrameDescriptor: Empty
6+
Documentation: None
7+
InnerRootNode SourceSection: [0,6]`-0b101`
8+
IntegerLiteralNode SourceSection: [0,6]`-0b101`
9+
Value: -5
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
ModuleRootNode Name: <module 'bin03'> SourceSection: [0,66]`0b111111111111111111...`
2+
Signature: varArgs=False, varKeywordArgs=False, noArguments=True, positionalOnly=True, requiresKeywordArgs=False
3+
FreeVars: None
4+
NeedsCellFrame: False
5+
FrameDescriptor: Empty
6+
Documentation: None
7+
InnerRootNode SourceSection: [0,66]`0b111111111111111111...`
8+
PIntLiteralNode SourceSection: [0,66]`0b111111111111111111...`
9+
Value: 18446744073709551615
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
ModuleRootNode Name: <module 'complex01'> SourceSection: [0,4]`0+1j`
2+
Signature: varArgs=False, varKeywordArgs=False, noArguments=True, positionalOnly=True, requiresKeywordArgs=False
3+
FreeVars: None
4+
NeedsCellFrame: False
5+
FrameDescriptor: Empty
6+
Documentation: None
7+
InnerRootNode SourceSection: [0,4]`0+1j`
8+
BinaryArithmeticExpression SourceSection: [0,4]`0+1j`
9+
LookupAndCallBinaryNodeGen SourceSection: None
10+
Op: __add__
11+
IntegerLiteralNode SourceSection: [0,1]`0`
12+
Value: 0
13+
ComplexLiteralNode SourceSection: [2,4]`1j`
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
ModuleRootNode Name: <module 'int01'> SourceSection: [0,1]`1`
2+
Signature: varArgs=False, varKeywordArgs=False, noArguments=True, positionalOnly=True, requiresKeywordArgs=False
3+
FreeVars: None
4+
NeedsCellFrame: False
5+
FrameDescriptor: Empty
6+
Documentation: None
7+
InnerRootNode SourceSection: [0,1]`1`
8+
IntegerLiteralNode SourceSection: [0,1]`1`
9+
Value: 1
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
ModuleRootNode Name: <module 'int03'> SourceSection: [0,2]`-0`
2+
Signature: varArgs=False, varKeywordArgs=False, noArguments=True, positionalOnly=True, requiresKeywordArgs=False
3+
FreeVars: None
4+
NeedsCellFrame: False
5+
FrameDescriptor: Empty
6+
Documentation: None
7+
InnerRootNode SourceSection: [0,2]`-0`
8+
IntegerLiteralNode SourceSection: [0,2]`-0`
9+
Value: 0
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
ModuleRootNode Name: <module 'int04'> SourceSection: [0,7]`h == -1`
2+
Signature: varArgs=False, varKeywordArgs=False, noArguments=True, positionalOnly=True, requiresKeywordArgs=False
3+
FreeVars: None
4+
NeedsCellFrame: False
5+
FrameDescriptor: Empty
6+
Documentation: None
7+
InnerRootNode SourceSection: [0,7]`h == -1`
8+
BinaryComparisonNodeGen SourceSection: [0,7]`h == -1`
9+
LookupAndCallBinaryNodeGen SourceSection: None
10+
Op: __eq__
11+
ReadNameNodeGen SourceSection: [0,1]`h`
12+
Identifier: h
13+
IntegerLiteralNode SourceSection: [5,7]`-1`
14+
Value: -1
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
ModuleRootNode Name: <module 'int05'> SourceSection: [0,3]`--2`
2+
Signature: varArgs=False, varKeywordArgs=False, noArguments=True, positionalOnly=True, requiresKeywordArgs=False
3+
FreeVars: None
4+
NeedsCellFrame: False
5+
FrameDescriptor: Empty
6+
Documentation: None
7+
InnerRootNode SourceSection: [0,3]`--2`
8+
UnaryArithmeticExpression SourceSection: [0,3]`--2`
9+
LookupAndCallUnaryNodeGen SourceSection: None
10+
Op: __neg__
11+
IntegerLiteralNode SourceSection: [1,3]`-2`
12+
Value: -2
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
ModuleRootNode Name: <module 'int06'> SourceSection: [0,4]`---2`
2+
Signature: varArgs=False, varKeywordArgs=False, noArguments=True, positionalOnly=True, requiresKeywordArgs=False
3+
FreeVars: None
4+
NeedsCellFrame: False
5+
FrameDescriptor: Empty
6+
Documentation: None
7+
InnerRootNode SourceSection: [0,4]`---2`
8+
UnaryArithmeticExpression SourceSection: [0,4]`---2`
9+
LookupAndCallUnaryNodeGen SourceSection: None
10+
Op: __neg__
11+
UnaryArithmeticExpression SourceSection: [1,4]`--2`
12+
LookupAndCallUnaryNodeGen SourceSection: None
13+
Op: __neg__
14+
IntegerLiteralNode SourceSection: [2,4]`-2`
15+
Value: -2
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
ModuleRootNode Name: <module 'int07'> SourceSection: [0,5]`----2`
2+
Signature: varArgs=False, varKeywordArgs=False, noArguments=True, positionalOnly=True, requiresKeywordArgs=False
3+
FreeVars: None
4+
NeedsCellFrame: False
5+
FrameDescriptor: Empty
6+
Documentation: None
7+
InnerRootNode SourceSection: [0,5]`----2`
8+
UnaryArithmeticExpression SourceSection: [0,5]`----2`
9+
LookupAndCallUnaryNodeGen SourceSection: None
10+
Op: __neg__
11+
UnaryArithmeticExpression SourceSection: [1,5]`---2`
12+
LookupAndCallUnaryNodeGen SourceSection: None
13+
Op: __neg__
14+
UnaryArithmeticExpression SourceSection: [2,5]`--2`
15+
LookupAndCallUnaryNodeGen SourceSection: None
16+
Op: __neg__
17+
IntegerLiteralNode SourceSection: [3,5]`-2`
18+
Value: -2

0 commit comments

Comments
 (0)