EBookContacts.NameWestern¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
first |
r/w |
||
full |
r/w |
||
last |
r/w |
||
middle |
r/w |
||
nick |
r/w |
||
prefix |
r/w |
||
suffix |
r/w |
Methods¶
class |
|
|
|
|
Details¶
- class EBookContacts.NameWestern¶
- classmethod parse(full_name)¶
- Parameters:
full_name (
str
) – A string containing a western name.- Returns:
A new
EBookContacts.NameWestern
struct.- Return type:
Parses full_name and returns an
EBookContacts.NameWestern
struct filled with the component parts of the name.
- copy()¶
- Returns:
A new
EBookContacts.NameWestern
struct identical to self.- Return type:
Creates a copy of self.
New in version 3.24.
- free()¶
Frees the self struct and its contents.