mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Re-tagged blog posts
This commit is contained in:
parent
209995c77b
commit
2a9c127365
186 changed files with 186 additions and 146 deletions
|
@ -2,7 +2,7 @@
|
|||
title: "Quick Python: Export Decorator"
|
||||
date: 2020-06-14T22:15:38-04:00
|
||||
draft: false
|
||||
tags: []
|
||||
tags: ["Python"]
|
||||
---
|
||||
|
||||
A great [StackOverflow post](https://stackoverflow.com/a/35710527) by [Aaron Hall](https://stackoverflow.com/users/541136/aaron-hall) that shows how you can create an `export` decorator in order to not have to specify all the names you want to expose via [`__all__`](https://brandonrozek.com/blog/pythonall/).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue