NiBAx.core.baseplugin

Author: Ashish Singh contact: software@cbica.upenn.edu Copyright (c) 2018 University of Pennsylvania. All rights reserved. Use of this source code is governed by license located in license file: https://github.com/CBICA/BrainChart/blob/main/LICENSE

Module Contents

Classes

BasePlugin

class NiBAx.core.baseplugin.BasePlugin[source]

Bases: yapsy.IPlugin.IPlugin

activate()[source]

On activation tell that this has been successfull.

deactivate()[source]

On deactivation check that the ‘activated’ flag was on then tell everything’s ok to the test procedure.

readAdditionalInformation(filename)[source]
getTabPosition()[source]