MCPcopy
hub / github.com/django/django / log

Method log

django/db/backends/base/creation.py:40–41  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

38 return self.connection._nodb_cursor()
39
40 def log(self, msg):
41 sys.stderr.write(msg + os.linesep)
42
43 # RemovedInDjango70Warning: When the deprecation ends, replace with:
44 # def create_test_db(self, verbosity=1, autoclobber=False, keepdb=False):

Callers 15

create_test_dbMethod · 0.95
_create_test_dbMethod · 0.95
clone_test_dbMethod · 0.95
destroy_test_dbMethod · 0.95
_clone_test_dbMethod · 0.45
_create_test_dbMethod · 0.45
_destroy_test_dbMethod · 0.45
_create_test_userMethod · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected