Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ApeWorX/web3.py
/ call
Function
call
tests/core/contracts/conftest.py:569–570 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
567
568
@pytest.fixture
569
def
call(request):
570
return
functools.partial(invoke_contract, api_call_desig=
"call"
)
571
572
573
@pytest.fixture
Callers
15
test_transacting_with_contract_no_arguments
Function · 0.85
test_transact_not_sending_ether_to_nonpayable_function
Function · 0.85
test_transact_sending_ether_to_nonpayable_function
Function · 0.85
test_transacting_with_contract_with_arguments
Function · 0.85
test_transacting_with_contract_with_string_argument
Function · 0.85
test_transacting_with_contract_with_encoded_string_argument_non_strict
Function · 0.85
test_transacting_with_contract_with_bytes32_array_argument
Function · 0.85
test_transacting_with_contract_with_byte_array_argument_strict
Function · 0.85
test_transacting_with_contract_with_byte_array_argument_non_strict
Function · 0.85
test_transacting_with_contract_respects_explicit_gas
Function · 0.85
test_auto_gas_computation_when_transacting
Function · 0.85
test_fallback_transacting_with_contract
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected