Hello, > How do I quickly test if there are results in the resultset?
You can use bool(result.count()) or bool(result.any()). -- Gustavo Niemeyer http://niemeyer.net -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
