Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(10) | Call(10) | Derive(0) | Import(0)
src/n/a/Nagstamon-HEAD/Nagstamon/Nagstamon/thirdparty/keyring/backends/file.py Nagstamon(Download)
config = configparser.RawConfigParser() if os.path.exists(self.file_path): config.read(self.file_path) # fetch the password
# load the keyring from the disk config = configparser.RawConfigParser() config.read(self.file_path) # update the keyring with the password
config = configparser.RawConfigParser() if os.path.exists(self.file_path): config.read(self.file_path) try: if not config.remove_option(service, username):
self._migrate() config = configparser.RawConfigParser() config.read(self.file_path) try: config.get(
src/k/e/keyring-3.7/keyring/backends/file.py keyring(Download)
config = configparser.RawConfigParser() if os.path.exists(self.file_path): config.read(self.file_path) # fetch the password
# load the keyring from the disk config = configparser.RawConfigParser() config.read(self.file_path) # update the keyring with the password
config = configparser.RawConfigParser() if os.path.exists(self.file_path): config.read(self.file_path) try: if not config.remove_option(service, username):
self._migrate() config = configparser.RawConfigParser() config.read(self.file_path) try: config.get(
src/n/a/Nagstamon-HEAD/Nagstamon/Nagstamon/thirdparty/keyring/core.py Nagstamon(Download)
if os.path.exists(keyring_cfg): config = configparser.RawConfigParser() config.read(keyring_cfg) _load_keyring_path(config)
src/k/e/keyring-3.7/keyring/core.py keyring(Download)
if os.path.exists(keyring_cfg): config = configparser.RawConfigParser() config.read(keyring_cfg) _load_keyring_path(config)