Initial commit
This commit is contained in:
10
py_default_static.sublime-snippet
Normal file
10
py_default_static.sublime-snippet
Normal file
@@ -0,0 +1,10 @@
|
||||
<snippet>
|
||||
<content><![CDATA[
|
||||
@staticmethod
|
||||
def default_${1:field_name}():
|
||||
return ${2:True}
|
||||
]]></content>
|
||||
<tabTrigger>tryton_default.static</tabTrigger>
|
||||
<scope>source.python</scope>
|
||||
<description>Tryton: default_fieldname() function</description>
|
||||
</snippet>
|
||||
Reference in New Issue
Block a user