Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
529b2662
Unverified
Commit
529b2662
authored
Feb 21, 2023
by
Hongzhi (Steve), Chen
Committed by
GitHub
Feb 21, 2023
Browse files
autofix (#5337)
Co-authored-by:
Ubuntu
<
ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal
>
parent
5bfa8137
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
python/dgl/_ffi/_ctypes/function.py
python/dgl/_ffi/_ctypes/function.py
+5
-6
No files found.
python/dgl/_ffi/_ctypes/function.py
View file @
529b2662
...
...
@@ -8,20 +8,19 @@ import traceback
from
numbers
import
Integral
,
Number
from
..base
import
_LIB
,
c_str
,
check_call
,
string_types
from
..object_generic
import
ObjectGeneric
,
convert_to_object
from
..object_generic
import
convert_to_object
,
ObjectGeneric
from
..runtime_ctypes
import
DGLByteArray
,
DGLContext
,
DGLDataType
from
.
import
ndarray
as
_nd
from
.
import
object
as
_object
from
.ndarray
import
NDArrayBase
,
_make_array
from
.
import
ndarray
as
_nd
,
object
as
_object
from
.ndarray
import
_make_array
,
NDArrayBase
from
.object
import
ObjectBase
from
.types
import
(
_wrap_arg_func
,
C_TO_PY_ARG_SWITCH
,
RETURN_SWITCH
,
DGLCFuncFinalizer
,
DGLPackedCFunc
,
DGLValue
,
RETURN_SWITCH
,
TypeCode
,
_wrap_arg_func
,
)
FunctionHandle
=
ctypes
.
c_void_p
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment