def fetch_by_prefix_lower_current( cls, prefix_lower ): return cls.query( ndb.AND( cls.prefix_lower == prefix_lower, cls.current == True )).fetch()