raulcd commented on issue #46516:
URL: https://github.com/apache/arrow/issues/46516#issuecomment-2894481416

   The pdb example should have been this:
   ```
   -> if hasattr(member, '__objclass__'):
   (Pdb) member
   <cyfunction ReadOptions.equals at 0x71fb825e0040>
   (Pdb) name
   'equals'
   (Pdb) hasattr(member, '__objclass__')
   False
   ``


-- 
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.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to