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

Method join

tensorboard/compat/tensorflow_stub/io/gfile.py:248–250  ·  view source on GitHub ↗

Join paths with a slash.

(self, path, *paths)

Source from the content-addressed store, hash-verified

246 return False
247
248 def join(self, path, *paths):
249 """Join paths with a slash."""
250 return "/".join((path,) + paths)
251
252 def read(self, filename, binary_mode=False, size=None, continue_from=None):
253 """Reads contents of a file to a string.

Callers 15

run_mainFunction · 0.45
benchFunction · 0.45
_format_lineFunction · 0.45
test_audioMethod · 0.45
test_graph_defMethod · 0.45
setUpMethod · 0.45
_stub_tensorboardMethod · 0.45
test_timeoutMethod · 0.45
test_simpleMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_audioMethod · 0.36
test_graph_defMethod · 0.36
setUpMethod · 0.36
_stub_tensorboardMethod · 0.36
test_timeoutMethod · 0.36
test_simpleMethod · 0.36
write_svgsMethod · 0.36