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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:24:51+00:00 2026-05-23T17:24:51+00:00

From what I understand about self , it refers to the current instance of

  • 0

From what I understand about self, it refers to the current instance of the class.

Isn’t this the default behaviour at all times anyways? For example, isn’t

self.var_one = method(args)

equivalent to

var_one = method(args) 

If so, what is the use of self?

  • 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-23T17:24:51+00:00Added an answer on May 23, 2026 at 5:24 pm

    In most cases self.foo is indeed redundant because you can just write foo for the same effect, but in this case it is not and the self is required.

    var_one = method(args) will create a local variable called var_one, it will not call any method or do anything else to self.

    self.var_one = method(args) will call the method var_one= on self with the argument method(args).

    Another case where the use of self is non-optional would be if you want to pass it as an argument to a method, i.e. some_method(self) – you can’t do that without the self keyword.

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

Sidebar

Related Questions

I don't understand where the extra bits are coming from in this article about
I'm thinking about making all my models inherit from the db.Expando class in order
From what I understand, due to the same origin policy enforcement in current browsers,
From what I understand of the SDK, this exception is raised when the bindings
This code is from the agile web development with rails book.. I don't understand
From what I understand about twisted, nothing running in the reactor thread should block.
class A class << self CONST = 1 end end puts A::CONST # this
I frequently do this sort of thing: class Person(object): def greet(self): print Hello class
I am using DBus in a project. I understand from DBus specification that for
From what I understand, the parent attribute of a db.Model (typically defined/passed in the

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.