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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T01:02:56+00:00 2026-05-30T01:02:56+00:00

I want kwargs to have the same exact contents in method2 as whatever gets

  • 0

I want kwargs to have the same exact contents in method2 as whatever gets passed into method1. In this case “foo” is passed into method1 but I want to pass in any arbitrary values and see them in kwargs in both method1 and method2. Is there something I need to do differently with how I call method2?

def method1(*args,**kwargs):

    if "foo" in kwargs:
        print("method1 has foo in kwargs")

    # I need to do something different here
    method2(kwargs=kwargs)

def method2(*args,**kwargs):

    if "foo" in kwargs:
        # I want this to be true
        print("method2 has foo in kwargs")

method1(foo=10)

Output:

method1 has foo in kwargs

Desired output:

method1 has foo in kwargs
method2 has foo in kwargs

Let me know if I need to clarify what I’m asking, or if this is not possible.

  • 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-30T01:02:57+00:00Added an answer on May 30, 2026 at 1:02 am

    Keyword expansion.

    method2(**kwargs)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this: excl = dict() kwargs['field1__isnull'] = False kwargs['field2__isnull'] = False kwargs['field3__isnull'] =
I have some models and I want to generate a multi-selection form from this
I have the following function: def foo(**kwargs): if not kwargs: # No keyword arguments?
I want to compare old and updated field in model. I have did this
I have this superclass: import wx class Plugin(wx.Panel): def __init__(self, parent, *args, **kwargs): wx.Panel.__init__(self,
Say, I have a class Foo, extending class Bar. And I want to slightly
This is for use in a JSON API. I don't want to have: if
want to have a Hyperlink-Button in a gridView in which I can display a
I have numerous reusable functions, all with the same signature (they take a record
I have a ManyToManyField that I want to present in a form, as a

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.