Lines Matching full:script
9 0 string/t """ Python script text executable
237 0 search/1/w #!\040/usr/bin/python Python script text executable
239 !:mime text/x-script.python
240 0 search/1/w #!\040/usr/local/bin/python Python script text executable
242 !:mime text/x-script.python
243 0 search/10/w #!\040/usr/bin/env\040python Python script text executable
245 !:mime text/x-script.python
250 >0 regex \^from[\040\t]+([A-Za-z0-9_]|\\.)+[\040\t]+import.*$ Python script text executable
252 !:mime text/x-script.python
253 >0 regex \^import\ [_[:alpha:]]+\ as\ [[:alpha:]][[:space:]]*$ Python script text executable
254 !:mime text/x-script.python
259 >&0 search/64 self Python script text executable
261 !:mime text/x-script.python
265 >&0 search/64 '__main__' Python script text executable
266 >&0 search/64 "__main__" Python script text executable
268 !:mime text/x-script.python
272 #>&0 regex .*'''$ Python script text executable
273 #!:mime text/x-script.python
276 #>&0 regex .*"""$ Python script text executable
277 #!:mime text/x-script.python
283 >&0 regex \^[[:space:]]*except.*:$ Python script text executable
285 !:mime text/x-script.python
286 >&0 search/4096 finally: Python script text executable
287 !:mime text/x-script.python
291 >0 regex \^class\ [_[:alpha:]]+(\\(.*\\))?(\ )*:([\ \t]+pass)?$ Python script text executable
293 !:mime text/x-script.python
298 >>&0 regex \\(([[:alpha:]*_,\ ]){0,255}\\):$ Python script text executable
300 !:mime text/x-script.python