Classes
(level, pointer, tag, value, crlf='\n', multi_line=True)GEDCOM element
+GEDCOM element
Each line in a GEDCOM file is an element with the format
level [pointer] tag [value]
where level
and tag
are required, and pointer
and value
are
@@ -356,7 +358,7 @@
Classes
that points to a family record in which the associated person is a child.See a GEDCOM file for examples of tags and their values.
-Tags available to an element are seen here: gedcom.tags
Tags available to an element are seen here: gedcom.tags
Expand source code
@@ -635,8 +637,8 @@ Methods
def add_child_element(self, element)
-Adds a child element to this element
-:type element: Element
+Adds a child element to this element
+:type element: Element
Expand source code
@@ -656,8 +658,8 @@ Methods
def get_child_elements(self)
-Returns the direct child elements of this element
-:rtype: list of Element
+Returns the direct child elements of this element
+:rtype: list of Element
Expand source code
@@ -673,9 +675,9 @@ Methods
def get_individual(self)
-Returns this element and all of its sub-elements represented as a GEDCOM string
+
Returns this element and all of its sub-elements represented as a GEDCOM string
::deprecated:: As of version 1.0.0 use to_gedcom_string()
method instead
-:rtype: str
+:rtype: str
Expand source code
@@ -693,8 +695,8 @@ Methods
def get_level(self)
-Returns the level of this element from within the GEDCOM file
-:rtype: int
+Returns the level of this element from within the GEDCOM file
+:rtype: int
Expand source code
@@ -710,8 +712,8 @@ Methods
def get_multi_line_value(self)
-Returns the value of this element including concatenations or continuations
-:rtype: str
+Returns the value of this element including concatenations or continuations
+:rtype: str
Expand source code
@@ -737,8 +739,8 @@ Methods
def get_parent_element(self)
-Returns the parent element of this element
-:rtype: Element
+Returns the parent element of this element
+:rtype: Element
Expand source code
@@ -754,8 +756,8 @@ Methods
def get_pointer(self)
-Returns the pointer of this element from within the GEDCOM file
-:rtype: str
+Returns the pointer of this element from within the GEDCOM file
+:rtype: str
Expand source code
@@ -771,8 +773,8 @@ Methods
def get_tag(self)
-Returns the tag of this element from within the GEDCOM file
-:rtype: str
+Returns the tag of this element from within the GEDCOM file
+:rtype: str
Expand source code
@@ -788,8 +790,8 @@ Methods
def get_value(self)
-Return the value of this element from within the GEDCOM file
-:rtype: str
+Return the value of this element from within the GEDCOM file
+:rtype: str
Expand source code
@@ -805,11 +807,11 @@ Methods
def new_child_element(self, tag, pointer='', value='')
-Creates and returns a new child element of this element
+Creates and returns a new child element of this element
:type tag: str
:type pointer: str
:type value: str
-:rtype: Element
+:rtype: Element
Expand source code
@@ -848,8 +850,8 @@ Methods
def set_multi_line_value(self, value)
-Sets the value of this element, adding concatenation and continuation lines when necessary
-:type value: str
+Sets the value of this element, adding concatenation and continuation lines when necessary
+:type value: str
Expand source code
@@ -877,10 +879,10 @@ Methods
def set_parent_element(self, element)
-Adds a parent element to this element
+Adds a parent element to this element
There's usually no need to call this method manually,
add_child_element()
calls it automatically.
-:type element: Element
+:type element: Element
Expand source code
@@ -900,8 +902,8 @@ Methods
def set_value(self, value)
-Sets the value of this element
-:type value: str
+Sets the value of this element
+:type value: str
Expand source code
@@ -917,9 +919,9 @@ Methods
def to_gedcom_string(self, recursive=False)
-Formats this element and optionally all of its sub-elements into a GEDCOM string
+
Formats this element and optionally all of its sub-elements into a GEDCOM string
:type recursive: bool
-:rtype: str
+:rtype: str
Expand source code
@@ -995,9 +997,7 @@
-Generated by pdoc 0.7.5.
+Generated by pdoc 0.8.4.
-
-
Adds a child element to this element
-:type element: Element
Adds a child element to this element
+:type element: Element
Expand source code
@@ -656,8 +658,8 @@ Methods
def get_child_elements(self)
-Returns the direct child elements of this element
-:rtype: list of Element
+Returns the direct child elements of this element
+:rtype: list of Element
Expand source code
@@ -673,9 +675,9 @@ Methods
def get_individual(self)
-Returns this element and all of its sub-elements represented as a GEDCOM string
+
Returns this element and all of its sub-elements represented as a GEDCOM string
::deprecated:: As of version 1.0.0 use to_gedcom_string()
method instead
-:rtype: str
+:rtype: str
Expand source code
@@ -693,8 +695,8 @@ Methods
def get_level(self)
-Returns the level of this element from within the GEDCOM file
-:rtype: int
+Returns the level of this element from within the GEDCOM file
+:rtype: int
Expand source code
@@ -710,8 +712,8 @@ Methods
def get_multi_line_value(self)
-Returns the value of this element including concatenations or continuations
-:rtype: str
+Returns the value of this element including concatenations or continuations
+:rtype: str
Expand source code
@@ -737,8 +739,8 @@ Methods
def get_parent_element(self)
-Returns the parent element of this element
-:rtype: Element
+Returns the parent element of this element
+:rtype: Element
Expand source code
@@ -754,8 +756,8 @@ Methods
def get_pointer(self)
-Returns the pointer of this element from within the GEDCOM file
-:rtype: str
+Returns the pointer of this element from within the GEDCOM file
+:rtype: str
Expand source code
@@ -771,8 +773,8 @@ Methods
def get_tag(self)
-Returns the tag of this element from within the GEDCOM file
-:rtype: str
+Returns the tag of this element from within the GEDCOM file
+:rtype: str
Expand source code
@@ -788,8 +790,8 @@ Methods
def get_value(self)
-Return the value of this element from within the GEDCOM file
-:rtype: str
+Return the value of this element from within the GEDCOM file
+:rtype: str
Expand source code
@@ -805,11 +807,11 @@ Methods
def new_child_element(self, tag, pointer='', value='')
-Creates and returns a new child element of this element
+Creates and returns a new child element of this element
:type tag: str
:type pointer: str
:type value: str
-:rtype: Element
+:rtype: Element
Expand source code
@@ -848,8 +850,8 @@ Methods
def set_multi_line_value(self, value)
-Sets the value of this element, adding concatenation and continuation lines when necessary
-:type value: str
+Sets the value of this element, adding concatenation and continuation lines when necessary
+:type value: str
Expand source code
@@ -877,10 +879,10 @@ Methods
def set_parent_element(self, element)
-Adds a parent element to this element
+Adds a parent element to this element
There's usually no need to call this method manually,
add_child_element()
calls it automatically.
-:type element: Element
+:type element: Element
Expand source code
@@ -900,8 +902,8 @@ Methods
def set_value(self, value)
-Sets the value of this element
-:type value: str
+Sets the value of this element
+:type value: str
Expand source code
@@ -917,9 +919,9 @@ Methods
def to_gedcom_string(self, recursive=False)
-Formats this element and optionally all of its sub-elements into a GEDCOM string
+
Formats this element and optionally all of its sub-elements into a GEDCOM string
:type recursive: bool
-:rtype: str
+:rtype: str
Expand source code
@@ -995,9 +997,7 @@
-Generated by pdoc 0.7.5.
+Generated by pdoc 0.8.4.
-
-
Returns the direct child elements of this element -:rtype: list of Element
Returns the direct child elements of this element +:rtype: list of Element
Expand source code
@@ -673,9 +675,9 @@ Methods
def get_individual(self)
-Returns this element and all of its sub-elements represented as a GEDCOM string
+
Returns this element and all of its sub-elements represented as a GEDCOM string
::deprecated:: As of version 1.0.0 use to_gedcom_string()
method instead
-:rtype: str
+:rtype: str
Expand source code
@@ -693,8 +695,8 @@ Methods
def get_level(self)
-Returns the level of this element from within the GEDCOM file
-:rtype: int
+Returns the level of this element from within the GEDCOM file
+:rtype: int
Expand source code
@@ -710,8 +712,8 @@ Methods
def get_multi_line_value(self)
-Returns the value of this element including concatenations or continuations
-:rtype: str
+Returns the value of this element including concatenations or continuations
+:rtype: str
Expand source code
@@ -737,8 +739,8 @@ Methods
def get_parent_element(self)
-Returns the parent element of this element
-:rtype: Element
+Returns the parent element of this element
+:rtype: Element
Expand source code
@@ -754,8 +756,8 @@ Methods
def get_pointer(self)
-Returns the pointer of this element from within the GEDCOM file
-:rtype: str
+Returns the pointer of this element from within the GEDCOM file
+:rtype: str
Expand source code
@@ -771,8 +773,8 @@ Methods
def get_tag(self)
-Returns the tag of this element from within the GEDCOM file
-:rtype: str
+Returns the tag of this element from within the GEDCOM file
+:rtype: str
Expand source code
@@ -788,8 +790,8 @@ Methods
def get_value(self)
-Return the value of this element from within the GEDCOM file
-:rtype: str
+Return the value of this element from within the GEDCOM file
+:rtype: str
Expand source code
@@ -805,11 +807,11 @@ Methods
def new_child_element(self, tag, pointer='', value='')
-Creates and returns a new child element of this element
+Creates and returns a new child element of this element
:type tag: str
:type pointer: str
:type value: str
-:rtype: Element
+:rtype: Element
Expand source code
@@ -848,8 +850,8 @@ Methods
def set_multi_line_value(self, value)
-Sets the value of this element, adding concatenation and continuation lines when necessary
-:type value: str
+Sets the value of this element, adding concatenation and continuation lines when necessary
+:type value: str
Expand source code
@@ -877,10 +879,10 @@ Methods
def set_parent_element(self, element)
-Adds a parent element to this element
+Adds a parent element to this element
There's usually no need to call this method manually,
add_child_element()
calls it automatically.
-:type element: Element
+:type element: Element
Expand source code
@@ -900,8 +902,8 @@ Methods
def set_value(self, value)
-Sets the value of this element
-:type value: str
+Sets the value of this element
+:type value: str
Expand source code
@@ -917,9 +919,9 @@ Methods
def to_gedcom_string(self, recursive=False)
-Formats this element and optionally all of its sub-elements into a GEDCOM string
+
Formats this element and optionally all of its sub-elements into a GEDCOM string
:type recursive: bool
-:rtype: str
+:rtype: str
Expand source code
@@ -995,9 +997,7 @@
-Generated by pdoc 0.7.5.
+Generated by pdoc 0.8.4.
-
-
Returns this element and all of its sub-elements represented as a GEDCOM string +
Returns this element and all of its sub-elements represented as a GEDCOM string
::deprecated:: As of version 1.0.0 use to_gedcom_string()
method instead
-:rtype: str
Expand source code
@@ -693,8 +695,8 @@ Methods
def get_level(self)
-Returns the level of this element from within the GEDCOM file
-:rtype: int
+Returns the level of this element from within the GEDCOM file
+:rtype: int
Expand source code
@@ -710,8 +712,8 @@ Methods
def get_multi_line_value(self)
-Returns the value of this element including concatenations or continuations
-:rtype: str
+Returns the value of this element including concatenations or continuations
+:rtype: str
Expand source code
@@ -737,8 +739,8 @@ Methods
def get_parent_element(self)
-Returns the parent element of this element
-:rtype: Element
+Returns the parent element of this element
+:rtype: Element
Expand source code
@@ -754,8 +756,8 @@ Methods
def get_pointer(self)
-Returns the pointer of this element from within the GEDCOM file
-:rtype: str
+Returns the pointer of this element from within the GEDCOM file
+:rtype: str
Expand source code
@@ -771,8 +773,8 @@ Methods
def get_tag(self)
-Returns the tag of this element from within the GEDCOM file
-:rtype: str
+Returns the tag of this element from within the GEDCOM file
+:rtype: str
Expand source code
@@ -788,8 +790,8 @@ Methods
def get_value(self)
-Return the value of this element from within the GEDCOM file
-:rtype: str
+Return the value of this element from within the GEDCOM file
+:rtype: str
Expand source code
@@ -805,11 +807,11 @@ Methods
def new_child_element(self, tag, pointer='', value='')
-Creates and returns a new child element of this element
+Creates and returns a new child element of this element
:type tag: str
:type pointer: str
:type value: str
-:rtype: Element
+:rtype: Element
Expand source code
@@ -848,8 +850,8 @@ Methods
def set_multi_line_value(self, value)
-Sets the value of this element, adding concatenation and continuation lines when necessary
-:type value: str
+Sets the value of this element, adding concatenation and continuation lines when necessary
+:type value: str
Expand source code
@@ -877,10 +879,10 @@ Methods
def set_parent_element(self, element)
-Adds a parent element to this element
+Adds a parent element to this element
There's usually no need to call this method manually,
add_child_element()
calls it automatically.
-:type element: Element
+:type element: Element
Expand source code
@@ -900,8 +902,8 @@ Methods
def set_value(self, value)
-Sets the value of this element
-:type value: str
+Sets the value of this element
+:type value: str
Expand source code
@@ -917,9 +919,9 @@ Methods
def to_gedcom_string(self, recursive=False)
-Formats this element and optionally all of its sub-elements into a GEDCOM string
+
Formats this element and optionally all of its sub-elements into a GEDCOM string
:type recursive: bool
-:rtype: str
+:rtype: str
Expand source code
@@ -995,9 +997,7 @@
-Generated by pdoc 0.7.5.
+Generated by pdoc 0.8.4.
-
-
Returns the level of this element from within the GEDCOM file -:rtype: int
Returns the level of this element from within the GEDCOM file +:rtype: int
Expand source code
@@ -710,8 +712,8 @@ Methods
def get_multi_line_value(self)
-Returns the value of this element including concatenations or continuations
-:rtype: str
+Returns the value of this element including concatenations or continuations
+:rtype: str
Expand source code
@@ -737,8 +739,8 @@ Methods
def get_parent_element(self)
-Returns the parent element of this element
-:rtype: Element
+Returns the parent element of this element
+:rtype: Element
Expand source code
@@ -754,8 +756,8 @@ Methods
def get_pointer(self)
-Returns the pointer of this element from within the GEDCOM file
-:rtype: str
+Returns the pointer of this element from within the GEDCOM file
+:rtype: str
Expand source code
@@ -771,8 +773,8 @@ Methods
def get_tag(self)
-Returns the tag of this element from within the GEDCOM file
-:rtype: str
+Returns the tag of this element from within the GEDCOM file
+:rtype: str
Expand source code
@@ -788,8 +790,8 @@ Methods
def get_value(self)
-Return the value of this element from within the GEDCOM file
-:rtype: str
+Return the value of this element from within the GEDCOM file
+:rtype: str
Expand source code
@@ -805,11 +807,11 @@ Methods
def new_child_element(self, tag, pointer='', value='')
-Creates and returns a new child element of this element
+Creates and returns a new child element of this element
:type tag: str
:type pointer: str
:type value: str
-:rtype: Element
+:rtype: Element
Expand source code
@@ -848,8 +850,8 @@ Methods
def set_multi_line_value(self, value)
-Sets the value of this element, adding concatenation and continuation lines when necessary
-:type value: str
+Sets the value of this element, adding concatenation and continuation lines when necessary
+:type value: str
Expand source code
@@ -877,10 +879,10 @@ Methods
def set_parent_element(self, element)
-Adds a parent element to this element
+Adds a parent element to this element
There's usually no need to call this method manually,
add_child_element()
calls it automatically.
-:type element: Element
+:type element: Element
Expand source code
@@ -900,8 +902,8 @@ Methods
def set_value(self, value)
-Sets the value of this element
-:type value: str
+Sets the value of this element
+:type value: str
Expand source code
@@ -917,9 +919,9 @@ Methods
def to_gedcom_string(self, recursive=False)
-Formats this element and optionally all of its sub-elements into a GEDCOM string
+
Formats this element and optionally all of its sub-elements into a GEDCOM string
:type recursive: bool
-:rtype: str
+:rtype: str
Expand source code
@@ -995,9 +997,7 @@
-Generated by pdoc 0.7.5.
+Generated by pdoc 0.8.4.
-
-
Returns the value of this element including concatenations or continuations -:rtype: str
Returns the value of this element including concatenations or continuations +:rtype: str
Expand source code
@@ -737,8 +739,8 @@ Methods
def get_parent_element(self)
-Returns the parent element of this element
-:rtype: Element
+Returns the parent element of this element
+:rtype: Element
Expand source code
@@ -754,8 +756,8 @@ Methods
def get_pointer(self)
-Returns the pointer of this element from within the GEDCOM file
-:rtype: str
+Returns the pointer of this element from within the GEDCOM file
+:rtype: str
Expand source code
@@ -771,8 +773,8 @@ Methods
def get_tag(self)
-Returns the tag of this element from within the GEDCOM file
-:rtype: str
+Returns the tag of this element from within the GEDCOM file
+:rtype: str
Expand source code
@@ -788,8 +790,8 @@ Methods
def get_value(self)
-Return the value of this element from within the GEDCOM file
-:rtype: str
+Return the value of this element from within the GEDCOM file
+:rtype: str
Expand source code
@@ -805,11 +807,11 @@ Methods
def new_child_element(self, tag, pointer='', value='')
-Creates and returns a new child element of this element
+Creates and returns a new child element of this element
:type tag: str
:type pointer: str
:type value: str
-:rtype: Element
+:rtype: Element
Expand source code
@@ -848,8 +850,8 @@ Methods
def set_multi_line_value(self, value)
-Sets the value of this element, adding concatenation and continuation lines when necessary
-:type value: str
+Sets the value of this element, adding concatenation and continuation lines when necessary
+:type value: str
Expand source code
@@ -877,10 +879,10 @@ Methods
def set_parent_element(self, element)
-Adds a parent element to this element
+Adds a parent element to this element
There's usually no need to call this method manually,
add_child_element()
calls it automatically.
-:type element: Element
+:type element: Element
Expand source code
@@ -900,8 +902,8 @@ Methods
def set_value(self, value)
-Sets the value of this element
-:type value: str
+Sets the value of this element
+:type value: str
Expand source code
@@ -917,9 +919,9 @@ Methods
def to_gedcom_string(self, recursive=False)
-Formats this element and optionally all of its sub-elements into a GEDCOM string
+
Formats this element and optionally all of its sub-elements into a GEDCOM string
:type recursive: bool
-:rtype: str
+:rtype: str
Expand source code
@@ -995,9 +997,7 @@
-Generated by pdoc 0.7.5.
+Generated by pdoc 0.8.4.
-
-
Returns the parent element of this element -:rtype: Element
Returns the parent element of this element +:rtype: Element
Expand source code
@@ -754,8 +756,8 @@ Methods
def get_pointer(self)
-Returns the pointer of this element from within the GEDCOM file
-:rtype: str
+Returns the pointer of this element from within the GEDCOM file
+:rtype: str
Expand source code
@@ -771,8 +773,8 @@ Methods
def get_tag(self)
-Returns the tag of this element from within the GEDCOM file
-:rtype: str
+Returns the tag of this element from within the GEDCOM file
+:rtype: str
Expand source code
@@ -788,8 +790,8 @@ Methods
def get_value(self)
-Return the value of this element from within the GEDCOM file
-:rtype: str
+Return the value of this element from within the GEDCOM file
+:rtype: str
Expand source code
@@ -805,11 +807,11 @@ Methods
def new_child_element(self, tag, pointer='', value='')
-Creates and returns a new child element of this element
+Creates and returns a new child element of this element
:type tag: str
:type pointer: str
:type value: str
-:rtype: Element
+:rtype: Element
Expand source code
@@ -848,8 +850,8 @@ Methods
def set_multi_line_value(self, value)
-Sets the value of this element, adding concatenation and continuation lines when necessary
-:type value: str
+Sets the value of this element, adding concatenation and continuation lines when necessary
+:type value: str
Expand source code
@@ -877,10 +879,10 @@ Methods
def set_parent_element(self, element)
-Adds a parent element to this element
+Adds a parent element to this element
There's usually no need to call this method manually,
add_child_element()
calls it automatically.
-:type element: Element
+:type element: Element
Expand source code
@@ -900,8 +902,8 @@ Methods
def set_value(self, value)
-Sets the value of this element
-:type value: str
+Sets the value of this element
+:type value: str
Expand source code
@@ -917,9 +919,9 @@ Methods
def to_gedcom_string(self, recursive=False)
-Formats this element and optionally all of its sub-elements into a GEDCOM string
+
Formats this element and optionally all of its sub-elements into a GEDCOM string
:type recursive: bool
-:rtype: str
+:rtype: str
Expand source code
@@ -995,9 +997,7 @@
-Generated by pdoc 0.7.5.
+Generated by pdoc 0.8.4.
-
-
Returns the pointer of this element from within the GEDCOM file -:rtype: str
Returns the pointer of this element from within the GEDCOM file +:rtype: str
Expand source code
@@ -771,8 +773,8 @@ Methods
def get_tag(self)
-Returns the tag of this element from within the GEDCOM file
-:rtype: str
+Returns the tag of this element from within the GEDCOM file
+:rtype: str
Expand source code
@@ -788,8 +790,8 @@ Methods
def get_value(self)
-Return the value of this element from within the GEDCOM file
-:rtype: str
+Return the value of this element from within the GEDCOM file
+:rtype: str
Expand source code
@@ -805,11 +807,11 @@ Methods
def new_child_element(self, tag, pointer='', value='')
-Creates and returns a new child element of this element
+Creates and returns a new child element of this element
:type tag: str
:type pointer: str
:type value: str
-:rtype: Element
+:rtype: Element
Expand source code
@@ -848,8 +850,8 @@ Methods
def set_multi_line_value(self, value)
-Sets the value of this element, adding concatenation and continuation lines when necessary
-:type value: str
+Sets the value of this element, adding concatenation and continuation lines when necessary
+:type value: str
Expand source code
@@ -877,10 +879,10 @@ Methods
def set_parent_element(self, element)
-Adds a parent element to this element
+Adds a parent element to this element
There's usually no need to call this method manually,
add_child_element()
calls it automatically.
-:type element: Element
+:type element: Element
Expand source code
@@ -900,8 +902,8 @@ Methods
def set_value(self, value)
-Sets the value of this element
-:type value: str
+Sets the value of this element
+:type value: str
Expand source code
@@ -917,9 +919,9 @@ Methods
def to_gedcom_string(self, recursive=False)
-Formats this element and optionally all of its sub-elements into a GEDCOM string
+
Formats this element and optionally all of its sub-elements into a GEDCOM string
:type recursive: bool
-:rtype: str
+:rtype: str
Expand source code
@@ -995,9 +997,7 @@
-Generated by pdoc 0.7.5.
+Generated by pdoc 0.8.4.
-
-
Returns the tag of this element from within the GEDCOM file -:rtype: str
Returns the tag of this element from within the GEDCOM file +:rtype: str
Expand source code
@@ -788,8 +790,8 @@ Methods
def get_value(self)
-Return the value of this element from within the GEDCOM file
-:rtype: str
+Return the value of this element from within the GEDCOM file
+:rtype: str
Expand source code
@@ -805,11 +807,11 @@ Methods
def new_child_element(self, tag, pointer='', value='')
-Creates and returns a new child element of this element
+Creates and returns a new child element of this element
:type tag: str
:type pointer: str
:type value: str
-:rtype: Element
+:rtype: Element
Expand source code
@@ -848,8 +850,8 @@ Methods
def set_multi_line_value(self, value)
-Sets the value of this element, adding concatenation and continuation lines when necessary
-:type value: str
+Sets the value of this element, adding concatenation and continuation lines when necessary
+:type value: str
Expand source code
@@ -877,10 +879,10 @@ Methods
def set_parent_element(self, element)
-Adds a parent element to this element
+Adds a parent element to this element
There's usually no need to call this method manually,
add_child_element()
calls it automatically.
-:type element: Element
+:type element: Element
Expand source code
@@ -900,8 +902,8 @@ Methods
def set_value(self, value)
-Sets the value of this element
-:type value: str
+Sets the value of this element
+:type value: str
Expand source code
@@ -917,9 +919,9 @@ Methods
def to_gedcom_string(self, recursive=False)
-Formats this element and optionally all of its sub-elements into a GEDCOM string
+
Formats this element and optionally all of its sub-elements into a GEDCOM string
:type recursive: bool
-:rtype: str
+:rtype: str
Expand source code
@@ -995,9 +997,7 @@
-Generated by pdoc 0.7.5.
+Generated by pdoc 0.8.4.
-
-
Return the value of this element from within the GEDCOM file -:rtype: str
Return the value of this element from within the GEDCOM file +:rtype: str
Expand source code
@@ -805,11 +807,11 @@ Methods
def new_child_element(self, tag, pointer='', value='')
-Creates and returns a new child element of this element
+Creates and returns a new child element of this element
:type tag: str
:type pointer: str
:type value: str
-:rtype: Element
+:rtype: Element
Expand source code
@@ -848,8 +850,8 @@ Methods
def set_multi_line_value(self, value)
-Sets the value of this element, adding concatenation and continuation lines when necessary
-:type value: str
+Sets the value of this element, adding concatenation and continuation lines when necessary
+:type value: str
Expand source code
@@ -877,10 +879,10 @@ Methods
def set_parent_element(self, element)
-Adds a parent element to this element
+Adds a parent element to this element
There's usually no need to call this method manually,
add_child_element()
calls it automatically.
-:type element: Element
+:type element: Element
Expand source code
@@ -900,8 +902,8 @@ Methods
def set_value(self, value)
-Sets the value of this element
-:type value: str
+Sets the value of this element
+:type value: str
Expand source code
@@ -917,9 +919,9 @@ Methods
def to_gedcom_string(self, recursive=False)
-Formats this element and optionally all of its sub-elements into a GEDCOM string
+
Formats this element and optionally all of its sub-elements into a GEDCOM string
:type recursive: bool
-:rtype: str
+:rtype: str
Expand source code
@@ -995,9 +997,7 @@
-Generated by pdoc 0.7.5.
+Generated by pdoc 0.8.4.
-
-
Creates and returns a new child element of this element
+Creates and returns a new child element of this element
:type tag: str :type pointer: str :type value: str -:rtype: Element
+:rtype: Element
Expand source code
@@ -848,8 +850,8 @@ Methods
def set_multi_line_value(self, value)
-Sets the value of this element, adding concatenation and continuation lines when necessary
-:type value: str
+Sets the value of this element, adding concatenation and continuation lines when necessary
+:type value: str
Expand source code
@@ -877,10 +879,10 @@ Methods
def set_parent_element(self, element)
-Adds a parent element to this element
+Adds a parent element to this element
There's usually no need to call this method manually,
add_child_element()
calls it automatically.
-:type element: Element
+:type element: Element
Expand source code
@@ -900,8 +902,8 @@ Methods
def set_value(self, value)
-Sets the value of this element
-:type value: str
+Sets the value of this element
+:type value: str
Expand source code
@@ -917,9 +919,9 @@ Methods
def to_gedcom_string(self, recursive=False)
-Formats this element and optionally all of its sub-elements into a GEDCOM string
+
Formats this element and optionally all of its sub-elements into a GEDCOM string
:type recursive: bool
-:rtype: str
+:rtype: str
Expand source code
@@ -995,9 +997,7 @@
-Generated by pdoc 0.7.5.
+Generated by pdoc 0.8.4.
-
-
Sets the value of this element, adding concatenation and continuation lines when necessary -:type value: str
Sets the value of this element, adding concatenation and continuation lines when necessary +:type value: str
Expand source code
@@ -877,10 +879,10 @@ Methods
def set_parent_element(self, element)
-Adds a parent element to this element
+Adds a parent element to this element
There's usually no need to call this method manually,
add_child_element()
calls it automatically.
-:type element: Element
+:type element: Element
Expand source code
@@ -900,8 +902,8 @@ Methods
def set_value(self, value)
-Sets the value of this element
-:type value: str
+Sets the value of this element
+:type value: str
Expand source code
@@ -917,9 +919,9 @@ Methods
def to_gedcom_string(self, recursive=False)
-Formats this element and optionally all of its sub-elements into a GEDCOM string
+
Formats this element and optionally all of its sub-elements into a GEDCOM string
:type recursive: bool
-:rtype: str
+:rtype: str
Expand source code
@@ -995,9 +997,7 @@
-Generated by pdoc 0.7.5.
+Generated by pdoc 0.8.4.
-
-
Adds a parent element to this element
+Adds a parent element to this element
There's usually no need to call this method manually,
add_child_element()
calls it automatically.
:type element: Element
+:type element: Element
Expand source code
@@ -900,8 +902,8 @@ Methods
def set_value(self, value)
-Sets the value of this element
-:type value: str
+Sets the value of this element
+:type value: str
Expand source code
@@ -917,9 +919,9 @@ Methods
def to_gedcom_string(self, recursive=False)
-Formats this element and optionally all of its sub-elements into a GEDCOM string
+
Formats this element and optionally all of its sub-elements into a GEDCOM string
:type recursive: bool
-:rtype: str
+:rtype: str
Expand source code
@@ -995,9 +997,7 @@
-Generated by pdoc 0.7.5.
+Generated by pdoc 0.8.4.
-
-
Sets the value of this element -:type value: str
Sets the value of this element +:type value: str
Expand source code
@@ -917,9 +919,9 @@ Methods
def to_gedcom_string(self, recursive=False)
-Formats this element and optionally all of its sub-elements into a GEDCOM string
+
Formats this element and optionally all of its sub-elements into a GEDCOM string
:type recursive: bool
-:rtype: str
+:rtype: str
Expand source code
@@ -995,9 +997,7 @@
-Generated by pdoc 0.7.5.
+Generated by pdoc 0.8.4.
-
-
Formats this element and optionally all of its sub-elements into a GEDCOM string +
Formats this element and optionally all of its sub-elements into a GEDCOM string :type recursive: bool -:rtype: str
+:rtype: str
Expand source code
@@ -995,9 +997,7 @@
-Generated by pdoc 0.7.5.
+Generated by pdoc 0.8.4.
-
-
-Generated by pdoc 0.7.5.
+Generated by pdoc 0.8.4.
-
-