Exemplo n.º 1
0
def test_profileicons():
    profile_icons = cass.get_profile_icons(region="NA")
    for pi in profile_icons:
        pi.name, pi.id
    profile_icons[10].name
Exemplo n.º 2
0
def test_profileicons():
    profile_icons = cass.get_profile_icons(region="NA")
    for pi in profile_icons:
        pi.name, pi.id
    profile_icons[10].name
Exemplo n.º 3
0
def get_items():
    profile_icons = cass.get_profile_icons(region="NA")
    for pi in profile_icons:
        print(pi.name)
    print(profile_icons[10].name)
Exemplo n.º 4
0
def get_items():
    profile_icons = cass.get_profile_icons(region="NA")
    for pi in profile_icons:
        print(pi.name)
    print(profile_icons[10].name)