MCPcopy Create free account

hub / github.com/bterwijn/memory_graph / functions

Functions477 in github.com/bterwijn/memory_graph

Methodget_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
Methodget_label
Return a label for the node to be shown in the graph next to the HTML table.
memory_graph/node_table.py:79
Methodget_label
Return a label for the node to be shown in the graph next to the HTML table.
memory_graph/node_linear.py:93
Functionget_node_color
(node, default=config.background_color)
memory_graph/config_helpers.py:62
Functionget_node_slicer
(node, data, default=Slicer(3,2,3))
memory_graph/config_helpers.py:83
Functionget_node_vertical
(node, default)
memory_graph/config_helpers.py:69
Methodget_row
Get the number of rows in the table.
memory_graph/html_table.py:119
Methodget_slices
(self)
memory_graph/slices.py:67
Methodget_sorted_data_recursive
(self, data)
src/bucket_sort.py:22
Functionget_to_string
(data, default=lambda d: default_to_string(d))
memory_graph/config_helpers.py:55
Functionget_type_name
Returns the name of the type of 'data'.
memory_graph/utils.py:169
Functionhas_dict_attributes
Returns 'True' if 'value' has a '__dict__' attribute.
memory_graph/utils.py:103
Methodhas_index
(self, index)
memory_graph/slices.py:153
Methodindices_all
(self)
memory_graph/sequence.py:60
Methodindices_all
(self)
memory_graph/sequence.py:104
Functionis_embedded_type
(data)
memory_graph/config_helpers.py:38
Methodis_empty
(self)
memory_graph/slices.py:126
Methodis_empty
(self)
memory_graph/slices.py:167
Methodis_empty
(self)
memory_graph/sequence.py:13
Methodis_empty
(self)
memory_graph/sequence.py:48
Methodis_empty
(self)
memory_graph/sequence.py:78
Functionis_finite_iterable
Returns 'True' if 'data' is finite iterable.
memory_graph/utils.py:160
Functionis_vscode_jupyter_banned
(frameInfo)
memory_graph/__init__.py:336
Functionl
Shows the graph of locals() and blocks.
memory_graph/__init__.py:163
Functionlocals_colab
Get the locals of the calling frame in a colab, filtering out the colab specific keys.
memory_graph/__init__.py:477
Functionlocals_filter
Filter out the jupyter specific keys that polute the graph.
memory_graph/__init__.py:425
Functionlocals_ipython
Get the locals of the calling frame in a ipython, filtering out the ipython specific keys.
memory_graph/__init__.py:458
Functionlocals_jupyter
Get the locals of the calling frame in a jupyter notebook, filtering out the jupyter specific keys.
memory_graph/__init__.py:438
Functionlocals_marimo
Get the locals of the calling frame in a marimo, filtering out the marimo specific keys.
memory_graph/__init__.py:496
Functionlog_call
(function)
src/decorator.py:1
Functionmake_sliceable
Returns a sliceble version of data, convert to list if not yet sliceble.
memory_graph/utils.py:150
Functionmemory_to_nodes
Returnd a graph starting at 'data'.
memory_graph/memory_to_nodes.py:255
Functionmg_switch
(status = None)
src/auto_memory_graph.py:11
Functionmg_visualization
(execution_result)
src/auto_memory_graph.py:7
Methodmy_method
(self)
memory_graph/test.py:78
Functionmy_round
Rounds the value to the nearest integer rounding '.5' up consistantly.
memory_graph/utils.py:186
Functionnested_list
Returns a nested list with the given 'sizes' for test purposes.
memory_graph/utils.py:173
Functionnode_table
(d)
src/graph_to_nodes.py:29
Functionpad_string
Pad string 's'.
memory_graph/utils.py:51
Functionprep_exception_str
Helper function to prepare an exception string for HTML display.
memory_graph/utils.py:92
Functionprep_str
Prepare 's' by limiting length, escaping HTML, and replacing newlines.
memory_graph/utils.py:43
Functionprint_call_stack_vars
Prints all variables on the call stack.
memory_graph/__init__.py:391
Functionpycharm
(filename=None, data=None)
memory_graph/__init__.py:409
Functionquote_string
Quote string 's'.
memory_graph/utils.py:47
Functionreset_type
(type_name)
memory_graph/__init__.py:537
Functionrl
Shows the graph of locals() and blocks.
memory_graph/__init__.py:135
Functionrs
Shows the graph of mg.stack() and blocks.
memory_graph/__init__.py:142
Functions
Shows the graph of mg.stack() and blocks.
memory_graph/__init__.py:169
Functionsave_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
Methodsend
(self, sender, receiver, message)
src/inheritance.py:9
Methodsend
(self, to_email, message)
src/inheritance.py:19
Functionshow
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
Methodsize
(self)
memory_graph/sequence.py:51
Methodsize
(self)
memory_graph/sequence.py:81
Functionsl
Shows the graph of locals() and blocks.
memory_graph/__init__.py:107
Methodslice
(self, slicer)
memory_graph/sequence.py:57
Methodslice
(self, slicer0)
memory_graph/sequence.py:90
Functionss
Shows the graph of mg.stack() and blocks.
memory_graph/__init__.py:114
Functionstack_colab
Get the call stack in a colab, filtering out the colab specific keys.
memory_graph/__init__.py:481
Functionstack_exception
Get the call stack at the point 'exception' was thrown.
memory_graph/__init__.py:294
Functionstack_ipython
Get the call stack in a ipython, filtering out the ipython specific keys.
memory_graph/__init__.py:462
Functionstack_jupyter
Get the call stack in a jupyter notebook, filtering out the jupyter specific keys.
memory_graph/__init__.py:442
Functionstack_marimo
Get the call stack in a marimo, filtering out the marimo specific keys.
memory_graph/__init__.py:500
Functionstack_pdb
Get the call stack in a 'pdb' debugger session, filtering out the 'pdb' functions that polute the graph.
memory_graph/__init__.py:303
Methodtable_iter
(self, size)
memory_graph/slices.py:123
Methodtable_iter
(self, size)
memory_graph/slices.py:164
Functiontest_all
(fun)
memory_graph/test.py:226
Functiontest_fun
(data)
memory_graph/test_memory_graph.py:11
Functiontest_function
()
memory_graph/test.py:160
Functiontransparent_background
(transparent = None)
memory_graph/config_default.py:98
Functionunextend_numpy
()
memory_graph/extension_numpy.py:40
Functionunextend_pandas
()
memory_graph/extension_pandas.py:29
Functionunextend_torch
()
memory_graph/extension_torch.py:15
Functionvscode
(filename=None, data=None)
memory_graph/__init__.py:399
Functionvscode_jupyter
(filename=None, data=None)
memory_graph/__init__.py:419
Functionwing
(filename=None, data=None)
memory_graph/__init__.py:414
Functionwrapper
(*args, **kwargs)
src/decorator.py:2
← previous401–477 of 477, ranked by callers