Skip to content

Commit

Permalink
Callable and decorator options commentary.
Browse files Browse the repository at this point in the history
This commit internally comments on both an efficient scheme for O(1)
type-checking of arbitrary callable signatures based on type hinting
*and* an essential refactoring of the core `@beartype` decorator to
support global and callable-local decorator configuration in an
outrageously efficient manner completely avoiding usage of closures or
additional stack frames. It is magic. (*Delectable elocution!*)
  • Loading branch information
leycec committed Feb 15, 2021
1 parent 058ef6a commit 3a25993
Show file tree
Hide file tree
Showing 3 changed files with 386 additions and 15 deletions.

0 comments on commit 3a25993

Please sign in to comment.