SYMBOL INDEX (34 symbols across 8 files) FILE: ig/colors.py function random_color (line 4) | def random_color(base, variation): class Colors (line 19) | class Colors(object): method __init__ (line 24) | def __init__(self, base_colors): method generate (line 35) | def generate(self): FILE: ig/graph.py class Graph (line 11) | class Graph(object): method __init__ (line 21) | def __init__(self, method add (line 45) | def add(self, node_name, neighbors): method to_json (line 64) | def to_json(self): method is_empty (line 78) | def is_empty(self): method _get_or_add_node (line 85) | def _get_or_add_node(self, node_name): method _add_node (line 100) | def _add_node(self, node_name): method _add_edge (line 136) | def _add_edge(self, source, target): method __repr__ (line 162) | def __repr__(self): FILE: ig/main.py function setup_logging (line 13) | def setup_logging(): function parse_arguments (line 26) | def parse_arguments(args): function make_json (line 112) | def make_json(args, graph_json): function main (line 133) | def main(): FILE: ig/paths.py function create_directory (line 20) | def create_directory(directory): FILE: ig/serve.py class Server (line 23) | class Server(object): method __init__ (line 24) | def __init__(self, directory): method run (line 34) | def run(self, open_immediately, port): method write (line 60) | def write(self, payload): method cleanup (line 73) | def cleanup(self): method __enter__ (line 79) | def __enter__(self): method __exit__ (line 82) | def __exit__(self, error_type, error_value, traceback): FILE: ig/walk.py function try_prefixes (line 15) | def try_prefixes(path, prefixes): function get_includes (line 38) | def get_includes(filename, prefixes): function glob (line 60) | def glob(directory, pattern): function walk (line 79) | def walk(graph, args): FILE: scripts/bump.py function bump (line 8) | def bump(match): function main (line 26) | def main(): FILE: www/graph.js function createFilter (line 5) | function createFilter(instance, settings) { function visualizePane (line 47) | function visualizePane(graph, filter) { function visualize (line 72) | function visualize(json) {