Is # region reserved in Django ?

Is # region some reserved keyword in python ? Because, vscode is hinting at closing it.

# region = "Asia Pacific (Mumbai)"  # Use the location name, not the region code
#region is missing corresponding #endregionPylance

It’s not Python, it’s PyLance flagging this. It’s a side-effect of an “improvement” deployed with VSCode back in February - Python in Visual Studio Code – February 2022 Release - Python