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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T01:35:23+00:00 2026-06-11T01:35:23+00:00

http://code.google.com/p/python-hidden-markov/source/browse/trunk/Markov.py Contains a class HMM , which inherits from BayesianModel , which is a

  • 0

http://code.google.com/p/python-hidden-markov/source/browse/trunk/Markov.py

Contains a class HMM, which inherits from BayesianModel, which is a new-style class. Each has a __call__ method. HMM‘s __call__ method is meant to invoke BayesianModel’s at line 227:

return super(HMM,self)(PriorProbs)

However, this fails with an exception

super(HMM,self)

is not callable.

What am I doing wrong?

  • 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-06-11T01:35:24+00:00Added an answer on June 11, 2026 at 1:35 am

    You need to invoke the __call__ method itself, explicitly:

    return super(HMM, self).__call__(PriorProbs)
    

    This applies to any hook that needs to call the overridden method on the superclass.

    super() returns a proxy object, with a .__getattribute__() method that searches the super-class hierarchy for the attribute you are searching for. This proxy itself is not callable; it has no __call__ method of it’s own. Only when you explicitly look up the __call__ method as an attribute of that proxy can python find the right implementation for you.

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

Sidebar

Related Questions

I am trying to implement this package http://code.google.com/p/python-progressbar/ when downloading a file like below:
http://code.google.com/appengine/docs/python/tools/uploadingdata.html is not clearly understand. Where i should call the bulkloader.py or appcfg.py? Should
I am trying to figure out the difference between Google's GData API ( http://code.google.com/p/gdata-python-client/
I'm trying to make a python binding for the this library: http://code.google.com/p/hosterslib/ . I'm
I'm using the gdata-python-client library (http://code.google.com/p/gdata-python-client/) to insert contacts into a Google account. When
http://code.google.com/intl/en/appengine/docs/python/tools/uploadingdata.html the api is : Downloading Data from App Engine To start a data
I am using http://code.google.com/p/pynessus/ so that I can interact with nessus using python but
http://code.google.com/appengine/docs/python/datastore/typesandpropertyclasses.html#Blob
described in http://code.google.com/intl/en/appengine/docs/python/datastore/propertyclass.html#Property but there is no example code. i code sth like: class
I'm using Appstats as documented here: http://code.google.com/appengine/docs/python/tools/appstats.html It works fine, but every request now

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.