Can I wrap a C++ type in Python so Pylance knows I can get and set it using Python types?
I am working with a C++ library wrapped for Python.
The library defines classes, each with many attributes that are like Python standard types but with a few extra methods. eg in the Python stubs “String” inherits from the standard “str”