|
|
@@ -102,15 +102,18 @@ mixin-class-rgx = """.*[Mm]ixin|\
|
|
|
RPC|TxProxyClient|Contract)$"""
|
|
|
|
|
|
ignored-classes = [ # ignored for no-member, otherwise checked
|
|
|
+ "argparse.Namespace",
|
|
|
"optparse.Values",
|
|
|
"thread._local",
|
|
|
"_thread._local",
|
|
|
- "argparse.Namespace",
|
|
|
# mmgen:
|
|
|
"baseconv",
|
|
|
+ "deserialized_tx",
|
|
|
"mmgen.autosign.Signable.base",
|
|
|
"mmgen.autosign.Autosign", # tx_dir, etc. created dynamically
|
|
|
- "Sha2",
|
|
|
+ "mmgen.rpc.local.RPCClient",
|
|
|
+ "mmgen.proto.eth.tx.transaction.Transaction",
|
|
|
+ "mmgen.proto.eth.tw.view.EthereumTwView",
|
|
|
"mmgen.xmrwallet.file.MoneroMMGenTX.Base",
|
|
|
"mmgen.xmrwallet.file.MoneroWalletOutputsFile.Base",
|
|
|
"mmgen.xmrwallet.ops.sweep.OpSweep",
|
|
|
@@ -120,23 +123,22 @@ ignored-classes = [ # ignored for no-member, otherwise checked
|
|
|
"mmgen.xmrwallet.ops.txview.OpTxview",
|
|
|
"mmgen.xmrwallet.file.outputs.MoneroWalletOutputsFile.Base",
|
|
|
"mmgen.xmrwallet.file.tx.MoneroMMGenTX.Base",
|
|
|
- "mmgen.proto.eth.tx.Completed",
|
|
|
- "TxInfo",
|
|
|
- "TwRPC",
|
|
|
- "MnemonicEntry",
|
|
|
"MMGenObjectDevTools",
|
|
|
+ "MnemonicEntry",
|
|
|
"MnEntryMode",
|
|
|
- "deserialized_tx",
|
|
|
+ "Sha2",
|
|
|
+ "TwRPC",
|
|
|
+ "TxInfo",
|
|
|
# test suite:
|
|
|
- "CmdTestEthdevMethods",
|
|
|
+ "CmdGroupMgr",
|
|
|
"CmdTestEthBumpMethods",
|
|
|
+ "CmdTestEthdevMethods",
|
|
|
"CmdTestEthSwapMethods",
|
|
|
- "TestHashFunc",
|
|
|
+ "FFI_override",
|
|
|
"GenTool",
|
|
|
- "VirtBlockDeviceBase",
|
|
|
- "SwapMgrBase",
|
|
|
- "Opts",
|
|
|
"Help",
|
|
|
- "FFI_override",
|
|
|
- "CmdGroupMgr",
|
|
|
+ "Opts",
|
|
|
+ "SwapMgrBase",
|
|
|
+ "TestHashFunc",
|
|
|
+ "VirtBlockDeviceBase",
|
|
|
]
|