Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrustic committed Oct 5, 2022
1 parent 8a552e8 commit 0cbd3b7
Show file tree
Hide file tree
Showing 22 changed files with 972 additions and 890 deletions.
327 changes: 130 additions & 197 deletions README.md

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions docs/modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,3 @@
Hooking module


[hooking.dto](https://github.com/pyrustic/hooking/blob/master/docs/modules/content/hooking.dto/README.md#module-overview)
<br>
Data Transfer Object module


[hooking.error](https://github.com/pyrustic/hooking/blob/master/docs/modules/content/hooking.error/README.md#module-overview)
<br>
Error module


13 changes: 0 additions & 13 deletions docs/modules/content/hooking.dto/README.md

This file was deleted.

96 changes: 0 additions & 96 deletions docs/modules/content/hooking.dto/content/classes/Context.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs/modules/content/hooking.dto/content/functions.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/modules/content/hooking.error/README.md

This file was deleted.

46 changes: 0 additions & 46 deletions docs/modules/content/hooking.error/content/classes/Error.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs/modules/content/hooking.error/content/functions.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/modules/content/hooking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Back to [All Modules](https://github.com/pyrustic/hooking/blob/master/docs/modul

Hooking module

> **Classes:** &nbsp; [Break](https://github.com/pyrustic/hooking/blob/master/docs/modules/content/hooking/content/classes/Break.md#class-break) &nbsp;&nbsp; [H](https://github.com/pyrustic/hooking/blob/master/docs/modules/content/hooking/content/classes/H.md#class-h)
> **Classes:** &nbsp; [ChainBreak](https://github.com/pyrustic/hooking/blob/master/docs/modules/content/hooking/content/classes/ChainBreak.md#class-chainbreak) &nbsp;&nbsp; [Context](https://github.com/pyrustic/hooking/blob/master/docs/modules/content/hooking/content/classes/Context.md#class-context) &nbsp;&nbsp; [Error](https://github.com/pyrustic/hooking/blob/master/docs/modules/content/hooking/content/classes/Error.md#class-error) &nbsp;&nbsp; [H](https://github.com/pyrustic/hooking/blob/master/docs/modules/content/hooking/content/classes/H.md#class-h) &nbsp;&nbsp; [HookInfo](https://github.com/pyrustic/hooking/blob/master/docs/modules/content/hooking/content/classes/HookInfo.md#class-hookinfo)
>
> **Functions:** &nbsp; None
>
> **Constants:** &nbsp; ANY &nbsp;&nbsp; ENTER &nbsp;&nbsp; LEAVE
> **Constants:** &nbsp; AFTER &nbsp;&nbsp; BEFORE
46 changes: 0 additions & 46 deletions docs/modules/content/hooking/content/classes/Break.md

This file was deleted.

46 changes: 46 additions & 0 deletions docs/modules/content/hooking/content/classes/ChainBreak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
Back to [All Modules](https://github.com/pyrustic/hooking/blob/master/docs/modules/README.md#readme)

# Module Overview

**hooking**

Hooking module

> **Classes:** &nbsp; [ChainBreak](https://github.com/pyrustic/hooking/blob/master/docs/modules/content/hooking/content/classes/ChainBreak.md#class-chainbreak) &nbsp;&nbsp; [Context](https://github.com/pyrustic/hooking/blob/master/docs/modules/content/hooking/content/classes/Context.md#class-context) &nbsp;&nbsp; [Error](https://github.com/pyrustic/hooking/blob/master/docs/modules/content/hooking/content/classes/Error.md#class-error) &nbsp;&nbsp; [H](https://github.com/pyrustic/hooking/blob/master/docs/modules/content/hooking/content/classes/H.md#class-h) &nbsp;&nbsp; [HookInfo](https://github.com/pyrustic/hooking/blob/master/docs/modules/content/hooking/content/classes/HookInfo.md#class-hookinfo)
>
> **Functions:** &nbsp; None
>
> **Constants:** &nbsp; AFTER &nbsp;&nbsp; BEFORE
# Class ChainBreak
Break the execution of a chain of hooks

## Base Classes
hooking.Error

## Class Attributes
args (inherited from BaseException)

## Class Properties


# All Methods
[\_\_init\_\_](#__init__)

## \_\_init\_\_
Initialize self. See help(type(self)) for accurate signature.

**Inherited from:** Exception

**Signature:** (self, /, \*args, \*\*kwargs)





**Return Value:** None

[Back to Top](#module-overview)



Loading

0 comments on commit 0cbd3b7

Please sign in to comment.