Skip to content

Instantly share code, notes, and snippets.

View nosamanuel's full-sized avatar

Noah Seger nosamanuel

View GitHub Profile
<snippet>
<content><![CDATA[
@property
def ${1:name}(self):
${2:pass}
]]></content>
<tabTrigger>prop</tabTrigger>
<scope>source.python</scope>
<description>New Property Decorator</description>
</snippet>