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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T06:32:05+00:00 2026-06-12T06:32:05+00:00

Given the below cut down headache of a function, how would I go about

  • 0

Given the below cut down headache of a function, how would I go about calling a function on the utils.PrintingTemplateBase object that PrintingTemplate is inheriting?

I would also mention that PrintingTemplateBase requires an instance of itself to use (the closest being PrintingTemplate)

class PrintingTemplate (utils.PrintingTemplateBase) :

    #  Class used to accumulate lines of data
    #
    class LineData :

        #  Class constructor, optionally passed an existing instance in which case
        #  data is copied.
        #
        def __init__ (self, data = None) :

            self.number_of_panes            = 0
            self.material                   = ''  


    #--------------------------------------------------------------------------
    #
    #  LineData subclass for data coming from CalcGlass
    #
    class LineDataGlass (LineData) :

        def __init__ (self, calc_glass) :

            self.number_of_panes           = calc_glass.calc_component.calc_subitem.item.quantity
            try     : self.material        = calc_glass.glass_unit.workshop_description
            except  : self.material        = 'Undefined glass'


    def __init__(self) :

        utils.PrintingTemplateBase.__init__ (self)
        self.constants      = None
  • 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-12T06:32:06+00:00Added an answer on June 12, 2026 at 6:32 am

    Python is not Java.

    In Python, declaring a class inside another class does not give it any special access to the parent class. That’s why I said there’s almost never a good reason to do this.

    If you need a LineData instance to have access to a PrintingTemplate instance, you’ll need to give it a reference to that instance, either by passing it into the __init__ method or by instantiating one directly there.

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

Sidebar

Related Questions

Below is a cut down version of a grammar that is parsing an input
Hello friends i am running code given below which contains the setLogTimeEntery function and
Given the one-table design given below how would the following best be queried The
Given : Below is the form that user must enter and the top right
I use the function below to generate the betas for a given set of
Given below is program for encrypting a string. I had taken this code from
for the Given below code after int Input Value of 46348 i am getting
In the code given below, I need to position the userid box in the
In the code given below, I am trying to modify it in such a
I have a string.An example is given below. [playlist]\r\npath1=url1\r\npath2=url2\r\npath=url3\r\npath4=url4\r\ncount=1 How can I extract path

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.