MCPcopy
hub / github.com/tensorflow/tensorboard / get_plugin_apps

Method get_plugin_apps

tensorboard/backend/application_test.py:107–113  ·  view source on GitHub ↗

Returns a mapping from routes to handlers offered by this plugin. Returns: A dictionary mapping from routes to handlers offered by this plugin.

(self)

Source from the content-addressed store, hash-verified

105 construction_callback(context)
106
107 def get_plugin_apps(self):
108 """Returns a mapping from routes to handlers offered by this plugin.
109
110 Returns:
111 A dictionary mapping from routes to handlers offered by this plugin.
112 """
113 return self._routes_mapping
114
115 def is_active(self):
116 """Returns whether this plugin is active.

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected