Passed
Push — main ( 2bcd5c...05fcff )
by Eran
01:27
created

graphinate.materializers.materialize()   B

Complexity

Conditions 6

Size

Total Lines 37
Code Lines 17

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 6
eloc 17
nop 6
dl 0
loc 37
rs 8.6166
c 0
b 0
f 0
1
from networkx_mermaid import html as mermaid_html
2
from networkx_mermaid import markdown as mermaid_markdown
3
4
from .graphql import graphql
5
from .matplotlib import plot
6
7
__all__ = ('graphql', 'mermaid_html', 'mermaid_markdown', 'plot')
8