Lines Matching refs:script
9 0 string/t """ Python script text executable
250 0 search/1/w #!\040/usr/bin/python Python script text executable
252 !:mime text/x-script.python
253 0 search/1/w #!\040/usr/local/bin/python Python script text executable
255 !:mime text/x-script.python
256 0 search/10/w #!\040/usr/bin/env\040python Python script text executable
258 !:mime text/x-script.python
263 >0 regex \^from[\040\t]+([A-Za-z0-9_]|\\.)+[\040\t]+import.*$ Python script text executable
265 !:mime text/x-script.python
266 >0 regex \^import\ [_[:alpha:]]+\ as\ [[:alpha:]][[:space:]]*$ Python script text executable
267 !:mime text/x-script.python
272 >&0 search/64 self Python script text executable
274 !:mime text/x-script.python
278 >&0 search/64 '__main__' Python script text executable
279 >&0 search/64 "__main__" Python script text executable
281 !:mime text/x-script.python
285 #>&0 regex .*'''$ Python script text executable
286 #!:mime text/x-script.python
289 #>&0 regex .*"""$ Python script text executable
290 #!:mime text/x-script.python
296 >&0 regex \^[[:space:]]*except.*:$ Python script text executable
298 !:mime text/x-script.python
299 >&0 search/4096 finally: Python script text executable
300 !:mime text/x-script.python
304 >0 regex \^class\ [_[:alpha:]]+(\\(.*\\))?(\ )*:([\ \t]+pass)?$ Python script text executable
306 !:mime text/x-script.python
311 >>&0 regex \\(([[:alpha:]*_,\ ]){0,255}\\):$ Python script text executable
313 !:mime text/x-script.python