예제 #1
0
def make_common_place(props):
    return ecwcp.CommonPlace(props)
예제 #2
0
def make_new_common_place(user_id, loc):
    place = ecwcp.CommonPlace()
    place.user_id = user_id
    place.location = loc
    return place