MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / register_tab_comp_context

Method register_tab_comp_context

tensorflow/python/debug/cli/base_ui.py:109–112  ·  view source on GitHub ↗

Wrapper around TabCompletionRegistry.register_tab_comp_context().

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

107 self._tab_completion_registry.extend_comp_items("", prefix_aliases)
108
109 def register_tab_comp_context(self, *args, **kwargs):
110 """Wrapper around TabCompletionRegistry.register_tab_comp_context()."""
111
112 self._tab_completion_registry.register_tab_comp_context(*args, **kwargs)
113
114 def run_ui(self,
115 init_command=None,

Callers 7

__init__Method · 0.45
setUpMethod · 0.45
create_analyzer_uiFunction · 0.45

Calls

no outgoing calls

Tested by 3

setUpMethod · 0.36