예제 #1
0
파일: fs.py 프로젝트: 75team/SublimeJS
				def _callback():
					ctx = getContext()
					ctx._js_ctx.enter()
					callback(err)
					ctx._js_ctx.leave()
예제 #2
0
 def _callback():
     ctx = getContext()
     ctx._js_ctx.enter()
     callback(err)
     ctx._js_ctx.leave()