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

Method test_site_flag

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

Source from the content-addressed store, hash-verified

94 self.verify_valid_flag('-OO')
95
96 def test_site_flag(self):
97 self.verify_valid_flag('-S')
98
99 @support.cpython_only
100 def test_version(self):

Callers

nothing calls this directly

Calls 1

verify_valid_flagMethod · 0.95

Tested by

no test coverage detected