{"html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fatys.hateblo.jp%2Fentry%2F20090907%2Fp1\" title=\" __import__ \u3068\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u69cb\u9020 - at_yasu&#39;s blog\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","provider_url":"https://hatena.blog","version":"1.0","height":"190","blog_title":"at_yasu's blog","width":"100%","published":"2009-09-07 00:00:00","type":"rich","url":"https://atys.hateblo.jp/entry/20090907/p1","author_url":"https://blog.hatena.ne.jp/at_yasu/","blog_url":"https://atys.hateblo.jp/","title":" __import__ \u3068\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u69cb\u9020","image_url":null,"categories":["python"],"description":"__import__\u3092\u4f7f\u3048\u3070\u52d5\u7684\uff1f\u306bimport\u3092\u3059\u308b\u4e8b\u304c\u51fa\u6765\u307e\u3059\u304c\u3001\u89aa\u30ab\u30ec\u30f3\u30c8\u306b\u3042\u308bclass\u3084\u95a2\u6570\u306f\u8aad\u3081\u308b\u306e\u304b\u3057\u3089\u3068\u601d\u3063\u305f\u306e\u3067\u3001\u3061\u3068\u30c6\u30b9\u30c8\u3002 # test.py #!/usr/bin/env python def test(): print \"test function\" obj = __import__ (\"f.f\") print obj fm = getattr(getattr(obj, \"f\"), \"f\", None) fm() # f/f.py #!/usr/bin/env python def f(): import test print test test.test() pri\u2026","author_name":"at_yasu","provider_name":"Hatena Blog"}