<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>MasaHero</author_name>
  <author_url>https://blog.hatena.ne.jp/MasaHero/</author_url>
  <blog_title>MasaHero’s blog</blog_title>
  <blog_url>https://masahero.hatenablog.jp/</blog_url>
  <categories>
    <anon>PC</anon>
    <anon>Python</anon>
  </categories>
  <description>FusePythonで自作のファイルシステムのラッパーを作ってOSから扱えるようにしてみようとしたのだが詰まった。readdirがうまくいかない。 その部分を抜粋するとこんな感じ: def readdir(self, path, offset): print &quot;*** readdir&quot;, path, offset yield fuse.Direntry(&quot;.&quot;) yield fuse.Direntry(&quot;..&quot;) dlist = self.__backend.readdir(path) for de in dlist: ret = fuse.Direntry(de.filename) ret.…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmasahero.hatenablog.jp%2Fentry%2F20091031%2Fp1&quot; title=&quot;FUSEのreaddirで詰まった - MasaHero’s blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-10-31 00:00:00</published>
  <title>FUSEのreaddirで詰まった</title>
  <type>rich</type>
  <url>https://masahero.hatenablog.jp/entry/20091031/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
