Just a quick question:

Since Python is not strongly typed it isn't possible to filter the
methods available in a Scintilla prompt based upon the object type,
right? So upon typing the '.' operator for an object of type MyClass,
you cannot immediately be presented with MyMethod1(), MyMethod2() simply
because those are methods of class MyClass? Even if you were to keep
track of variable names and types, objects of different types can have
the same name at different times in a program.

_______________________________________________
QScintilla mailing list
[email protected]
http://www.riverbankcomputing.com/mailman/listinfo/qscintilla

Reply via email to