Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • [sfi for python] How does sfi.SFIToolkit.pollstd work?

    Stata command panel will be unresponsive for a while when python-write task is running. pollstd() in sfi.SFIToolkit seems like a method to keep Stata awake while running python task at background.

    static pollstd() Request that Stata poll its GUI at the standard interval. Use this method inside a time-consuming task so that the Stata interface is responsive to user inputs.
    But there is no detailed documentation how pollstd()works and how it should be added in Python Script.
    Is it sort of decorator to for modifying a function?


    Does anyone experienced this know how it works?
Working...
X