Example #1
0
def Get_processor_name():
    msg = 'pypar.Get_processor_name will become obsolete soon.'
    msg += 'Please use pypar.get_processor_name'
    warn(msg)
    return get_processor_name()
Example #2
0
def Get_processor_name():
    msg = 'pypar.Get_processor_name will become obsolete soon.'
    msg += 'Please use pypar.get_processor_name'
    warn(msg)
    return get_processor_name()
Example #3
0
def Get_processor_name():
    return get_processor_name()
Example #4
0
def Get_processor_name():
    return get_processor_name()