[Pyobjc-dev] Question about method name mangling
Brought to you by:
ronaldoussoren
From: Zachery B. <zb...@ur...> - 2003-05-07 17:20:08
|
In "Writing the Code - Step 8." we explain after the fact that we won't be doing the name mangling. This seems awkward. Since the code works with the name mangling, is there any reason not to go ahead with it? class Converter(NibClassBuilder.AutoBaseClass): # the actual base class is NSObject def convertAmount_atRate_(self, amt, rate): return amt * rate Other than that, the tutorial is excellent! Kudos to all involved. Zac |