예제 #1
0
def get_location(interp, this):
    return common.timezone_location_get(interp, this)
예제 #2
0
파일: funcs.py 프로젝트: youaani/hippyvm
def timezone_location_get(interp, w_datetimezone):
    return common.timezone_location_get(interp, w_datetimezone)