Galaxie EveLoop 0.1.5 documentation


Navigation:   | Index   | Search   | Top   | Up   | Prev   | Next   |
Table of Content: |glxeveloop.hooks module |Hooks |Hooks.cmd |Hooks.dispatch |Hooks.finalization |Hooks.keyboard_interruption |Hooks.parsing |Hooks.post |Hooks.pre |Hooks.statement |

© Copyright 2021-2024, Galaxie EveLoop Team all right reserved.

Top » glxeveloop » glxeveloop package » glxeveloop.hooks module

glxeveloop.hooks module

class glxeveloop.hooks.Hooks[source]

Bases: DebugProperty

property cmd

Register a hook to be called as the command function.

Returns:

A callable function

Return type:

callable

property dispatch

Should be remove soon

Returns:

A callable function

Return type:

callable

property finalization

Register a hook to be called just before mainloop exit, whether it completes successfully or not.

Returns:

A callable function

Return type:

callable

property keyboard_interruption

Register a hooks it Shortcut KeyboardInterrupt during the mainloop execution

Returns:

A callable function

Return type:

callable

property parsing

Register a hook to be called after have received statement from the application.

Returns:

A callable function

Return type:

callable

property post

Register a hook to be called after the command function.

Returns:

A callable function

Return type:

callable

property pre

Register a hook to be called before the command function.

Returns:

A callable function

Return type:

callable

property statement

Register a hook to be called before parsing information, support to iterate the application

Returns:

A callable function

Return type:

callable

Top » glxeveloop » glxeveloop package » glxeveloop.hooks module

© Copyright 2021-2024, Galaxie EveLoop Team all right reserved.
This page is licensed under the GNU General Public License v3 or later (GPLv3+).
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
See History and License for more information.

Last updated on None.
Created using Sphinx 7.3.7.