Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(4) | Derive(0) | Import(0)
src/n/a/Nagstamon-HEAD/Nagstamon/Nagstamon/thirdparty/keyring/backends/file.py Nagstamon(Download)
# update the keyring with the password if not config.has_section(service): config.add_section(service) config.set(service, username, password_base64)
src/k/e/keyring-3.7/keyring/backends/file.py keyring(Download)
# update the keyring with the password if not config.has_section(service): config.add_section(service) config.set(service, username, password_base64)
src/n/a/Nagstamon-HEAD/Nagstamon/Nagstamon/thirdparty/keyring/core.py Nagstamon(Download)
# load the keyring class name, and then load this keyring try: if config.has_section("backend"): keyring_name = config.get("backend", "default-keyring").strip() else:
src/k/e/keyring-3.7/keyring/core.py keyring(Download)
# load the keyring class name, and then load this keyring try: if config.has_section("backend"): keyring_name = config.get("backend", "default-keyring").strip() else: