From: <bc...@wo...> - 2001-09-08 15:16:29
|
[John Goerzen ] >... > >I have a case in Java where a constructor can take either a >BigDecimal, an int, or a String as an argument. I need to clone this >constructor in Python. In this case, it seems I do need multiple >@sigs, right? I suppose if it weren't for the int option, I could >just say java.lang.Object, but that's kinda ugly anyway. Could you show a runnable example of what you are trying to do? regards, finn |