class documentation

class Unplugger:

View In Hierarchy

Nose plugin to remove named plugin late in loading

By default it removes the "doctest" plugin.

Method __init__ Undocumented
Method configure Undocumented
Method options Undocumented
Class Variable enabled Undocumented
Class Variable name Undocumented
Class Variable score Undocumented
Instance Variable to​_unplug Undocumented
def __init__(self, to_unplug='doctest'):

Undocumented

def configure(self, options, config):

Undocumented

def options(self, parser, env):

Undocumented

enabled: bool =

Undocumented

name: str =

Undocumented

score: int =

Undocumented

to_unplug =

Undocumented