We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Key('about').tests(lambda x: x.startswith('Ad'))
Key('friends').tests(Key('name') == 'Scott')
Key().friends.name.match('Scott')
Friends = Key('friends') Friends.name.match('Scott')
Status