MCPcopy Index your code
hub / github.com/tensorflow/tensorboard / main

Function main

tensorboard/test.py:55–57  ·  view source on GitHub ↗

Pass args and kwargs through to absltest main.

(*args, **kwargs)

Source from the content-addressed store, hash-verified

53
54
55def main(*args, **kwargs):
56 """Pass args and kwargs through to absltest main."""
57 return absltest.main(*args, **kwargs)

Callers

nothing calls this directly

Calls 1

mainMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…