MCPcopy
hub / github.com/rocky/python-uncompyle6 / test_stuff

Function test_stuff

pytest/test_deparse.py:76–318  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74
75
76def test_stuff():
77 return
78 parsed = get_parsed_for_fn(map_stmts)
79 expect = """
80-1
81return (x, y)
82 ^
83Contained in...
84return (x, y)
85-------------
860
87x = []
88 -
89Contained in...
90x = []
91 --
923
93x = []
94-
95Contained in...
96x = []
97------
986
99y = {}
100 -
101Contained in...
102y = {}
103 --
1049
105y = {}
106-
107Contained in...
108y = {}
109------
11012
111return (x, y)
112 -
113Contained in...
114return (x, y)
115 ------
11615
117return (x, y)
118 -
119Contained in...
120return (x, y)
121 ------
12218
123return (x, y)
124 ------
125Contained in...
126return (x, y)
127-------------
12821
129return (x, y)
130-------------
131Contained in...
132x = [] ...
133------ ...

Callers

nothing calls this directly

Calls 2

get_parsed_for_fnFunction · 0.85
check_expectFunction · 0.85

Tested by

no test coverage detected