Lines Matching refs:Python
9 0 string/t """ Python script text executable
10 # MAGIC as specified in Python/import.c (1.0 to 3.7)
207 # \x0d as part of magic should suffice till Python 3.14 (magic 3600)
208 >>1 ubyte 0x0d Byte-compiled Python module for
222 >>0 uleshort 240 Byte-compiled Python module for PyPy3.7,
225 >>0 uleshort 256 Byte-compiled Python module for PyPy3.8,
228 >>0 uleshort 336 Byte-compiled Python module for PyPy3.9,
232 0 search/1/w #!\040/usr/bin/python Python script text executable
235 0 search/1/w #!\040/usr/local/bin/python Python script text executable
238 0 search/10/w #!\040/usr/bin/env\040python Python script text executable
245 >0 regex \^from[\040\t]+([A-Za-z0-9_]|\\.)+[\040\t]+import.*$ Python script text executable
251 >&0 search/64 self Python script text executable
257 >&0 search/64 '__main__' Python script text executable
258 >&0 search/64 "__main__" Python script text executable
264 >0 regex \^import\ [_[:alpha:]]+\ as\ [[:alpha:]][[:space:]]*$ Python script text executable
269 #>&0 regex .*'''$ Python script text executable
273 #>&0 regex .*"""$ Python script text executable
280 >&0 regex \^[[:space:]]*except.*:$ Python script text executable
283 >&0 search/4096 finally: Python script text executable
288 >0 regex \^class\ [_[:alpha:]]+(\\(.*\\))?(\ )*:([\ \t]+pass)?$ Python script text executable
295 >>&0 regex \\(([[:alpha:]*_,\ ]){0,255}\\):$ Python script text executable