/dports/mail/thunderbird/thunderbird-91.8.0/comm/ |
H A D | .ycm_extra_conf.py | 7 old_bytecode = sys.dont_write_bytecode 8 sys.dont_write_bytecode = True 12 sys.dont_write_bytecode = old_bytecode
|
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/ |
H A D | test_util.py | 14 old_dont_write_bytecode = sys.dont_write_bytecode 15 sys.dont_write_bytecode = True 19 sys.dont_write_bytecode = old_dont_write_bytecode
|
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
H A D | test_util.py | 14 old_dont_write_bytecode = sys.dont_write_bytecode 15 sys.dont_write_bytecode = True 19 sys.dont_write_bytecode = old_dont_write_bytecode
|
/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/ |
H A D | fork_interpose.py | 29 old_bytecode = sys.dont_write_bytecode 30 sys.dont_write_bytecode = True 34 sys.dont_write_bytecode = old_bytecode
|
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/ |
H A D | fork_interpose.py | 29 old_bytecode = sys.dont_write_bytecode 30 sys.dont_write_bytecode = True 34 sys.dont_write_bytecode = old_bytecode
|
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/ |
H A D | fork_interpose.py | 29 old_bytecode = sys.dont_write_bytecode 30 sys.dont_write_bytecode = True 34 sys.dont_write_bytecode = old_bytecode
|
/dports/databases/py-gdbm/Python-3.8.12/Lib/distutils/tests/ |
H A D | test_build_py.py | 61 if sys.dont_write_bytecode: 91 @unittest.skipIf(sys.dont_write_bytecode, 'byte-compile disabled') 108 @unittest.skipIf(sys.dont_write_bytecode, 'byte-compile disabled') 164 old_dont_write_bytecode = sys.dont_write_bytecode 165 sys.dont_write_bytecode = True 169 sys.dont_write_bytecode = old_dont_write_bytecode
|
/dports/lang/python37/Python-3.7.12/Lib/distutils/tests/ |
H A D | test_build_py.py | 61 if sys.dont_write_bytecode: 91 @unittest.skipIf(sys.dont_write_bytecode, 'byte-compile disabled') 108 @unittest.skipIf(sys.dont_write_bytecode, 'byte-compile disabled') 164 old_dont_write_bytecode = sys.dont_write_bytecode 165 sys.dont_write_bytecode = True 169 sys.dont_write_bytecode = old_dont_write_bytecode
|
/dports/lang/python38/Python-3.8.12/Lib/distutils/tests/ |
H A D | test_build_py.py | 61 if sys.dont_write_bytecode: 91 @unittest.skipIf(sys.dont_write_bytecode, 'byte-compile disabled') 108 @unittest.skipIf(sys.dont_write_bytecode, 'byte-compile disabled') 164 old_dont_write_bytecode = sys.dont_write_bytecode 165 sys.dont_write_bytecode = True 169 sys.dont_write_bytecode = old_dont_write_bytecode
|
/dports/lang/python-tools/Python-3.8.12/Lib/distutils/tests/ |
H A D | test_build_py.py | 61 if sys.dont_write_bytecode: 91 @unittest.skipIf(sys.dont_write_bytecode, 'byte-compile disabled') 108 @unittest.skipIf(sys.dont_write_bytecode, 'byte-compile disabled') 164 old_dont_write_bytecode = sys.dont_write_bytecode 165 sys.dont_write_bytecode = True 169 sys.dont_write_bytecode = old_dont_write_bytecode
|
/dports/lang/python39/Python-3.9.9/Lib/distutils/tests/ |
H A D | test_build_py.py | 61 if sys.dont_write_bytecode: 91 @unittest.skipIf(sys.dont_write_bytecode, 'byte-compile disabled') 108 @unittest.skipIf(sys.dont_write_bytecode, 'byte-compile disabled') 164 old_dont_write_bytecode = sys.dont_write_bytecode 165 sys.dont_write_bytecode = True 169 sys.dont_write_bytecode = old_dont_write_bytecode
|
/dports/databases/py-sqlite3/Python-3.8.12/Lib/distutils/tests/ |
H A D | test_build_py.py | 61 if sys.dont_write_bytecode: 91 @unittest.skipIf(sys.dont_write_bytecode, 'byte-compile disabled') 108 @unittest.skipIf(sys.dont_write_bytecode, 'byte-compile disabled') 164 old_dont_write_bytecode = sys.dont_write_bytecode 165 sys.dont_write_bytecode = True 169 sys.dont_write_bytecode = old_dont_write_bytecode
|
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/distutils/tests/ |
H A D | test_build_py.py | 61 if sys.dont_write_bytecode: 91 @unittest.skipIf(sys.dont_write_bytecode, 'byte-compile disabled') 108 @unittest.skipIf(sys.dont_write_bytecode, 'byte-compile disabled') 164 old_dont_write_bytecode = sys.dont_write_bytecode 165 sys.dont_write_bytecode = True 169 sys.dont_write_bytecode = old_dont_write_bytecode
|
/dports/lang/python310/Python-3.10.1/Lib/distutils/tests/ |
H A D | test_build_py.py | 61 if sys.dont_write_bytecode: 91 @unittest.skipIf(sys.dont_write_bytecode, 'byte-compile disabled') 108 @unittest.skipIf(sys.dont_write_bytecode, 'byte-compile disabled') 164 old_dont_write_bytecode = sys.dont_write_bytecode 165 sys.dont_write_bytecode = True 169 sys.dont_write_bytecode = old_dont_write_bytecode
|
/dports/lang/python311/Python-3.11.0a3/Lib/distutils/tests/ |
H A D | test_build_py.py | 61 if sys.dont_write_bytecode: 91 @unittest.skipIf(sys.dont_write_bytecode, 'byte-compile disabled') 108 @unittest.skipIf(sys.dont_write_bytecode, 'byte-compile disabled') 164 old_dont_write_bytecode = sys.dont_write_bytecode 165 sys.dont_write_bytecode = True 169 sys.dont_write_bytecode = old_dont_write_bytecode
|
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/_distutils/tests/ |
H A D | test_build_py.py | 61 if sys.dont_write_bytecode: 91 @unittest.skipIf(sys.dont_write_bytecode, 'byte-compile disabled') 108 @unittest.skipIf(sys.dont_write_bytecode, 'byte-compile disabled') 164 old_dont_write_bytecode = sys.dont_write_bytecode 165 sys.dont_write_bytecode = True 169 sys.dont_write_bytecode = old_dont_write_bytecode
|
/dports/lang/spidermonkey60/firefox-60.9.0/ |
H A D | .ycm_extra_conf.py | 14 old_bytecode = sys.dont_write_bytecode 15 sys.dont_write_bytecode = True 25 sys.dont_write_bytecode = old_bytecode
|
/dports/www/firefox-legacy/firefox-52.8.0esr/ |
H A D | .ycm_extra_conf.py | 14 old_bytecode = sys.dont_write_bytecode 15 sys.dont_write_bytecode = True 25 sys.dont_write_bytecode = old_bytecode
|
/dports/www/firefox/firefox-99.0/third_party/python/fluent.migrate/fluent/migrate/ |
H A D | tool.py | 20 def dont_write_bytecode(): function 21 _dont_write_bytecode = sys.dont_write_bytecode 22 sys.dont_write_bytecode = True 24 sys.dont_write_bytecode = _dont_write_bytecode 171 with dont_write_bytecode():
|
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/fluent.migrate/fluent/migrate/ |
H A D | tool.py | 20 def dont_write_bytecode(): function 21 _dont_write_bytecode = sys.dont_write_bytecode 22 sys.dont_write_bytecode = True 24 sys.dont_write_bytecode = _dont_write_bytecode 171 with dont_write_bytecode():
|
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/fluent.migrate/fluent/migrate/ |
H A D | tool.py | 20 def dont_write_bytecode(): function 21 _dont_write_bytecode = sys.dont_write_bytecode 22 sys.dont_write_bytecode = True 24 sys.dont_write_bytecode = _dont_write_bytecode 171 with dont_write_bytecode():
|
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/fluent.migrate/fluent/migrate/ |
H A D | tool.py | 20 def dont_write_bytecode(): function 21 _dont_write_bytecode = sys.dont_write_bytecode 22 sys.dont_write_bytecode = True 24 sys.dont_write_bytecode = _dont_write_bytecode 171 with dont_write_bytecode():
|
/dports/databases/py-sqlite3/Python-3.8.12/Tools/importbench/ |
H A D | importbench.py | 63 sys.dont_write_bytecode = True 76 sys.dont_write_bytecode = False 86 sys.dont_write_bytecode = True 91 sys.dont_write_bytecode = False 102 assert not sys.dont_write_bytecode 121 assert not sys.dont_write_bytecode 206 assert not sys.dont_write_bytecode
|
/dports/databases/py-gdbm/Python-3.8.12/Tools/importbench/ |
H A D | importbench.py | 63 sys.dont_write_bytecode = True 76 sys.dont_write_bytecode = False 86 sys.dont_write_bytecode = True 91 sys.dont_write_bytecode = False 102 assert not sys.dont_write_bytecode 121 assert not sys.dont_write_bytecode 206 assert not sys.dont_write_bytecode
|
/dports/lang/python-tools/Python-3.8.12/Tools/importbench/ |
H A D | importbench.py | 63 sys.dont_write_bytecode = True 76 sys.dont_write_bytecode = False 86 sys.dont_write_bytecode = True 91 sys.dont_write_bytecode = False 102 assert not sys.dont_write_bytecode 121 assert not sys.dont_write_bytecode 206 assert not sys.dont_write_bytecode
|