https://github.com/dahlitzflorian/timing-context-manager-article-snippets
Supporting material for the "How To Create Your Own Timing Context Manager In Python" article
https://github.com/dahlitzflorian/timing-context-manager-article-snippets
context-manager python python3 supporting-material
Last synced: 2 months ago
JSON representation
Supporting material for the "How To Create Your Own Timing Context Manager In Python" article
- Host: GitHub
- URL: https://github.com/dahlitzflorian/timing-context-manager-article-snippets
- Owner: DahlitzFlorian
- License: mit
- Created: 2020-05-10T12:47:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T12:48:06.000Z (almost 5 years ago)
- Last Synced: 2025-01-08T13:27:37.341Z (4 months ago)
- Topics: context-manager, python, python3, supporting-material
- Language: Python
- Homepage: https://florian-dahlitz.de/blog/timing-context-manager
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Description
This repository contains the code used in the *How To Create Your Own Timing Context Manager In Python* article published on my personal blog.
[Here's](https://florian-dahlitz.de/blog/timing-context-manager) a link to the corresponding article.