ReQL command: is_empty
Command syntax
sequence.is_empty() → bool
Description
Test if a sequence is empty.
Example: Are there any documents in the marvel table?
r.table('marvel').is_empty().run(conn)
© RethinkDB contributors
Licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License.
https://rethinkdb.com/api/python/is_empty/