<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Contextmanager on Kada's Notes</title><link>https://kadaliao.github.io/tags/contextmanager/</link><description>Recent content in Contextmanager on Kada's Notes</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Fri, 22 Jan 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://kadaliao.github.io/tags/contextmanager/index.xml" rel="self" type="application/rss+xml"/><item><title>Python with 语句与上下文管理器</title><link>https://kadaliao.github.io/posts/python-context-managers/</link><pubDate>Fri, 22 Jan 2021 00:00:00 +0000</pubDate><guid>https://kadaliao.github.io/posts/python-context-managers/</guid><description>with 语句是 Python 里优雅处理资源管理的方式。这篇文章讲清楚上下文管理器的原理，以及如何自己实现一个。</description></item></channel></rss>