Skip to content

Instantly share code, notes, and snippets.

Created January 31, 2018 14:39
Show Gist options
  • Save anonymous/bb12fac1ef11ebf73c51f10fd2dde1aa to your computer and use it in GitHub Desktop.
Save anonymous/bb12fac1ef11ebf73c51f10fd2dde1aa to your computer and use it in GitHub Desktop.
digraph {
node [shape="none"]
subgraph cluster_python {
label=Python
MetaPathFinder PathFinder
}
subgraph cluster_ipython {
label=IPython
InputTransformer
}
subgraph cluster_XXX {
label=deathbeds
aye mumble
}
literacy -> mumble
literacy -> MetaPathFinder
literacy -> InputTransformer
root [label="."]
MetaPathFinder -> root -> module
mumble -> InputTransformer [label="literate"]
aye -> PathFinder [label="import"]
# PathFinder -> MetaPathFinder [label="*"]
aye -> mumble
aye -> literacy
sys[label="sys.paths"]
PathFinder -> sys -> module
InputTransformer -> module
subgraph cluster_directory {
label="search paths"
root sys
}
subgraph cluster_before {
label=Before
literacy
}
subgraph cluster_import {
label="ipynb"
module
}
star_ipynb[label="*.ipynb"]
star_ipynb -> {literacy aye}
}
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment