Sha256: 367eba063f09e715262cf07f50d5835cd3c47379173bef240b98a042234e763a

Contents?: true

Size: 729 Bytes

Versions: 52

Compression:

Stored size: 729 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>class ${1:ClassName}(${2:object}):
	${3/.+/"""/}${3:docstring for $1}${3/.+/"""\n/}${3/.+/\t/}def __init__(self${4/([^,])?(.*)/(?1:, )/}${4:arg}):
		${5:super($1, self).__init__()}
${4/(\A\s*,\s*\Z)|,?\s*([A-Za-z_][a-zA-Z0-9_]*)\s*(=[^,]*)?(,\s*|$)/(?2:\t\tself.$2 = $2\n)/g}		$0</string>
	<key>name</key>
	<string>New Class</string>
	<key>scope</key>
	<string>source.python</string>
	<key>tabTrigger</key>
	<string>class</string>
	<key>uuid</key>
	<string>659D189C-EC3E-4C4E-9377-B7F5F5216CBD</string>
</dict>
</plist>

Version data entries

52 entries across 44 versions & 3 rubygems

Version Path
redcar-bundles-0.3 Bundles/Python.tmbundle/Snippets/New_Class.tmSnippet
redcar-bundles-0.2-java Bundles/Python.tmbundle/Snippets/New_Class.tmSnippet
redcar-bundles-0.1-java Bundles/Python.tmbundle/Snippets/New_Class.tmSnippet
redcar-dev-0.12.1dev-java plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/New_Class.tmSnippet
redcar-dev-0.12.0dev-java plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/New_Class.tmSnippet
redcar-0.11 plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/New_Class.tmSnippet
redcar-0.11.0dev plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/New_Class.tmSnippet
redcar-0.10 plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/New_Class.tmSnippet
redcar-0.9.2 plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/New_Class.tmSnippet
redcar-0.9.1 plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/New_Class.tmSnippet
redcar-0.9.0 plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/New_Class.tmSnippet
redcar-0.8.1 plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/New_Class.tmSnippet
redcar-0.8 plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/New_Class.tmSnippet
redcar-0.7 plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/New_Class.tmSnippet
redcar-0.6.1 plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/New_Class.tmSnippet
redcar-0.6 plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/New_Class.tmSnippet
redcar-0.6.1dev plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/New_Class.tmSnippet
redcar-0.5.1 plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/New_Class.tmSnippet
redcar-0.5 plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/New_Class.tmSnippet
redcar-0.5.6dev plugins/textmate/vendor/redcar-bundles/Bundles/Python.tmbundle/Snippets/New_Class.tmSnippet