Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ _on_win
Method
_on_win
catboost/python-package/mk_wheel.py:112–115 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
110
return
'.so'
111
112
def
_on_win(self):
113
if
self.platform_tag_string == PL_WIN[0]:
114
return
True
115
return
platform.system() ==
'Windows'
116
117
118
def
mine_platform_tag_string(tail_args):
Callers
4
gen_cmd
Method · 0.95
built_so_name
Method · 0.95
dst_so_name
Method · 0.95
dll_ext
Method · 0.95
Calls
1
system
Method · 0.80
Tested by
no test coverage detected