MCPcopy
hub / github.com/mosaicml/composer / close

Method close

composer/utils/object_store/object_store.py:157–159  ·  view source on GitHub ↗

Close the object store.

(self)

Source from the content-addressed store, hash-verified

155 raise NotImplementedError(f'{type(self).__name__}.list_objects is not implemented')
156
157 def close(self):
158 """Close the object store."""
159 pass
160
161 def __enter__(self):
162 return self

Callers 6

__exit__Method · 0.95
get_free_tcp_portFunction · 0.45
compressMethod · 0.45
callbackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected