MCPcopy Create free account
hub / github.com/bleachbit/bleachbit / get

Method get

tests/TestUnix.py:82–83  ·  view source on GitHub ↗
(self, section, option)

Source from the content-addressed store, hash-verified

80 return section in self.options and option in self.options[section]
81
82 def get(self, section, option):
83 return self.options[section][option]
84
85
86class UnixTestCase(common.BleachbitTestCase):

Callers 15

write_nsis_potFunction · 0.45
write_nsis_langfileFunction · 0.45
test_OptionsMethod · 0.45
test_percentMethod · 0.45
test_overridesMethod · 0.45
test_wipeMethod · 0.45
setUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected