{"id":4510,"date":"2023-12-15T10:44:09","date_gmt":"2023-12-15T10:44:09","guid":{"rendered":"https:\/\/ibex.tech\/python\/?p=4510"},"modified":"2025-12-17T23:03:43","modified_gmt":"2025-12-17T23:03:43","slug":"pass","status":"publish","type":"post","link":"https:\/\/ibex.tech\/python\/null\/pass","title":{"rendered":"pass -placeholder for future code"},"content":{"rendered":"\n<p>You can use Pass where Python requries some code but you don&#8217;t have any for that place currently, e.g.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>if something == 1:\n    pass\nif something == 2:\n    pass\nelse\n    print(\"Wasn't valid\")<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>You can use Pass where Python requries some code but you don&#8217;t have any for that place currently, e.g.<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[356,385],"tags":[],"class_list":["post-4510","post","type-post","status-publish","format-standard","hentry","category-null","category-pass"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/posts\/4510","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/comments?post=4510"}],"version-history":[{"count":2,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/posts\/4510\/revisions"}],"predecessor-version":[{"id":4512,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/posts\/4510\/revisions\/4512"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/media?parent=4510"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/categories?post=4510"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/python\/wp-json\/wp\/v2\/tags?post=4510"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}