MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / __init__

Method __init__

tensorflow/python/framework/test_util.py:1486–1487  ·  view source on GitHub ↗
(self, capture_location)

Source from the content-addressed store, hash-verified

1484 """A utility class to load the captured writes made to a stream."""
1485
1486 def __init__(self, capture_location):
1487 self.capture_location = capture_location
1488
1489 def contents(self):
1490 """Get the captured writes as a single string."""

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected