Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ dll_ext
Method
dll_ext
catboost/python-package/mk_wheel.py:107–110 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
105
return
module_name +
'.so'
106
107
def
dll_ext(self):
108
if
self._on_win():
109
return
'.pyd'
110
return
'.so'
111
112
def
_on_win(self):
113
if
self.platform_tag_string == PL_WIN[0]:
Callers
nothing calls this directly
Calls
1
_on_win
Method · 0.95
Tested by
no test coverage detected