示例#1
0
def facebook_api_version_choices():
    return dict_item_choices(FACEBOOK_API_VERSIONS)
示例#2
0
def product_status_choices():
    return dict_item_choices(PRODUCT_STATUS)
示例#3
0
def payment_status_choices():
    return dict_item_choices(PAYMENT_STATUS)
示例#4
0
def app_status_choices():
    return dict_item_choices(APP_STATUS)
示例#5
0
def service_platform_choices():
    return dict_item_choices(SERVICE_PLATFORMS)
示例#6
0
def device_platform_choices():
    return dict_item_choices(DEVICE_PLATFORMS)
示例#7
0
def member_status_choices():
    return dict_item_choices(MEMBER_STATUS)
示例#8
0
def currency_type_choices():
    return dict_item_choices(CURRENCY_TYPES)