|
|
@ -176,9 +176,4 @@ class Context(object):
|
|
|
|
if self._window_io_obj is None:
|
|
|
|
if self._window_io_obj is None:
|
|
|
|
self._window_io_obj = window_io.WindowIO(libdfhack.Context_getWindowIO(self._c_ptr))
|
|
|
|
self._window_io_obj = window_io.WindowIO(libdfhack.Context_getWindowIO(self._c_ptr))
|
|
|
|
|
|
|
|
|
|
|
|
return self._window_io_obj
|
|
|
|
return self._window_io_obj
|
|
|
|
|
|
|
|
|
|
|
|
cm = ContextManager("Memory.xml")
|
|
|
|
|
|
|
|
df = cm.get_single_context()
|
|
|
|
|
|
|
|
df.attach()
|
|
|
|
|
|
|
|
w = df.window_io
|
|
|
|
|