Devhelp.ProfileBuilder¶
- 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.ProfileBuilder(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
a new
Devhelp.ProfileBuilder.- Return type:
New in version 3.30.
- create_object()¶
- Returns:
the newly created
Devhelp.Profileobject.- Return type:
New in version 3.30.
- set_book_list(book_list)¶
- Parameters:
book_list (
Devhelp.BookList) – aDevhelp.BookList.
Sets the
Devhelp.BookListobject.If you don’t call this function, the default
Devhelp.BookListobject as returned byDevhelp.BookList.get_default() will be used.New in version 3.30.
- set_settings(settings)¶
- Parameters:
settings (
Devhelp.Settings) – aDevhelp.Settings.
Sets the
Devhelp.Settingsobject.If you don’t call this function, the default
Devhelp.Settingsobject as returned byDevhelp.Settings.get_default() will be used.New in version 3.30.