コード例 #1
0
ファイル: test_web.py プロジェクト: rcrowley/dulwich
 def __init__(self, *args, **kwargs):
     # BaseServer is old-style so we have to call both __init__s
     ShutdownServerMixIn.__init__(self)
     simple_server.WSGIServer.__init__(self, *args, **kwargs)
コード例 #2
0
ファイル: test_server.py プロジェクト: tmc/dulwich
 def __init__(self, *args, **kwargs):
     # BaseServer is old-style so we have to call both __init__s
     ShutdownServerMixIn.__init__(self)
     _TCPGitServer.__init__(self, *args, **kwargs)