示例#1
0
 def tearDown(self):
     KspObject.refresh()
     Output().refresh()
     Callback.refresh()
     # Function.refresh()
     BuiltIn.refresh()
     refresh_names_count()
     IName.refresh()
     gui_refresh()
     For.refresh()
     KSP.refresh()
示例#2
0
文件: script.py 项目: Levitanus/pyksp
def refresh_all():
    '''clears the Output()
    calls refresh methods of:
    BuiltIn
    IName
    For
    KSP
    calls native_types.refresh_names_count()
    and bi_ui_controls.refresh()
    '''
    KspObject.refresh()
    # Callback.refresh()
    # Function.refresh()
    BuiltIn.refresh()
    refresh_names_count()
    IName.refresh()
    gui_refresh()
    For.refresh()
    Output().refresh()
    KSP.refresh()