API Reference

incor.main.main()[source]

The entry function for the command ‘incor’ in terminal

class incor.EventHandler.EventHandler(path, compilers)[source]

The class inherited from watchdog.events.FileSystemEventHandler, overrides the functions on_modified() and on_created() from the base class.

on_created(event)[source]

Overrides the function on_created() from the base class

Parameters:event (watchdog.events.FileModifiedEvent) –

Specifies the type of event

on_modified(event)[source]

Overrides the function on_modified() from the base class

Parameters:event (watchdog.events.FileModifiedEvent) –

Specifies the type of event