コード例 #1
0
ファイル: datetimezone_klass.py プロジェクト: youaani/hippyvm
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)