You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: maxray/__init__.py
+3-2
Original file line number
Diff line number
Diff line change
@@ -260,6 +260,7 @@ def maxray(
260
260
*,
261
261
mutable=True,
262
262
pass_scope=False,
263
+
initial_scope={},
263
264
):
264
265
"""
265
266
A transform that recursively hooks into all further calls made within the function, so that `writer` will (in theory) observe every single expression evaluated by the Python interpreter occurring as part of the decorated function call.
@@ -284,7 +285,7 @@ def maxray(
284
285
# del frame
285
286
286
287
# TODO: allow configuring injection of variables into exec scope
0 commit comments