NebulaGraph Python Client
release-3.8
__init__.py
1
#!/usr/bin/env python
2
# --coding:utf-8--
3
4
# Copyright (c) 2020 vesoft inc. All rights reserved.
5
#
6
# This source code is licensed under Apache 2.0 License.
7
8
9
from
nebula3.common.ttypes
import
ErrorCode
10
from
nebula3.Exception
import
(
11
AuthFailedException,
12
IOErrorException,
13
NotValidConnectionException,
14
InValidHostname,
15
)
16
17
from
nebula3.data.ResultSet
import
ResultSet
18
19
from
nebula3.gclient.net.AuthResult
import
AuthResult
20
from
nebula3.gclient.net.Session
import
Session
21
from
nebula3.gclient.net.Connection
import
Connection
22
from
nebula3.gclient.net.ConnectionPool
import
ConnectionPool
23
from
nebula3.gclient.net.base
import
BaseExecutor, ExecuteError
nebula3.gclient.net.AuthResult.AuthResult
Definition:
AuthResult.py:8
nebula3.gclient.net.ConnectionPool.ConnectionPool
Definition:
ConnectionPool.py:23
nebula3.gclient.net.Connection.Connection
Definition:
Connection.py:35
nebula3.gclient.net.Session.Session
Definition:
Session.py:28
nebula3.gclient.net.base
Definition:
base.py:1
nebula3
gclient
net
__init__.py
Generated by
1.9.1