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 532107
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T09:22:15+00:00 2026-05-13T09:22:15+00:00

If I have class A that defines __cmp__ , and class B that extends

  • 0

If I have class A that defines __cmp__, and class B that extends class A, it seems like I have to redefine __cmp__ in class B. Is this correct?

Is there a better workaround than implementing a method “cmp” in class A and calling it from the separate implementations of __cmp__ in class A and class B?

Thanks,
-aj


UPDATE: The issue seems to be my lack of Python 3 exposure. As I read it, __cmp__ should no longer be used: http://docs.python.org/dev/3.0/whatsnew/3.0.html#ordering-comparisons

Instead, I’ve re-implemented my classes using the new ordering comparison operators: http://docs.python.org/dev/3.0/reference/datamodel.html#object.lt

  • 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-13T09:22:15+00:00Added an answer on May 13, 2026 at 9:22 am

    Assuming you have a class called “A”, and that class has a definition for __ cmp __.

    And let’s assume you extend class A:

    class B(A):
    

    So to retrieve __ cmp __ from class A from within class B one would use:

    A.__cmp__ from within class B

    Is my guess.

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

Sidebar

Ask A Question

Stats

  • Questions 531k
  • Answers 531k
  • 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 Here's my Java implementation. http://code.google.com/p/rabinfingerprint/ It also includes arbitrarily large… May 16, 2026 at 11:56 pm
  • Editorial Team
    Editorial Team added an answer The key difference between your two examples (the working and… May 16, 2026 at 11:56 pm
  • Editorial Team
    Editorial Team added an answer You're missing the type parameter: public static <T> ReturnContainer test(Class<T>… May 16, 2026 at 11:56 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 have a class that defines its own enum like this: public class Test
I have a class that defines the names of various session attributes, e.g. class
I have a class that defines a CallRate type. I need to add the
I have a class that defines a read-only property that effectively exposes a private
Assume you have a class that defines virtual methods with the access specifier public.
I have a class that has some properties. And I want something that calculates
I have a class that represents credit card details. To represent valid from and
If you have a namespace that contains a property in ClassA and a class
I have a User table defined like this: CREATE TABLE Users( UserId int IDENTITY(1,1)
I have a large instance that I've been pickling just fine, but recently I

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.