memory-graph 0.3.84__tar.gz → 0.3.85__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.
- {memory_graph-0.3.84 → memory_graph-0.3.85}/PKG-INFO +1 -1
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/__init__.py +1 -1
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/node_table.py +3 -2
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph.egg-info/PKG-INFO +1 -1
- {memory_graph-0.3.84 → memory_graph-0.3.85}/pyproject.toml +1 -1
- {memory_graph-0.3.84 → memory_graph-0.3.85}/LICENSE.txt +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/README.md +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/call_stack.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/config.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/config_default.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/config_helpers.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/extension_numpy.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/extension_pandas.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/extension_torch.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/html_table.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/list_view.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/memory_to_nodes.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/node_base.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/node_key_value.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/node_leaf.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/node_linear.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/sequence.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/slicer.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/slices.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/slices_iterator.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/slices_table_iterator.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/test.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/test_max_graph_depth.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/test_memory_graph.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/test_memory_to_nodes.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/test_sequence.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/test_slicer.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/test_slices.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/test_slices_iterator.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph/utils.py +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph.egg-info/SOURCES.txt +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph.egg-info/dependency_links.txt +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph.egg-info/requires.txt +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/memory_graph.egg-info/top_level.txt +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/setup.cfg +0 -0
- {memory_graph-0.3.84 → memory_graph-0.3.85}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: memory_graph
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.85
|
|
4
4
|
Summary: Teaching tool and debugging aid in context of references, mutable data types, and shallow and deep copy.
|
|
5
5
|
Author-email: Bas Terwijn <bterwijn@gmail.com>
|
|
6
6
|
License-Expression: BSD-2-Clause
|
|
@@ -45,8 +45,9 @@ class Node_Table(Node_Base):
|
|
|
45
45
|
children_width = children_size[1]
|
|
46
46
|
col_slices = slices.get_col_slices()
|
|
47
47
|
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
# Better keep a table in normal order, I think
|
|
49
|
+
#if config.horizontal:
|
|
50
|
+
# html_table.reverse_rows()
|
|
50
51
|
|
|
51
52
|
# use column indices for header row
|
|
52
53
|
html_table.add_value(utils.unquoted_str(''), border=0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: memory_graph
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.85
|
|
4
4
|
Summary: Teaching tool and debugging aid in context of references, mutable data types, and shallow and deep copy.
|
|
5
5
|
Author-email: Bas Terwijn <bterwijn@gmail.com>
|
|
6
6
|
License-Expression: BSD-2-Clause
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "memory_graph"
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.85"
|
|
8
8
|
description = "Teaching tool and debugging aid in context of references, mutable data types, and shallow and deep copy."
|
|
9
9
|
authors = [
|
|
10
10
|
{name = "Bas Terwijn", email = "bterwijn@gmail.com"}
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|