MCPcopy
hub / github.com/django/django / _test_database_user

Method _test_database_user

django/db/backends/oracle/creation.py:406–407  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

404 return self._test_settings_get("CREATE_USER", default=True)
405
406 def _test_database_user(self):
407 return self._test_settings_get("USER", prefixed="USER")
408
409 def _test_database_passwd(self):
410 password = self._test_settings_get("PASSWORD")

Calls 1

_test_settings_getMethod · 0.95

Tested by 2

test_db_signatureMethod · 0.76