3d6f3d88233b0056d1682dcd97dcf0655c8bc309,tensorboard/plugins/text/text_plugin.py,TextPlugin,index_impl,#TextPlugin#Any#Any#,219
Before Change
plugin_name=metadata.PLUGIN_NAME,
)
return {
run: list(tag_to_content)
for (run, tag_to_content) in mapping.items()
}
@wrappers.Request.application
After Change
plugin_name=metadata.PLUGIN_NAME,
)
result = {run: [] for run in mapping}
for (run, tag_to_content) in mapping.items():
for (tag, metadatum) in tag_to_content.items():
md = metadata.parse_plugin_metadata(metadatum.plugin_content)
if not self._version_checker.ok(md.version, run, tag):
continue
result[run].append(tag)
return result
@wrappers.Request.application
def tags_route(self, request):
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 6
Instances
Project Name: tensorflow/tensorboard
Commit Name: 3d6f3d88233b0056d1682dcd97dcf0655c8bc309
Time: 2021-04-05
Author: wchargin@gmail.com
File Name: tensorboard/plugins/text/text_plugin.py
Class Name: TextPlugin
Method Name: index_impl
Project Name: theislab/scanpy
Commit Name: 4b1f799c8403626ff56c7bf23fb1fbdb79dcb015
Time: 2019-01-14
Author: fidel.ramirez@gmail.com
File Name: scanpy/plotting/_tools/__init__.py
Class Name:
Method Name: _rank_genes_groups_plot
Project Name: tensorflow/tensorboard
Commit Name: 3d6f3d88233b0056d1682dcd97dcf0655c8bc309
Time: 2021-04-05
Author: wchargin@gmail.com
File Name: tensorboard/plugins/text_v2/text_v2_plugin.py
Class Name: TextV2Plugin
Method Name: index_impl
Project Name: home-assistant/home-assistant
Commit Name: e3e014bccca3e3f505eabaf7574ee495d5ed05a7
Time: 2018-06-29
Author: 30130371+cdce8p@users.noreply.github.com
File Name: homeassistant/components/climate/zwave.py
Class Name: ZWaveClimate
Method Name: update_properties