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.Profile
object.- Return type:
New in version 3.30.
- set_book_list(book_list)¶
- Parameters:
book_list (
Devhelp.BookList
) – aDevhelp.BookList
.
Sets the
Devhelp.BookList
object.If you don’t call this function, the default
Devhelp.BookList
object 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.Settings
object.If you don’t call this function, the default
Devhelp.Settings
object as returned byDevhelp.Settings.get_default
() will be used.New in version 3.30.