fix issues
- fix lifetime issue about python c callback function - fix type hint in PyBMap - fix formatter clamp issue in CKContext
This commit is contained in:
@ -78,7 +78,7 @@ elif sys.platform.startswith('darwin'):
|
||||
else:
|
||||
_g_BMapLibName = "BMap.bin"
|
||||
|
||||
_g_BMapModule: ctypes.CDLL = None
|
||||
_g_BMapModule: ctypes.CDLL | None = None
|
||||
try:
|
||||
_g_BMapModule = ctypes.cdll.LoadLibrary(
|
||||
os.path.join(os.path.dirname(__file__), _g_BMapLibName)
|
||||
|
Reference in New Issue
Block a user