Context Directives inside script?

Hi!

I can set to limit the function of my pushbutton in the bundle.yaml

context:
  any:
  - active-plan-view
  - active-elevation-view
  - active-section-view
  - active-3d-view

but how to set in python script?
I tried:

__context__ = [ "active-plan-view", "active-elevation-view", "active-section-view", "active-3d-view"]

but it is not working, how can I add “any” in it?