MCPcopy Index your code
hub / github.com/jimmysong/programmingbitcoin / setUpClass

Method setUpClass

code-ch13/tx.py:506–508  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

504
505 @classmethod
506 def setUpClass(cls):
507 # fill with cache so we don't have to be online to run these tests
508 TxFetcher.load_cache(cls.cache_file)
509
510 @classmethod
511 def tearDownClass(cls):

Callers

nothing calls this directly

Calls 1

load_cacheMethod · 0.45

Tested by

no test coverage detected