Pymongo Ping

from pymongo import MongoClient
client = MongoClient()
client.db_name.command('ping')
Is Mayonnaise a Programming Language?