MCPcopy Create free account
hub / github.com/danpaquin/coinbasepro-python / teardown_method

Method teardown_method

tests/test_public_client.py:18–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17 @staticmethod
18 def teardown_method():
19 time.sleep(.25) # Avoid rate limit
20
21 def test_get_products(self, client):
22 r = client.get_products()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected