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

  • Home
  • SEARCH
  • 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

Ask A Question

Stats

  • Questions 507k
  • Answers 507k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer def isalambda(v): LAMBDA = lambda:0 return isinstance(v, type(LAMBDA)) and v.__name__… May 16, 2026 at 4:04 pm
  • Editorial Team
    Editorial Team added an answer Nice example of this type of web app here, with… May 16, 2026 at 4:04 pm
  • Editorial Team
    Editorial Team added an answer Here is an example that creates an NSMutableArray instance variable… May 16, 2026 at 4:04 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I need to host a WCF service in IIS that exposes a wsHttpBinding. That
I'm writing a service that allows users to register with it and receive notifications
I am writing an Eclipse plug-in that uses JDT AST's ASTParser to parse a
I'm currently writing my bachelor thesis and my university wants a one sided print.
I'm writing a desktop application in Visual Studio 2008 / C# I finished (mostly)
I'm writing a small WCF/WPF app to resize images but WCF is giving me
I am writing a Large Scale Silverlight Application. I am currently writing the data
Edit--@Uri correctly pointed out that this was an abuse of annotations; trying to actually
I'm writing a dylib in C++, but when I try to link it into
I am writing an application in C#/WPF and am trying to figure out how

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.