コード例 #1
0
ファイル: threadsafe.py プロジェクト: 0924wyr/blog_code
 def __init__(self):
     # Initializing the context handler for this thread with
     # the notice and error handler.
     self.ptr = lgeos.initGEOS_r(notice_h, error_h)
コード例 #2
0
 def __init__(self):
     # Initializing the context handler for this thread with
     # the notice and error handler.
     self.ptr = lgeos.initGEOS_r(notice_h, error_h)
コード例 #3
0
import threading