plasmodic / ecto

ecto is a dynamically configurable Directed Acyclic processing Graph (DAG) framework.
http://ecto.willowgarage.com/
BSD 3-Clause "New" or "Revised" License
97 stars 37 forks source link

Bugfix python lookup for internal class variables #268

Closed stonier closed 9 years ago

stonier commented 9 years ago

__dict__.hasget() is entirely fictional. Probably went unnoticed for a long time since it wasn't called by anyone.

Came across this (I think - was quite a while ago) while fleshing out pythonic cell construction with names and parameter args. Should have gone in at the same time as 39b9cad9.

vrabaud commented 9 years ago

interesting bug :) Thx !