ismasterDEPRECATED A wrapper for hello command responses.

DEPRECATED Parse a response to the ‘ismaster’ command.

Changed in version 3.12: This module is deprecated and will be removed in PyMongo 4.0.

class pymongo.ismaster.IsMaster(doc)

DEPRECATED A hello response from the server.

Changed in version 3.12: Deprecated. Use Hello instead to parse server hello responses.

document

The complete hello command response document.

New in version 3.4.