Home
last modified time | relevance | path

Searched defs:_load_config (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_build/py/pw_build/
H A Dpython_package.py224 def _load_config(self) -> configparser.ConfigParser | None: member in PythonPackage
/aosp_15_r20/external/python/oauth2client/oauth2client/contrib/
Dflask_util.py277 def _load_config(self, client_secrets_file, client_id, client_secret): member in UserOAuth2
/aosp_15_r20/external/autotest/contrib/
H A Dupload_results.py237 def _load_config(): function
/aosp_15_r20/external/autotest/tko/
H A Ddb.py100 def _load_config(self, host, database, user, password): member in db_sql