Commit d355f2fc authored by Jason Rhinelander's avatar Jason Rhinelander
Browse files

Don't allow mixed static/non-static overloads

We currently fail at runtime when trying to call a method that is
overloaded with both static and non-static methods.  This is something
python won't allow: the object is either a function or an instance, and
can't be both.
parent 90bac963
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment