barry-jin commented on a change in pull request #19685:
URL: https://github.com/apache/incubator-mxnet/pull/19685#discussion_r562258804



##########
File path: python/mxnet/_ffi/_cython/object.pxi
##########
@@ -47,6 +51,29 @@ cdef inline object make_ret_object(void* chandle):
     (<ObjectBase>obj).chandle = chandle
     return obj
 
+class PyNativeObject:
+    """Base class of all MXNet objects that also subclass python's builtin 
types."""

Review comment:
       String object in 
https://github.com/apache/incubator-mxnet/pull/19685/files#diff-a462320ba1e5c8161fe0f15fb415bcb794f251a845dd33e61675b97944a846c6R95-R120




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to