Monero
Loading...
Searching...
No Matches
check_missing_rpc_methods Namespace Reference

Variables

str USAGE = 'usage: check_untested_methods.py <rootdir>'
 rootdir = sys.argv[1]
list modules
bool error = False
 match = re.search('.*\"(.*)\".*', line)
 name = match.group(1)

Variable Documentation

◆ error

bool error = False

◆ match

check_missing_rpc_methods.match = re.search('.*\"(.*)\".*', line)

◆ modules

list check_missing_rpc_methods.modules
Initial value:
= [
{
'name': 'daemon',
'object': daemon.Daemon(),
'path': rootdir + '/src/rpc/core_rpc_server.h',
'ignore': []
},
{
'name': 'wallet',
'object': wallet.Wallet(),
'path': rootdir + '/src/wallet/wallet_rpc_server.h',
'ignore': []
}
]
Definition wallet.py:34

◆ name

check_missing_rpc_methods.name = match.group(1)

◆ rootdir

check_missing_rpc_methods.rootdir = sys.argv[1]

◆ USAGE

str check_missing_rpc_methods.USAGE = 'usage: check_untested_methods.py <rootdir>'