Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 627325
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T19:30:58+00:00 2026-05-13T19:30:58+00:00

I am writing a binding system that exposes classes and functions to python in

  • 0

I am writing a binding system that exposes classes and functions to python in a slightly unusual way.

Normally one would create a python type and provide a list of functions that represent the methods of that type, and then allow python to use its generic tp_getattro function to select the right one.

For reasons I wont go into here, I can’t do it this way, and must provide my own tp_getattro function, that selects methods from elsewhere and returns my own ‘bound method’ wrapper. This works fine, but means that a types methods are not listed in its dictionary (so dir(MyType()) doesn’t show anything interesting).

The problem is that I cannot seem to get __add__ methods working. see the following sample:

>>> from mymod import Vec3
>>> v=Vec3()
>>> v.__add__
<Bound Method of a mymod Class object at 0xb754e080>
>>> v.__add__(v)
<mymod.Vec3 object at 0xb751d710>
>>> v+v
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: unsupported operand type(s) for +: 'mymod.Vec3' and 'mymod.Vec3'

As you can see, Vec3 has an __add__ method which can be called, but python’s + refuses to use it.

How can I get python to use it? How does the + operator actually work in python, and what method does it use to see if you can add two arbitrary objects?

Thanks.

(P.S. I am aware of other systems such as Boost.Python and SWIG which do this automatically, and I have good reason for not using them, however wonderful they may be.)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T19:30:58+00:00Added an answer on May 13, 2026 at 7:30 pm

    Do you have an nb_add in your type’s number methods structure (pointed by field tp_as_number of your type object)?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am writing WCF service that uses wsHttpBinding binding, which is not hosted in
Given that the System.ServiceModel.Channels.Binding class in WCF does not have a Clone method, what
I'm writing a C binding, and the C structure that I'm wrapping has some
I'm interested in writing a python binding or wrapper for an existing command line
I am writing a custom binding handler in Knockout. I want to to pass
I am writing a custom binding to use $.expandingTextarea with Knockout.js . Following the
I'm trying to get intellisense working in MonoDevelop when writing an ObjC binding project.
I am writing D2 bindings for Lua. This is in one of the Lua
Writing htaccess that allows me to remove index.php from the URL can confuse search
Writing a test app to emulate PIO lines, I have a very simple Python/Tk

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.