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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T19:06:18+00:00 2026-05-17T19:06:18+00:00

I have a plugin system. The plugins subclass from a common ancestor… ad look

  • 0

I have a plugin system. The plugins subclass from a common ancestor… ad look like this:

-- SDK
--- basePlugin.py
-- PLUGINS
--- PluginA
---- Plugin.py
---- Config.ini
--- PluginB
---- Plugin.py
---- Config.ini

I need to read the info of Config.ini in basePlugin.py __init__. CUrrently in each plugin I do:

class PluginA(BaseSync):
  __init__(self, path):
    super(PluginA,self).__init__(self, __file__)

But wonder if is possible to know in the parent class in which file is located the sub-class…

  • 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-17T19:06:18+00:00Added an answer on May 17, 2026 at 7:06 pm

    Assuming BaseSync is a new-style class, the parent class BaseSync could find the file that defines PluginA this way:

    import sys
    class BaseSync(object):
        def __init__(self):
            path=sys.modules[self.__module__].__file__
    

    (so you don’t have to pass the path explicitly).

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

Sidebar

Related Questions

I have a problem: imagine I have a plugin-based system. I need some kind
I have a makefile template to compile a single DLL (for a plugin system).
I'd like to have my Eclipse plugin cause a URL to be opened by
I have findbugs plugin for eclipse which when run on my project will show
I have a plugin project I've been developing for a few years where the
I have a plugin for an RCP app that uses BIRT. I have a
Anyone know of a way to guarantee plugin startup order? I have a plugin
I have an ActiveX plugin that we need (if possible) to run in Firefox.
I recently installed the Eclipse Metrics Plugin and have exported the data for one
I have written an Eclpise plugin (an Error Parser for the CDT), and it

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.