EBookContacts.ContactName¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
additional |
r/w |
||
family |
r/w |
||
given |
r/w |
||
prefixes |
r/w |
||
suffixes |
r/w |
Methods¶
class |
|
class |
|
|
|
|
|
|
Details¶
- class EBookContacts.ContactName¶
- classmethod from_string(name_str)¶
- Parameters:
name_str (
str
) – a string representing a contact’s full name- Returns:
A new
EBookContacts.ContactName
struct.- Return type:
Creates a new
EBookContacts.ContactName
based on the parsed name_str.
- classmethod new()¶
- Returns:
A new
EBookContacts.ContactName
struct.- Return type:
Creates a new
EBookContacts.ContactName
struct.
- copy()¶
- Returns:
A new
EBookContacts.ContactName
identical to self.- Return type:
Creates a copy of self.
- free()¶
Frees self and its contents.