Skip to content

Instantly share code, notes, and snippets.

@bobhancockgist
Created April 30, 2013 20:33
Show Gist options
  • Save bobhancockgist/5491723 to your computer and use it in GitHub Desktop.
Save bobhancockgist/5491723 to your computer and use it in GitHub Desktop.
Python: Docstring file
<snippet>
<content><![CDATA[
"""
${1:Description of why the classes and functions in this file are bundled together.}
"""
__author__ = "$2"
]]></content>
<tabTrigger>docfile</tabTrigger>
<scope>source.python</scope>
<description>Docstring at top of file in a module</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment