<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kwatch</author_name>
  <author_url>https://blog.hatena.ne.jp/kwatch/</author_url>
  <blog_title>kなんとかの日記</blog_title>
  <blog_url>https://kwatch.hatenadiary.org/</blog_url>
  <categories>
    <anon>lang</anon>
  </categories>
  <description>Pythonでは、キーワード引数が使える。これは、引数の種類が多い場合は非常に便利である。 理由は、可読性が高いことと、引数の順番を気にしなくていいということ。 ## Pythonによるキーワード引数の例 rows = Query.find_all('stocks', where='price &gt;= 1000', order_by='name', limit=10) キーワード引数がない言語では、ハッシュや連想配列を使ってそれに近いことができる。ただしキーワード引数と違って、キーワード名が間違っていてもエラーにならないという欠点がある。 ## PHPによる、連想配列を使ってキーワード引数をエミ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkwatch.hatenadiary.org%2Fentry%2F20080704%2F1215192591&quot; title=&quot; キーワード引数のかわりに fluent interface (流れるようなインターフェース) を使う - kなんとかの日記&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>2008-07-04 02:29:51</published>
  <title> キーワード引数のかわりに fluent interface (流れるようなインターフェース) を使う</title>
  <type>rich</type>
  <url>https://kwatch.hatenadiary.org/entry/20080704/1215192591</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
