Relative Content

Tag Archive for pythonmongodbpymongo

How to properly type PyMongo?

I’m trying to use PyMongo in a type safe(ish) way in VS Code. I’ve tried following the type hints section in the PyMongo documentation and arrived at the following (app is a Flask instance):

How to properly type PyMongo?

I’m trying to use PyMongo in a type safe(ish) way in VS Code. I’ve tried following the type hints section in the PyMongo documentation and arrived at the following (app is a Flask instance):