invocation-tree 0.0.32__tar.gz → 0.0.33__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {invocation_tree-0.0.32/invocation_tree.egg-info → invocation_tree-0.0.33}/PKG-INFO +3 -3
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/README.md +2 -2
- invocation_tree-0.0.33/images/factorial.gif +0 -0
- invocation_tree-0.0.33/images/permutations.gif +0 -0
- invocation_tree-0.0.33/images/permutations_collect.gif +0 -0
- invocation_tree-0.0.33/images/permutations_neighbor.gif +0 -0
- invocation_tree-0.0.33/images/permutations_return.gif +0 -0
- invocation_tree-0.0.33/images/quick_sort.gif +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/invocation_tree/__init__.py +2 -2
- {invocation_tree-0.0.32 → invocation_tree-0.0.33/invocation_tree.egg-info}/PKG-INFO +3 -3
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/invocation_tree.egg-info/SOURCES.txt +0 -1
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/pyproject.toml +1 -1
- invocation_tree-0.0.32/images/__pycache__/graph.cpython-313.pyc +0 -0
- invocation_tree-0.0.32/images/factorial.gif +0 -0
- invocation_tree-0.0.32/images/permutations.gif +0 -0
- invocation_tree-0.0.32/images/permutations_collect.gif +0 -0
- invocation_tree-0.0.32/images/permutations_neighbor.gif +0 -0
- invocation_tree-0.0.32/images/permutations_return.gif +0 -0
- invocation_tree-0.0.32/images/quick_sort.gif +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/LICENSE.txt +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/MANIFEST.in +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/compute.gif +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/compute.py +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/create_gif.sh +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/create_images.sh +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/draw_graph.py +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/draw_graph_d_x.py +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/edges_big.out +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/edges_big_d_x.out +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/edges_small.out +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/factorial.py +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/graph.py +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/graph_big.png +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/graph_big_d_x.png +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/graph_small.png +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/jugs.png +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/jugs_depth_first.py +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/perms_LR3.png +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/permutations.py +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/permutations_collect.py +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/permutations_dot.py +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/permutations_neighbor.py +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/permutations_return.py +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/permutations_vscode.gif +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/print_all_paths.py +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/print_all_paths_of_length.py +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/print_all_paths_via.py +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/quick_sort.py +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/students.gif +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/students.py +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/vscode.png +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/invocation_tree/regex_set.py +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/invocation_tree.egg-info/dependency_links.txt +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/invocation_tree.egg-info/requires.txt +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/invocation_tree.egg-info/top_level.txt +0 -0
- {invocation_tree-0.0.32 → invocation_tree-0.0.33}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: invocation_tree
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.33
|
|
4
4
|
Summary: Generates an invocation tree of functions calls.
|
|
5
5
|
Author-email: Bas Terwijn <bterwijn@gmail.com>
|
|
6
6
|
License-Expression: BSD-2-Clause
|
|
@@ -602,9 +602,9 @@ tree = ivt.Invocation_Tree()
|
|
|
602
602
|
- **tree.ignore_calls** : set()
|
|
603
603
|
- set of all functions names that are not shown in the tree, including its children
|
|
604
604
|
- **tree.fontname** : str
|
|
605
|
-
- the font used in the graph, default '
|
|
605
|
+
- the font used in the graph, default 'Times-Roman' (widely available on the web)
|
|
606
606
|
- **tree.fontsize** : str
|
|
607
|
-
- the font size used in the graph, default '14'
|
|
607
|
+
- the font size used in the graph, default '14'
|
|
608
608
|
|
|
609
609
|
# Troubleshooting #
|
|
610
610
|
- Adobe Acrobat Reader [doesn't refresh a PDF file](https://community.adobe.com/t5/acrobat-reader-discussions/reload-refresh-pdfs/td-p/9632292) when it changes on disk and blocks updates which results in an `Could not open 'tree.pdf' for writing : Permission denied` error. One solution is to install a PDF reader that does refresh ([SumatraPDF](https://www.sumatrapdfreader.org/), [Okular](https://okular.kde.org/), ...) and set it as the default PDF reader. Another solution is to `render()` the graph to a different output format.
|
|
@@ -582,9 +582,9 @@ tree = ivt.Invocation_Tree()
|
|
|
582
582
|
- **tree.ignore_calls** : set()
|
|
583
583
|
- set of all functions names that are not shown in the tree, including its children
|
|
584
584
|
- **tree.fontname** : str
|
|
585
|
-
- the font used in the graph, default '
|
|
585
|
+
- the font used in the graph, default 'Times-Roman' (widely available on the web)
|
|
586
586
|
- **tree.fontsize** : str
|
|
587
|
-
- the font size used in the graph, default '14'
|
|
587
|
+
- the font size used in the graph, default '14'
|
|
588
588
|
|
|
589
589
|
# Troubleshooting #
|
|
590
590
|
- Adobe Acrobat Reader [doesn't refresh a PDF file](https://community.adobe.com/t5/acrobat-reader-discussions/reload-refresh-pdfs/td-p/9632292) when it changes on disk and blocks updates which results in an `Could not open 'tree.pdf' for writing : Permission denied` error. One solution is to install a PDF reader that does refresh ([SumatraPDF](https://www.sumatrapdfreader.org/), [Okular](https://okular.kde.org/), ...) and set it as the default PDF reader. Another solution is to `render()` the graph to a different output format.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -9,7 +9,7 @@ import difflib
|
|
|
9
9
|
|
|
10
10
|
import invocation_tree.regex_set as regset
|
|
11
11
|
|
|
12
|
-
__version__ = "0.0.
|
|
12
|
+
__version__ = "0.0.33"
|
|
13
13
|
__author__ = 'Bas Terwijn'
|
|
14
14
|
|
|
15
15
|
def highlight_diff(str1, str2):
|
|
@@ -106,7 +106,7 @@ class Invocation_Tree:
|
|
|
106
106
|
self.regset_hide_vars = regset.Regex_Set(self.hide_vars)
|
|
107
107
|
self.regset_hide_calls = regset.Regex_Set(self.hide_calls)
|
|
108
108
|
self.regset_ignore_calls = regset.Regex_Set(self.ignore_calls)
|
|
109
|
-
self.fontname = '
|
|
109
|
+
self.fontname = 'Times-Roman'
|
|
110
110
|
self.fontsize = '14'
|
|
111
111
|
# --- core
|
|
112
112
|
self.stack = []
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: invocation_tree
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.33
|
|
4
4
|
Summary: Generates an invocation tree of functions calls.
|
|
5
5
|
Author-email: Bas Terwijn <bterwijn@gmail.com>
|
|
6
6
|
License-Expression: BSD-2-Clause
|
|
@@ -602,9 +602,9 @@ tree = ivt.Invocation_Tree()
|
|
|
602
602
|
- **tree.ignore_calls** : set()
|
|
603
603
|
- set of all functions names that are not shown in the tree, including its children
|
|
604
604
|
- **tree.fontname** : str
|
|
605
|
-
- the font used in the graph, default '
|
|
605
|
+
- the font used in the graph, default 'Times-Roman' (widely available on the web)
|
|
606
606
|
- **tree.fontsize** : str
|
|
607
|
-
- the font size used in the graph, default '14'
|
|
607
|
+
- the font size used in the graph, default '14'
|
|
608
608
|
|
|
609
609
|
# Troubleshooting #
|
|
610
610
|
- Adobe Acrobat Reader [doesn't refresh a PDF file](https://community.adobe.com/t5/acrobat-reader-discussions/reload-refresh-pdfs/td-p/9632292) when it changes on disk and blocks updates which results in an `Could not open 'tree.pdf' for writing : Permission denied` error. One solution is to install a PDF reader that does refresh ([SumatraPDF](https://www.sumatrapdfreader.org/), [Okular](https://okular.kde.org/), ...) and set it as the default PDF reader. Another solution is to `render()` the graph to a different output format.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{invocation_tree-0.0.32 → invocation_tree-0.0.33}/invocation_tree.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|