visualstudio_py_repl.py 文件源码

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

项目:HomeAutomation 作者: gs2671 项目源码 文件源码
def send_prompt(self, ps1, ps2, update_all = True):
        """sends the current prompt to the interactive window"""
        with self.send_lock:
            write_bytes(self.conn, ReplBackend._PRPC)
            write_string(self.conn, ps1)
            write_string(self.conn, ps2)
            write_int(self.conn, update_all)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号