MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / _setup

Method _setup

tensorpack/input_source/input_source_base.py:142–143  ·  view source on GitHub ↗
(self, input_signature)

Source from the content-addressed store, hash-verified

140 return self.get_callbacks()
141
142 def _setup(self, input_signature):
143 pass
144
145 def setup_done(self):
146 """

Callers 1

setupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected