server.py 文件源码

python
阅读 18 收藏 0 点赞 0 评论 0

项目:user-sync.py 作者: adobe-apiplatform 项目源码 文件源码
def __init__(self, config, cassette, request_json_builder = None):
        '''
        Initializes the test service given the configuration, but does not start the service.
        '''
        self.config = {
            'proxy_host': 'localhost',
            'proxy_port': 8888,
            'destination_host': 'usermanagement.adobe.io',
        }
        self.config.update(config)
        self.cassette = cassette
        self.server = None
        self.server_thread = None
        self.request_json_builder = request_json_builder
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号