This repository was archived by the owner on Jun 13, 2024. It is now read-only.
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,12 @@ can incorporate this behavior into the tool.
37
37
Meanwhile, you can help the backend make more precise slices by
38
38
telling the tool which functions don't modify their
39
39
arguments. By default, the tool assumes that functions change all
40
- arguments they're called with, and the objects they're called on.
40
+ arguments they're called with, and the objects they're called on,
41
+ with [ exceptions for some common APIs] ( https://github.com/andrewhead/python-program-analysis/tree/master/src/specs ) .
41
42
To edit the slicing rules, open the * Advanced Settings Editor* in the Jupyter Lab
42
- Settings menu and choose the "Code Gathering Tools " tab. In your
43
- user-defined settings, override ` rules ` , following
44
- [ this format] ( https://github.com/microsoft/gather/blob/9582165ca7af009343a96625d49f5b52a2e115cb/schema/plugin.json#L48-L74 )
43
+ Settings menu and choose the "nbgather " tab. In your
44
+ user-defined settings, override ` moduleMap ` , following
45
+ [ this format] ( https://github.com/andrewhead/python-program-analysis#api-specs )
45
46
to specify which functions don't modify their arguments.
46
47
47
48
** How do I clear the notebook's history?** Open up your ` .ipynb `
You can’t perform that action at this time.
0 commit comments