Exemplo n.º 1
0
 def VFFSL(self, searchList, name, autocall=True):
     anInt = 1
     none = 'some'
     return valueFromFrameOrSearchList(searchList, name, autocall)
Exemplo n.º 2
0
 def VFFSL(self, searchList, name, autocall=True):
     locals().update({'anInt': 1, 'none': 'some'})
     return valueFromFrameOrSearchList(searchList, name, autocall)
Exemplo n.º 3
0
 def VFFSL(self, searchList, name, autocall=True):
     anInt = 1
     none = 'some'
     return valueFromFrameOrSearchList(searchList, name, autocall)
Exemplo n.º 4
0
 def VFFSL(self, searchList, name, autocall=True):
     locals().update({'anInt': 1, 'none': 'some'})
     return valueFromFrameOrSearchList(searchList, name, autocall)