Sha256: 9b6486150bd48a63365747d38edebb501e90e7535252878923e50a956cb09870
Contents?: true
Size: 701 Bytes
Versions: 52
Compression:
Stored size: 701 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>content</key> <string>def ${1:foo}(): doc = "${2:The $1 property.}" def fget(self): ${3:return self._$1} def fset(self, value): ${4:self._$1 = value} def fdel(self): ${5:del self._$1} return locals() $1 = property(**$1())$0</string> <key>name</key> <string>New Property</string> <key>scope</key> <string>source.python</string> <key>tabTrigger</key> <string>property</string> <key>uuid</key> <string>195B332F-4464-4539-9FB3-D89152C960DC</string> </dict> </plist>
Version data entries
52 entries across 44 versions & 3 rubygems