示例#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)