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
d4daceb8
"tests/git@developer.sourcefind.cn:OpenDAS/d2go.git" did not exist on "18dc13746bdb5cad44e451bfeb21832cd1490e3d"
Unverified
Commit
d4daceb8
authored
Jun 23, 2020
by
Quan (Andy) Gan
Committed by
GitHub
Jun 23, 2020
Browse files
remove message (#1685)
parent
32ea1b20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
python/dgl/_ffi/_ctypes/object.py
python/dgl/_ffi/_ctypes/object.py
+0
-1
No files found.
python/dgl/_ffi/_ctypes/object.py
View file @
d4daceb8
...
...
@@ -49,7 +49,6 @@ class ObjectBase(object):
def
__getattr__
(
self
,
name
):
if
name
==
'handle'
:
raise
AttributeError
(
"'handle' is a reserved attribute name that should not be used"
)
print
(
'in get attr:'
,
name
)
ret_val
=
DGLValue
()
ret_type_code
=
ctypes
.
c_int
()
ret_success
=
ctypes
.
c_int
()
...
...
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