NSAPH Data Platform
Contents
Introduction
What is Data Platform
Data Domains
Data Processing Pipelines
Python Packages
Data Platform Internals
Adding more data
Terms and Acronyms
Indices
NSAPH Data Platform
The element Module
View page source
The element Module
class
DataModelElement
(
block
:
Optional
[
Dict
]
)
[source]
tab_indent
(
indent
:
int
)
→
str
[source]
class
Graph
[source]
add_edge
(
edge
)
[source]
add_node
(
node_id
,
node_repr
,
group
=
None
)
[source]
print
(
file
,
indent
:
int
)
[source]
print_group
(
group_id
,
file
,
indent
:
int
,
max_h
=
4
)
[source]
fqn
(
schema
:
str
,
name
:
str
)
→
str
[source]
qstr
(
s
)
[source]
hstr
(
s
)
[source]
attrs2string
(
attrs
:
Dict
[
str
,
str
]
)
→
str
[source]
add_html_row
(
cols
:
List
[
str
]
,
border
:
int
=
1
,
align
:
Optional
[
str
]
=
None
,
tag
=
'td'
)
→
str
[source]
add_row
(
cols
:
List
[
str
]
)
→
str
[source]
start_invisible_row
(
)
→
str
[source]
end_invisible_row
(
)
→
str
[source]
add_header_row
(
cols
:
List
[
str
]
)
→
str
[source]
start_table
(
border
:
int
=
1
,
align
:
str
=
'left'
)
[source]
end_table
(
)
[source]
hr
(
)
[source]