wx.Choice method for several items?

In the wx.Choice control, is there a method to add a bunch of items with string/data pairs but all at once? Kinda like this...

     myChoice.AppendItems(("String1", 1), ("String2", 2))

Thanks,
Michael