Adding feature.
Status: Pre-Alpha
Brought to you by:
alex_nanou
Now, if we got LIKE property corresponding to the property with the
same name (as property in which 'LIKE' is), property will be
resolving in the inhertitance proxy tree (by mro).
Ex:
class IExpample1(...):
__format__ = { 'aaa' : { 'doc' : 'ddd', 'writable': True }
class IExample2(IExample1):
__format__ = { 'aaa' : { 'LIKE' : 'aaa', writable: False }
Result:
IExample2: {'aaa' : {'doc': 'ddd', 'writable': False}
Logged In: YES
user_id=446336
just took a first look... seams like you added functionality by
removing lines! :)) (either that or you fed diff the files in wrong
order :) )
Logged In: YES
user_id=446336
BTW one should be able to tell of the pathches' function from
it's title... in this case what should "" mean?
change the title to be a tad more descriptive.
Logged In: YES
user_id=1164658
What title are talking about? Yeah, and in this case what should ""
mean?.. What "" ?
Pli patch file, adding feature in pli interfaces, modifies 'LIKE' functionality
Logged In: YES
user_id=1164658
I have attached new patch file, now everything should be correct.
Logged In: YES
user_id=446336
the patch was added.
this still open as to remind the "woodpecker" that it would be
wise to rename we_was_in to something more meaningfull....