def web3(parity_process, endpoint_uri): wait_for_http(endpoint_uri) _web3 = Web3(Web3.HTTPProvider(endpoint_uri)) return _web3