db.book.find( { $where: function() { ... return this._id % 100 == 0 ... } } ) 这样的 shell 在 python 里面应该怎么写?