module documentation

Debug utils for working with the indexer and the AST.

Function display_type Convert a pytype internal type to a display type.
Function format_call Undocumented
Function format_def_with_location Undocumented
Function format_loc Undocumented
Function format_ref Undocumented
Function show_calls Undocumented
Function show_defs Show definitions.
Function show_index Display output in human-readable format.
Function show_kythe_spans Show kythe spans.
Function show_map Undocumented
Function show_refs Show references and associated definitions.
Function show_types Show inferred types.
Function typename Undocumented
def display_type(data): (source)

Convert a pytype internal type to a display type.

def format_call(call): (source)

Undocumented

def format_def_with_location(defn, loc): (source)

Undocumented

def format_loc(location): (source)

Undocumented

def format_ref(ref): (source)

Undocumented

def show_calls(index): (source)

Undocumented

def show_defs(index): (source)

Show definitions.

def show_index(index): (source)

Display output in human-readable format.

def show_kythe_spans(kythe_graph, src): (source)

Show kythe spans.

def show_map(name, mapping): (source)

Undocumented

def show_refs(index): (source)

Show references and associated definitions.

def show_types(index): (source)

Show inferred types.

def typename(node): (source)

Undocumented