Skip to content
  • Damien George's avatar
    py: Implement __getattr__. · e44d26ae
    Damien George authored
    It's not completely satisfactory, because a failed call to __getattr__
    should not raise an exception.
    
    __setattr__ could be implemented, but it would slow down all stores to a
    user created object.  Need to implement some caching system.
    e44d26ae