<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gsf_zero1</author_name>
  <author_url>https://blog.hatena.ne.jp/gsf_zero1/</author_url>
  <blog_title>いろいろ備忘録日記</blog_title>
  <blog_url>https://devlights.hatenablog.com/</blog_url>
  <categories>
    <anon>python</anon>
  </categories>
  <description>概要 Python 3.5 で追加された PEP-448 についてのメモ。 www.python.org 元々存在している * と ** というアンパック演算子の利用方法を拡張するというものです。 便利なので忘れないようにメモメモ。 どんな内容? 以下のケースでの利用方法が拡張されています。 関数呼び出しにて任意の数のアンパックが利用可能になった タプル、リスト、集合、辞書表現でも複数のアンパックが利用可能になった Python 3.5 のリリースドキュメントのところにわかりやすいサンプルが載っています。 docs.python.org def f(a, b, c, d): pass f(**…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdevlights.hatenablog.com%2Fentry%2F2019%2F03%2F08%2F172151&quot; title=&quot;Pythonメモ-92 (PEP-448 Additional Unpacking Generalizations)(アンパック演算子の利用方法拡張, python 3.5で追加) - いろいろ備忘録日記&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>2019-03-08 17:21:51</published>
  <title>Pythonメモ-92 (PEP-448 Additional Unpacking Generalizations)(アンパック演算子の利用方法拡張, python 3.5で追加)</title>
  <type>rich</type>
  <url>https://devlights.hatenablog.com/entry/2019/03/08/172151</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
