Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 1.05 KB

engine.rst

File metadata and controls

62 lines (45 loc) · 1.05 KB

Engine

Problematic

  • How to auto continue?
  • How to auto save?
  • How to implement a proper debugger?
  • How to get subjects related to a tested subject?
  • How to work with different database types?
  • How to sort our outputs?

Documentation

PyFunceble.engine

AutoContinue()

PyFunceble.engine.auto_continue.AutoContinue

AutoSave()

PyFunceble.engine.auto_save.AutoSave

Logger()

PyFunceble.engine.logger.Logger

Mining()

PyFunceble.engine.mining.Mining

MySQL()

PyFunceble.engine.mysql.MySQL

Sort()

PyFunceble.engine.sort.Sort