Skip to content

Conversation

diogo55
Copy link

@diogo55 diogo55 commented Jan 28, 2021

Created a feature that builds Control Flow Graphs, Data Flow Graphs and Function call graphs for input code.

pgbovine and others added 30 commits June 13, 2018 13:06
+                          # added these additional ones on 2018-06-15
+                          # after seeing usage logs of what users tried
+                          # importing a lot but we didn't support yet
+                          # (ignoring imports that heavily deal with
+                          # filesystem, networking, or 3rd-party libs)
+                          '__future__', 'cmath', 'decimal', 'fractions',
+                          'pprint', 'calendar', 'pickle', 'cPickle',
+                          'struct', 'types', 'ctypes', 'array',
+                          'sqlite3', 'locale', 'glob', 'abc', 'inspect',
+                          'doctest', 'unittest',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants