Devhelp.Profile¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
Class Details¶
- class Devhelp.Profile(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod get_default()¶
- Returns:
the default
Devhelp.Profileobject.- Return type:
Gets the default
Devhelp.Profileobject. It has the defaultDevhelp.Settingsobject as returned byDevhelp.Settings.get_default(), and the defaultDevhelp.BookListobject as returned byDevhelp.BookList.get_default().New in version 3.30.
- get_book_list()¶
- Returns:
the
Devhelp.BookListof self.- Return type:
Gets the
Devhelp.BookListobject of self. The returned object is guaranteed to be the same for the lifetime of self.New in version 3.30.
- get_settings()¶
- Returns:
the
Devhelp.Settingsof self.- Return type:
Gets the
Devhelp.Settingsobject of self. The returned object is guaranteed to be the same for the lifetime of self.New in version 3.30.