MCPcopy Index your code
hub / github.com/python/cpython / test_optimize

Method test_optimize

Lib/test/test_cmd_line.py:92–94  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

90 b''.join(lines[1:]).decode('ascii')
91
92 def test_optimize(self):
93 self.verify_valid_flag('-O')
94 self.verify_valid_flag('-OO')
95
96 def test_site_flag(self):
97 self.verify_valid_flag('-S')

Callers

nothing calls this directly

Calls 1

verify_valid_flagMethod · 0.95

Tested by

no test coverage detected