Disable Cursor Tab in Python docstrings

The “Trigger in Comments” setting is awesome, but it doesn’t work for docstrings in e.g. Python, which are just strings like:

def foo(x):
    """
    Foo is used to...
    """

If possible, it would be awesome to be able to disable Cursor Tab here as well, since it’s frequently annoying in this context.