Check if CullControlPolygon is on/off (python)

I want to use the Rhino command CullControlPolygon, but i need to be certain that it is on, how can i check that?

-Eivind

Python:

import Rhino
cull = Rhino.Display.DisplayPipeline.CullControlPolygon()```

Thanks. i am so glad i can ask questions in which i have no idea to solve and only a few moments later i get the answer right back!