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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:57:52+00:00 2026-05-25T16:57:52+00:00

I have a strange problem. Here is my code: def method1(self, arg1, delay=True): This

  • 0

I have a strange problem. Here is my code:

def method1(self, arg1, delay=True):
    """This is a method class"""

    def recall(arg1):
        self.method1(arg1, delay=False)
        return

    if delay:
            print "A: ", arg1, type(arg1)
            QtCore.QTimer.singleShot(1, self, QtCore.SLOT(recall(int)), arg1)
            return

    print "B: ", arg1, type(arg1)

So I get this in console:

A:  0 <type 'int'>
B:  <type 'int'> <type 'type'>

In “B” you should get the same than in “A”. Anyone knows what’s wrong? How can I get the arg1 value
instead of its type? This is not making any sense…

PS: I’m trying something like this: http://lists.trolltech.com/qt-interest/2004-08/thread00659-0.html

  • 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-25T16:57:53+00:00Added an answer on May 25, 2026 at 4:57 pm

    It looks like when you are calling this:

    QtCore.QTimer.singleShot(1, self, QtCore.SLOT(recall(int)), arg1)
    

    are you meaning to call this instead?

    QtCore.QTimer.singleShot(1, self, QtCore.SLOT(recall(arg1)), arg1)
    

    you are passing int as the first argument of recall, which passes it directly to method1. int is a type object (the type of integers).

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

Sidebar

Related Questions

Admittedly, this is a strange problem for me to have, but here is what
I've got a strange problem here. Assume that I have a class with some
I have this strange problem when I execute this piece of code: cdrFiles =
I'm having a really strange problem. Here is the code I have that should
I'm having a strange problem here... I have an ASP.NET 3.5 application that has
I have a strange problem with mod_rewrite, the rules that are relevant here are:
I have a very strange problem and the following code wont compile: #ifndef MYWINDOW_HPP_INCLUDED
I have a 'strange' problem, the following code converts the location lat value into
Have a very strange problem with Apache .htaccess URL Rewriting and Redirection. Here's my
I have a strange problem in my rich client application. Here is some background:

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.