最佳答案
In C# we can create regions by using
#region
// some methods
#endregion
Is there any way to format python code in similar fashion so that I can keep all my relevant methods in one block?