Skip to content

Commit

Permalink
Add quick fn_name doc
Browse files Browse the repository at this point in the history
  • Loading branch information
deajan committed Apr 25, 2024
1 parent 30a7ef7 commit 3b1bfec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,14 @@ mailer.send_email(subject='test', sender_mail='me@example.com', recipient_mails=

Misc is a collection of somehow useful functions.

### fn_name

Get the caller function name of current context.
```
print(fn_name()) will show current caller function name
print(fn_name(2)) will show parent of current caller function name
```

### BytesConverter

BytesConverter is that little tool that you want when handling bits and byte units.
Expand Down

0 comments on commit 3b1bfec

Please sign in to comment.