Index

A | C | D | E | F | I | M | N | P | R | T | V

A

add_classes_to_graph() (codegrapher.graph.FunctionGrapher method)
add_dict_to_graph() (codegrapher.graph.FunctionGrapher method)
add_file_to_graph() (codegrapher.graph.FunctionGrapher method)
add_ignore_file() (codegrapher.parser.FileObject method)
aliases (codegrapher.parser.ClassObject attribute)
(codegrapher.parser.FileObject attribute)
(codegrapher.parser.FunctionObject attribute)
(codegrapher.parser.ImportVisitor attribute)

C

call_names (codegrapher.parser.CallVisitor attribute)
call_tree (codegrapher.parser.ClassObject attribute)
CallInspector (class in codegrapher.parser)
calls (codegrapher.parser.CallVisitor attribute)
(codegrapher.parser.FunctionObject attribute)
(codegrapher.parser.FunctionVisitor attribute)
CallVisitor (class in codegrapher.parser)
classes (codegrapher.parser.FileObject attribute)
(codegrapher.parser.FileVisitor attribute)
ClassObject (class in codegrapher.parser)
codegrapher (module)
codegrapher.graph (module)
codegrapher.parser (module)
continue_parsing() (codegrapher.parser.CallVisitor method)
(codegrapher.parser.FileVisitor method)
(codegrapher.parser.FunctionVisitor method)
(codegrapher.parser.ImportVisitor method)

D

decorator_list (codegrapher.parser.FunctionObject attribute)
defined_functions (codegrapher.parser.FunctionVisitor attribute)

E

edges (codegrapher.graph.FunctionGrapher attribute)

F

FilenameNotSpecifiedException
FileObject (class in codegrapher.parser)
FileVisitor (class in codegrapher.parser)
format (codegrapher.graph.FunctionGrapher attribute)
FunctionGrapher (class in codegrapher.graph)
FunctionObject (class in codegrapher.parser)
functions (codegrapher.parser.ClassObject attribute)
(codegrapher.parser.FunctionVisitor attribute)
FunctionVisitor (class in codegrapher.parser)

I

identifier (codegrapher.parser.CallInspector attribute)
ignore (codegrapher.parser.FileObject attribute)
ignore_functions() (codegrapher.parser.ClassObject method)
(codegrapher.parser.FileObject method)
ImportVisitor (class in codegrapher.parser)
is_classmethod (codegrapher.parser.FunctionObject attribute)

M

module (codegrapher.parser.CallInspector attribute)
modules (codegrapher.parser.ClassObject attribute)
(codegrapher.parser.FileObject attribute)
(codegrapher.parser.FunctionObject attribute)
(codegrapher.parser.ImportVisitor attribute)

N

name (codegrapher.graph.FunctionGrapher attribute)
(codegrapher.parser.ClassObject attribute)
(codegrapher.parser.FileObject attribute)
(codegrapher.parser.FunctionObject attribute)
namespace() (codegrapher.parser.ClassObject method)
(codegrapher.parser.FileObject method)
Node (class in codegrapher.graph)
node (codegrapher.parser.ClassObject attribute)
(codegrapher.parser.FileObject attribute)
(codegrapher.parser.FunctionObject attribute)
nodes (codegrapher.graph.FunctionGrapher attribute)

P

pprint() (codegrapher.parser.ClassObject method)

R

relative_namespace (codegrapher.parser.FileObject attribute)
remove_builtins() (codegrapher.parser.ClassObject method)
(codegrapher.parser.FileObject method)
(codegrapher.parser.FileVisitor method)
render() (codegrapher.graph.FunctionGrapher method)
represent (codegrapher.graph.Node attribute)

T

tuple (codegrapher.graph.Node attribute)

V

visit() (codegrapher.parser.ClassObject method)
(codegrapher.parser.FileObject method)
(codegrapher.parser.FunctionObject method)
visit_Attribute() (codegrapher.parser.CallInspector method)
visit_Call() (codegrapher.parser.CallVisitor method)
visit_ClassDef() (codegrapher.parser.FileVisitor method)
visit_FunctionDef() (codegrapher.parser.FunctionVisitor method)
visit_Import() (codegrapher.parser.ImportVisitor method)
visit_ImportFrom() (codegrapher.parser.ImportVisitor method)
visit_Module() (codegrapher.parser.FileVisitor method)
visit_Name() (codegrapher.parser.CallInspector method)