MCPcopy
hub / github.com/django/django / _create_server_thread

Method _create_server_thread

django/test/testcases.py:1855–1861  ·  view source on GitHub ↗
(cls, connections_override)

Source from the content-addressed store, hash-verified

1853
1854 @classmethod
1855 def _create_server_thread(cls, connections_override):
1856 return cls.server_thread_class(
1857 cls.host,
1858 cls.static_handler,
1859 connections_override=connections_override,
1860 port=cls.port,
1861 )
1862
1863 @classmethod
1864 def _terminate_thread(cls):

Callers 3

_start_server_threadMethod · 0.80
test_server_classMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected