add_column silently ignores attributes directly off an instrumented class

Issue #858 resolved
Former user created an issue

Comments (4)

  1. Former user Account Deleted

    output:

    ~ python add_column_test.py (Cat Object, u'Frisky') Using columns directly off the Table object works (Cat Object, u'Frisky') Using columns off the instrumented class' .c. works (Cat Object,) Using attributes directly off the instrumented class doesn't work!

  2. Former user Account Deleted

    My apologies, forgot that trac ignores single newlines

    [~](~) python add_column_test.py
    (Cat Object, u'Frisky')
    Using columns directly off the Table object works
    (Cat Object, u'Frisky')
    Using columns off the instrumented class' .c. works
    (Cat Object,)
    Using attributes directly off the instrumented class doesn't work!
    
  3. Log in to comment