{"id":697,"date":"2019-03-29T00:14:30","date_gmt":"2019-03-28T16:14:30","guid":{"rendered":"http:\/\/www.eait.co\/?p=697"},"modified":"2019-03-29T00:14:30","modified_gmt":"2019-03-28T16:14:30","slug":"python%e7%94%a8%e8%a3%85%e9%a5%b0%e5%99%a8%e5%8e%bb%e5%af%b9%e6%af%94type%e5%87%bd%e6%95%b0%e5%92%8cisinstance%e5%87%bd%e6%95%b0%e8%bf%90%e8%a1%8c%e6%97%b6%e9%97%b4","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=697","title":{"rendered":"python\u7528\u88c5\u9970\u5668\u53bb\u5bf9\u6bd4type\u51fd\u6570\u548cisinstance\u51fd\u6570\u8fd0\u884c\u65f6\u95f4"},"content":{"rendered":"<pre>import time\r\nstr1 = 'aaaaa'\r\ndef run_timefunc(func):\r\n    def new_func(*args,**kwargs):\r\n        t0 = time.time()\r\n        func()\r\n        # back = func(*args,**kwargs)\r\n        print('\u51fd\u6570\u8fd0\u884c\u65f6\u95f4%s'%(time.time()-t0))\r\n        return\r\n    return new_func()\r\n@run_timefunc\r\ndef com3():\r\n    for i in range(0,10000000):\r\n        type('aaa')\r\n@run_timefunc\r\ndef com2():\r\n    for i in range(0,10000000):\r\n        isinstance('aaa',str)\r\ncom3()\r\ncom2()<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>import time str1 = &#8216;aaaaa&#8217; def run_timefunc(func): def  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23],"tags":[20],"class_list":["post-697","post","type-post","status-publish","format-standard","hentry","category-python_note","tag-python"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/697","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=697"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/697\/revisions"}],"predecessor-version":[{"id":698,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/697\/revisions\/698"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=697"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=697"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=697"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}