>   have_string_maps = any(is_string_map(column)
>                          for column in table.columns.itervalues()
>                          for schema.tables.itervalues())

I find these double list comprehensions impossible to read, so I
probably won't go that way.  I could use a flag, but I like the
current flow so I'll probably leave it.

Ethan
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to