Home | History | Annotate | Download | only in doc

Lines Matching full:inherit

2147         One of the cool things you can do in Python is inherit from another D-Bus object.  We use this trick in
2149 Let's inherit from the HelloWorldObject example above and overide the hello method to say goodbye.