Hi , I want to ask if there is a way I can access the member function of a class from another class without instantiating that class (whose single instance is already running as the Main Application) . In other words I want to ask how we can implement the concept of friend functions in Python . Actually I am trying to implement a three level threading in my application and one of the thread class needs to access the member function of the application class .
-- Abhishek Gupta NIT,Durgapur http://abhishekin.wordpress.com/ http://blog.sun.com/abhishekgupta/
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
