コード例 #1
0
ファイル: test_web.py プロジェクト: nchlssmith1/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_client.py プロジェクト: ChipJust/dulwich
 def __init__(self, *args, **kwargs):
     # BaseServer is old-style so we have to call both __init__s
     ShutdownServerMixIn.__init__(self)
     _HTTPGitServer.__init__(self, *args, **kwargs)
コード例 #3
0
ファイル: test_web.py プロジェクト: tpn/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)
コード例 #4
0
 def __init__(self, *args, **kwargs):
     # BaseServer is old-style so we have to call both __init__s
     ShutdownServerMixIn.__init__(self)
     _HTTPGitServer.__init__(self, *args, **kwargs)