Skip to content
  • Joseph Earl Lambert's avatar
    CPAlgs: everything is an option, improve prinouts, add info string · cbd69364
    Joseph Earl Lambert authored and Adam Edward Barton's avatar Adam Edward Barton committed
    CPAlgs: everything is an option, improve prinouts, add info string
    
    Added logging to config seq, block, factory, text.
    
    Added info string for the majority of the block options.
    
    Made all __init__ args options for the block. The init args are
    still there but they are no longer required when initializing the block
    so that the changes are backwards compatible.
    
    Improved print outs in config seq, block, factory, text.
    
    ConfigFactory(Text).printAlgs will now print all information about
    the block that is avaiable (info string, default, type, required,
    and noneAction). This can be used as documentation for the different
    blocks.
    cbd69364