Beispiel #1
0
def _ibeis_cache_write(key, val):
    """ Writes to global IBEIS cache

    TODO: Use text based config file
    """
    print('[sysres] set %s=%r' % (key, val))
    util_cache.global_cache_write(key, val, appname=__APPNAME__)
Beispiel #2
0
def _ibeis_cache_write(key, val):
    """ Writes to global IBEIS cache

    TODO: Use text based config file
    """
    print('[sysres] set %s=%r' % (key, val))
    util_cache.global_cache_write(key, val, appname=__APPNAME__)
Beispiel #3
0
def _guitool_cache_write(key, val):
    """ Writes to global IBEIS cache """
    util_cache.global_cache_write(
        key, val, appname='wbia'
    )  # HACK, user should specify appname
Beispiel #4
0
def _guitool_cache_write(key, val):
    """ Writes to global IBEIS cache """
    util_cache.global_cache_write(key, val, appname='ibeis')  # HACK, user should specify appname
Beispiel #5
0
def _ibeis_cache_write(key, val):
    """ Writes to global IBEIS cache """
    print('[sysres] set %s=%r' % (key, val))
    util_cache.global_cache_write(key, val, appname=__APPNAME__)
Beispiel #6
0
def _ibeis_cache_write(key, val):
    """ Writes to global IBEIS cache """
    util_cache.global_cache_write(key, val, appname=__APPNAME__)