goblin   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 7
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 5
dl 0
loc 7
rs 10
c 0
b 0
f 0
wmc 0
1
"""Python toolkit for Tinker Pop 3 Gremlin Server."""
2
3
from goblin.app import Goblin
4
from goblin.driver import AsyncGraph, Cluster, DriverRemoteConnection, Graph
5
from goblin.element import Edge, Vertex, VertexProperty
6
from goblin.properties import Boolean, Float, Integer, Property, String
7