Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bterwijn/memory_graph
/ functions
Functions
477 in github.com/bterwijn/memory_graph
⨍
Functions
477
◇
Types & classes
67
Method
get_label
Return a label for the node to be shown in the graph next to the HTML table.
memory_graph/node_key_value.py:119
Method
get_label
Return a label for the node to be shown in the graph next to the HTML table.
memory_graph/node_table.py:79
Method
get_label
Return a label for the node to be shown in the graph next to the HTML table.
memory_graph/node_linear.py:93
Function
get_node_color
(node, default=config.background_color)
memory_graph/config_helpers.py:62
Function
get_node_slicer
(node, data, default=Slicer(3,2,3))
memory_graph/config_helpers.py:83
Function
get_node_vertical
(node, default)
memory_graph/config_helpers.py:69
Method
get_row
Get the number of rows in the table.
memory_graph/html_table.py:119
Method
get_slices
(self)
memory_graph/slices.py:67
Method
get_sorted_data_recursive
(self, data)
src/bucket_sort.py:22
Function
get_to_string
(data, default=lambda d: default_to_string(d))
memory_graph/config_helpers.py:55
Function
get_type_name
Returns the name of the type of 'data'.
memory_graph/utils.py:169
Function
has_dict_attributes
Returns 'True' if 'value' has a '__dict__' attribute.
memory_graph/utils.py:103
Method
has_index
(self, index)
memory_graph/slices.py:153
Method
indices_all
(self)
memory_graph/sequence.py:60
Method
indices_all
(self)
memory_graph/sequence.py:104
Function
is_embedded_type
(data)
memory_graph/config_helpers.py:38
Method
is_empty
(self)
memory_graph/slices.py:126
Method
is_empty
(self)
memory_graph/slices.py:167
Method
is_empty
(self)
memory_graph/sequence.py:13
Method
is_empty
(self)
memory_graph/sequence.py:48
Method
is_empty
(self)
memory_graph/sequence.py:78
Function
is_finite_iterable
Returns 'True' if 'data' is finite iterable.
memory_graph/utils.py:160
Function
is_vscode_jupyter_banned
(frameInfo)
memory_graph/__init__.py:336
Function
l
Shows the graph of locals() and blocks.
memory_graph/__init__.py:163
Function
locals_colab
Get the locals of the calling frame in a colab, filtering out the colab specific keys.
memory_graph/__init__.py:477
Function
locals_filter
Filter out the jupyter specific keys that polute the graph.
memory_graph/__init__.py:425
Function
locals_ipython
Get the locals of the calling frame in a ipython, filtering out the ipython specific keys.
memory_graph/__init__.py:458
Function
locals_jupyter
Get the locals of the calling frame in a jupyter notebook, filtering out the jupyter specific keys.
memory_graph/__init__.py:438
Function
locals_marimo
Get the locals of the calling frame in a marimo, filtering out the marimo specific keys.
memory_graph/__init__.py:496
Function
log_call
(function)
src/decorator.py:1
Function
make_sliceable
Returns a sliceble version of data, convert to list if not yet sliceble.
memory_graph/utils.py:150
Function
memory_to_nodes
Returnd a graph starting at 'data'.
memory_graph/memory_to_nodes.py:255
Function
mg_switch
(status = None)
src/auto_memory_graph.py:11
Function
mg_visualization
(execution_result)
src/auto_memory_graph.py:7
Method
my_method
(self)
memory_graph/test.py:78
Function
my_round
Rounds the value to the nearest integer rounding '.5' up consistantly.
memory_graph/utils.py:186
Function
nested_list
Returns a nested list with the given 'sizes' for test purposes.
memory_graph/utils.py:173
Function
node_table
(d)
src/graph_to_nodes.py:29
Function
pad_string
Pad string 's'.
memory_graph/utils.py:51
Function
prep_exception_str
Helper function to prepare an exception string for HTML display.
memory_graph/utils.py:92
Function
prep_str
Prepare 's' by limiting length, escaping HTML, and replacing newlines.
memory_graph/utils.py:43
Function
print_call_stack_vars
Prints all variables on the call stack.
memory_graph/__init__.py:391
Function
pycharm
(filename=None, data=None)
memory_graph/__init__.py:409
Function
quote_string
Quote string 's'.
memory_graph/utils.py:47
Function
reset_type
(type_name)
memory_graph/__init__.py:537
Function
rl
Shows the graph of locals() and blocks.
memory_graph/__init__.py:135
Function
rs
Shows the graph of mg.stack() and blocks.
memory_graph/__init__.py:142
Function
s
Shows the graph of mg.stack() and blocks.
memory_graph/__init__.py:169
Function
save_call_stack
Saves the call stack to 'filename' for inspection to see what functions need to be filtered out to create the desired graph.
memory_graph/__init__.py:384
Method
send
(self, sender, receiver, message)
src/inheritance.py:9
Method
send
(self, to_email, message)
src/inheritance.py:19
Function
show
Shows the graph of 'data' by first rendering and then opening the default viewer application by file extension at first call, when the outfile ch
memory_graph/__init__.py:94
Method
size
(self)
memory_graph/sequence.py:51
Method
size
(self)
memory_graph/sequence.py:81
Function
sl
Shows the graph of locals() and blocks.
memory_graph/__init__.py:107
Method
slice
(self, slicer)
memory_graph/sequence.py:57
Method
slice
(self, slicer0)
memory_graph/sequence.py:90
Function
ss
Shows the graph of mg.stack() and blocks.
memory_graph/__init__.py:114
Function
stack_colab
Get the call stack in a colab, filtering out the colab specific keys.
memory_graph/__init__.py:481
Function
stack_exception
Get the call stack at the point 'exception' was thrown.
memory_graph/__init__.py:294
Function
stack_ipython
Get the call stack in a ipython, filtering out the ipython specific keys.
memory_graph/__init__.py:462
Function
stack_jupyter
Get the call stack in a jupyter notebook, filtering out the jupyter specific keys.
memory_graph/__init__.py:442
Function
stack_marimo
Get the call stack in a marimo, filtering out the marimo specific keys.
memory_graph/__init__.py:500
Function
stack_pdb
Get the call stack in a 'pdb' debugger session, filtering out the 'pdb' functions that polute the graph.
memory_graph/__init__.py:303
Method
table_iter
(self, size)
memory_graph/slices.py:123
Method
table_iter
(self, size)
memory_graph/slices.py:164
Function
test_all
(fun)
memory_graph/test.py:226
Function
test_fun
(data)
memory_graph/test_memory_graph.py:11
Function
test_function
()
memory_graph/test.py:160
Function
transparent_background
(transparent = None)
memory_graph/config_default.py:98
Function
unextend_numpy
()
memory_graph/extension_numpy.py:40
Function
unextend_pandas
()
memory_graph/extension_pandas.py:29
Function
unextend_torch
()
memory_graph/extension_torch.py:15
Function
vscode
(filename=None, data=None)
memory_graph/__init__.py:399
Function
vscode_jupyter
(filename=None, data=None)
memory_graph/__init__.py:419
Function
wing
(filename=None, data=None)
memory_graph/__init__.py:414
Function
wrapper
(*args, **kwargs)
src/decorator.py:2
← previous
401–477 of 477, ranked by callers