ismaster – A wrapper for ismaster command responses.

Parse a response to the ‘ismaster’ command.

class pymongo.ismaster.IsMaster(doc)

Parse an ismaster response from the server.

document

The complete ismaster command response document.

New in version 3.4.