File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ def __init__(self,x):
2626x : List [int ] = [1 ,2 ,3 ]
2727y : Dict [str , str ] = {'a' :'b' }
2828
29+
2930###########################################
3031# Expected Result
3132###########################################
@@ -37,6 +38,14 @@ def __init__(self,x):
3738 d: "Infinity",
3839 e: "-Infinity",
3940 accent: 'é',
41+ f: -{
42+ py/object: "_io.TextIOWrapper",
43+ write_through: false,
44+ line_buffering: false,
45+ errors: "strict",
46+ encoding: "cp1252",
47+ mode: "r"
48+ },
4049 g: {},
4150 h: [],
4251 i: -[
@@ -51,7 +60,20 @@ def __init__(self,x):
5160 },
5261 n: false,
5362 o: -{
54- py/id: 0
63+ py/object: "_io.TextIOWrapper",
64+ write_through: false,
65+ line_buffering: false,
66+ errors: "strict",
67+ encoding: "cp1252",
68+ mode: "r"
69+ },
70+ x: -[
71+ 1,
72+ 2,
73+ 3
74+ ],
75+ y: -{
76+ a: "b"
5577 }
5678}
5779
You can’t perform that action at this time.
0 commit comments