polychemprint3.commandLineInterface.ioElementSpec module

Contains ioElementSpec Abstract Base Class.

First created on Sun Oct 20 00:03:21 2019
Revised (dd/mm/yyyy): 20/12/2020 - BP
Author: Bijal Patel
class polychemprint3.commandLineInterface.ioElementSpec.ioElementSpec(name, **kwargs)

Bases: abc.ABC

Specifies the interface for CLI menus/text/etc.

io_Operate()

Do the primary purpose of the CLI element.

Returns:an optional flag which either reflects how operation went, or is direction for future CLI operations.
Return type:str