Coverage for mtools.mloginfo.sections.base_section : 88%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
""" BaseSection class. All sections need to derive from it and add their arguments to the mloginfo.argparser object and determine if they are active. """
""" constructor. save command line arguments and set active to False by default. """ # mloginfo object, use it to get access to argparser and other class variables
pass
|