Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ dst_so_name
Method
dst_so_name
catboost/python-package/mk_wheel.py:101–105 ·
view source on GitHub ↗
(self, module_name)
Source
from the content-addressed store, hash-verified
99
return
module_name +
'.so'
100
101
def
dst_so_name(self, module_name):
102
if
self._on_win():
103
return
module_name +
'.pyd'
104
105
return
module_name +
'.so'
106
107
def
dll_ext(self):
108
if
self._on_win():
Callers
1
make_wheel
Function · 0.95
Calls
1
_on_win
Method · 0.95
Tested by
no test coverage detected