Menu

#1 Adding feature.

open-accepted
None
7
2005-08-22
2005-08-16
No

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}

Discussion

  • Alex A. Naanou

    Alex A. Naanou - 2005-08-22

    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 :) )

     
  • Alex A. Naanou

    Alex A. Naanou - 2005-08-22
    • priority: 5 --> 7
    • status: open --> pending-accepted
     
  • Alex A. Naanou

    Alex A. Naanou - 2005-08-22
    • assigned_to: nobody --> alex_nanou
     
  • Alex A. Naanou

    Alex A. Naanou - 2005-08-22
    • status: pending-accepted --> open-accepted
     
  • Alex A. Naanou

    Alex A. Naanou - 2005-08-22

    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.

     
  • Timothy N. Tsvetkov

    Logged In: YES
    user_id=1164658

    What title are talking about? Yeah, and in this case what should ""
    mean?.. What "" ?

     
  • Timothy N. Tsvetkov

    Pli patch file, adding feature in pli interfaces, modifies 'LIKE' functionality

     
  • Timothy N. Tsvetkov

    Logged In: YES
    user_id=1164658

    I have attached new patch file, now everything should be correct.

     
  • Alex A. Naanou

    Alex A. Naanou - 2005-10-13

    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....

     

Log in to post a comment.

MongoDB Logo MongoDB