Re: [pygccxml-development] USE_CALLDEF_ORGANIZER
Brought to you by:
mbaas,
roman_yakovenko
From: Berserker <ber...@ho...> - 2010-01-29 09:25:28
|
> I also changed the methods names, so they will not be private. All you > need is to redefine "cmp_calldefs" and to introduce your logic. Both > functions have same number of required arguments. You can take a look > on pygccxml.declarations.type_traits module, which contains many > useful functions. > > Enjoy. Shouldn't algorithm.registration_order.select_problematics be changed according to this patch?Actually it's: def select_problematics( calldef ): """Return list of problematic functions for function "calldef" """ if 1 != len( calldef.required_args ): return [] ... _________________________________________________________________ Velocità, sicurezza e...tanto spazio! Scopri le novità di Hotmail http://www.windowslive.it/hotmail/Home_novita.aspx |