arelle.DialogPluginManager#

See COPYRIGHT.md for copyright information.

based on pull request 4

Module Contents#

Classes#

Functions#

Data#

API#

arelle.DialogPluginManager.EMPTYLIST#

[]

arelle.DialogPluginManager.GROUPSEP#

ā€˜\x01dā€™

arelle.DialogPluginManager.dialogPluginManager(mainWin)#
arelle.DialogPluginManager.backgroundCheckForUpdates(cntlr)#
class arelle.DialogPluginManager.DialogPluginManager(mainWin, modulesWithNewerFileDates)#

Bases: tkinter.Toplevel

loadTreeViews()#
ok(event=None)#
close(event=None)#
moduleSelect(*args)#
static _choiceSortOrder(entryPointRef: arelle.PluginManager.EntryPointRef)#
static _generateChoiceTuples(entryPointRefs: list[arelle.PluginManager.EntryPointRef])#

Generate list of choice tuples from list of entry point refs.

Parameters:

entryPointRefs ā€“ List of entry point refs to convert to choice tuples.

Returns:

List of choice tuples.

selectLocally()#
browseLocally()#
findOnWeb()#
loadFoundModuleInfo(moduleInfo, url)#
checkIfImported(moduleInfo)#
checkClassMethodsChanged(moduleInfo)#
removePluginConfigModuleInfo(name)#
addPluginConfigModuleInfo(moduleInfo)#
moduleEnable()#
moduleReload()#
moduleRemove()#
enableAll()#
disableAll()#
enableDisableAll(doEnable)#