def stop(self): cleos.WalletStop()
def stop(self): '''Stop keosd, the EOSIO wallet manager. ''' cleos.WalletStop()
def stop_keosd(): cleos.WalletStop(is_verbose=False)