Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
docstrings and various python objects
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Mar 5, 2014
1 parent 9424036 commit a9a22d7
Show file tree
Hide file tree
Showing 183 changed files with 33,193 additions and 32,064 deletions.
362 changes: 181 additions & 181 deletions 10-reasons-to-go-to-djangocon-europe.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions 2012-resolution-summary.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions 20130410-history-of-my-most-used-shell-commands.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions a-public-service-message-to-the-python-community.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions announcing-pycon-philippines.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions announcing-two-scoops-of-django-1.6.html

Large diffs are not rendered by default.

364 changes: 183 additions & 181 deletions archives.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions attaching-custom-exceptions-to-functions-and-classes.html

Large diffs are not rendered by default.

374 changes: 193 additions & 181 deletions author/Daniel-Greenfeld.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions awesome-slugify-human-readable-url-slugs-from-any-string-2.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions awesome-slugify-human-readable-url-slugs-from-any-string.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions beginners-guide-pycon-2013-part-1.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions beginners-guide-pycon-2013-part-2.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions beginners-guide-pycon-2013-part-3.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions calendar-about-nothing.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions case-study-url-design-for-petcheatsheetscom.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions categories.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions category/audrey.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions category/blog.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions category/book.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions category/django.html

Large diffs are not rendered by default.

374 changes: 193 additions & 181 deletions category/python.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions choosing-a-new-python-based-blog-engine.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions choosing-an-api-framework-for-django.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions cookie-project-templates-made-easy.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions core-concepts-django-forms.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions core-concepts-django-modelforms.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions css-hacking-to-make-my-code-samples-legible.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions curiosity-has-landed.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions deadline-for-djangocon-financial-aid-requests-is-tomorrow.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions developer-time.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions django-class-based-view-email-form-with-captcha.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions django-getorcreateview.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions django-requirements-2012-08-15.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions django-requirements-for-a-project.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions django-uni-form-end-of-life.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions django-update-view-without-slug-in-the-url.html

Large diffs are not rendered by default.

695 changes: 695 additions & 0 deletions docstrings-and-various-python-objects.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions dynow-2013-part-i.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions europython-django-intro.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions exceptions-as-decorator-arguments.html

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions experiences-with-django-python3.html

Large diffs are not rendered by default.

123 changes: 121 additions & 2 deletions feeds/all-en.atom.xml

Large diffs are not rendered by default.

123 changes: 121 additions & 2 deletions feeds/all.atom.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion feeds/joke.atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<div class="section" id="conquering-with-the-string-class">
<h2>Conquering with the String Class</h2>
<p>So far I've carefully changed the Python ecosystem with my brilliant addition to the language. What if I want to get stupidly dangerous? What if I want to allow developers the <strong>dangerous capability to alter the returned length of a String</strong>? Fortunately for me, and unfortunately for anyone who uses this code on a real project, I know how to be this stupidly dangerous.</p>
<p>I've present to you the <tt class="docutils literal">ConqueringString</tt> class:</p>
<p>I present to you the <tt class="docutils literal">ConqueringString</tt> class:</p>
<div class="highlight"><pre><span class="kn">import</span> <span class="nn">math</span>

<span class="k">class</span> <span class="nc">ConqueringString</span><span class="p">(</span><span class="n">String</span><span class="p">):</span>
Expand Down
123 changes: 121 additions & 2 deletions feeds/python.atom.xml

Large diffs are not rendered by default.

Loading

0 comments on commit a9a22d7

Please sign in to comment.