예제 #1
0
파일: __init__.py 프로젝트: bigdrum/snaked
    def __init__(self):
        IPythonView.__init__(self)
        self.cout.write = self._write
        self.cout.flush = self.flush
        import __builtin__
        __builtin__.raw_input = self._raw_input

        self.last_run_command = None
예제 #2
0
파일: __init__.py 프로젝트: hellp/snaked
 def __init__(self):
     IPythonView.__init__(self)