Exemple #1
0
def init():
    if not getattr(init, 'initialized', False):
        yicespy.yices_init()
    init.initialized = True
Exemple #2
0
def init():
    if not getattr(init, 'initialized', False):
        yicespy.yices_init()
    init.initialized = True