コード例 #1
0
def do_class_field_attributes():
    print_enum(
        "Attr",
        ["ANone" if a == "None" else a for a in pnodes.get_attributes()])
コード例 #2
0
def do_class_field_attributes():
    print_enum(
        'Attr',
        ['ANone' if a == 'None' else a for a in pnodes.get_attributes()])