Contains information related to internet Uniform Resource Locators,
allowing gramps to store information about internet resources.
|
__init__(self,
source=None)
Create a new URL instance, copying from the source if present. |
source code
|
|
|
|
|
|
list
|
|
|
|
|
|
|
set_description(self,
description)
Set the description of the URL. |
source code
|
|
|
get_description(self)
Return the description of the URL. |
source code
|
|
|
|
str
|
|
|
are_equal(self,
other)
Deprecated - use is_equal instead. |
source code
|
|
Inherited from secondaryobj.SecondaryObject :
is_equal
Inherited from baseobj.BaseObject :
get_handle_referents ,
get_referenced_handles ,
get_referenced_handles_recursively ,
get_text_data_child_list ,
matches_regexp ,
matches_string
Inherited from privacybase.PrivacyBase :
get_privacy ,
set_privacy
|