Skip to content
mstern98 edited this page Mar 25, 2021 · 23 revisions

Creating a Graph

Parameter ::
max_stat_change = 1 snapshot_timestamp = topylogic.START_STOP max_loop = topylogic.MAX_LOOPS lvl_verbose = topylogic.VERTICES + topylogic.EDGES + topylogic.FUNCTIONS + topylogic.GLOBALS context = topylogic.SINGLE mem_option = topylogic.CONTINUE request_flag = topylogic.IGNORE_FAIL_REQUEST
>>> g = graph()
Clone this wiki locally