"vscode:/vscode.git/clone" did not exist on "f8584b630b82f8a2bfaa70a521efffdb0cb2ef70"
  • Jason Rhinelander's avatar
    Don't allow mixed static/non-static overloads · d355f2fc
    Jason Rhinelander authored
    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.
    d355f2fc
test_methods_and_attributes.cpp 15.7 KB