automated update from build.py
This commit is contained in:
parent
0f0c93fba5
commit
5a9213d571
@ -130,7 +130,7 @@
|
|||||||
</pre></div>
|
</pre></div>
|
||||||
|
|
||||||
|
|
||||||
<p>… and we’re done! I hope you’ll agree that the generator-based keeper is much easier to understand and maintain than the state-machine-based keeper. You can download the full source code below and take a look for yourself.</p>
|
<p>… and we’re done! I hope you’ll agree that the generator-based keeper is much easier to understand and maintain than the state-machine-based keeper. You can grab the full source code below and take a look for yourself.</p>
|
||||||
<div class="codehilite"><pre><span></span><span class="ch">#!/usr/bin/env python</span>
|
<div class="codehilite"><pre><span></span><span class="ch">#!/usr/bin/env python</span>
|
||||||
|
|
||||||
<span class="k">class</span> <span class="nc">Features</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span>
|
<span class="k">class</span> <span class="nc">Features</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<title>Colin McMillen's Blog</title>
|
<title>Colin McMillen's Blog</title>
|
||||||
<link href="https://www.mcmillen.dev"/>
|
<link href="https://www.mcmillen.dev"/>
|
||||||
<link rel="self" href="https://www.mcmillen.dev/feed.atom"/>
|
<link rel="self" href="https://www.mcmillen.dev/feed.atom"/>
|
||||||
<updated>2021-07-01T20:00:27-04:00</updated>
|
<updated>2021-07-01T20:10:09-04:00</updated>
|
||||||
<author>
|
<author>
|
||||||
<name>Colin McMillen</name>
|
<name>Colin McMillen</name>
|
||||||
</author>
|
</author>
|
||||||
@ -117,7 +117,7 @@
|
|||||||
</pre></div>
|
</pre></div>
|
||||||
|
|
||||||
|
|
||||||
<p>… and we’re done! I hope you’ll agree that the generator-based keeper is much easier to understand and maintain than the state-machine-based keeper. You can download the full source code below and take a look for yourself.</p>
|
<p>… and we’re done! I hope you’ll agree that the generator-based keeper is much easier to understand and maintain than the state-machine-based keeper. You can grab the full source code below and take a look for yourself.</p>
|
||||||
<div class="codehilite"><pre><span></span><span class="ch">#!/usr/bin/env python</span>
|
<div class="codehilite"><pre><span></span><span class="ch">#!/usr/bin/env python</span>
|
||||||
|
|
||||||
<span class="k">class</span> <span class="nc">Features</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span>
|
<span class="k">class</span> <span class="nc">Features</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user