Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ __call__
Method
__call__
test/functional/test_framework/test_node.py:869–870 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
867
self.command = command
868
869
def
__call__(self, *args, **kwargs):
870
return
self.cli.send_cli(self.command, *args, **kwargs)
871
872
def
get_request(self, *args, **kwargs):
873
return
lambda
: self(*args, **kwargs)
Callers
nothing calls this directly
Calls
1
send_cli
Method · 0.80
Tested by
no test coverage detected