Toggle Mesh ON/Off
import toolbar toolbar.DoToggleShowMesh(ExtAPI)
You can use the following command as well:
ExtAPI.Graphics.ViewOptions.ShowMesh = True
Advantage is that you can check if Mesh is display or not by getting ExtAPI.Graphics.ViewOptions.ShowMesh boolean value