Home
last modified time | relevance | path

Searched refs:PasswordLoader (Results 1 – 4 of 4) sorted by relevance

/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/fake/
H A Dopenstack.py187 return PasswordLoader()
193 class PasswordLoader(): class
/dports/databases/py-python-swiftclient/python-swiftclient-3.12.0/
H A Dsetup.cfg41 v1password = swiftclient.authv1:PasswordLoader
/dports/databases/py-python-swiftclient/python-swiftclient-3.12.0/swiftclient/
H A Dauthv1.py335 class PasswordLoader(loading.BaseLoader): class
/dports/databases/py-python-swiftclient/python-swiftclient-3.12.0/test/unit/
H A Dtest_authv1.py49 self.assertIsInstance(loader, authv1.PasswordLoader)