MCPcopy 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
118def mine_platform_tag_string(tail_args):

Callers 4

gen_cmdMethod · 0.95
built_so_nameMethod · 0.95
dst_so_nameMethod · 0.95
dll_extMethod · 0.95

Calls 1

systemMethod · 0.80

Tested by

no test coverage detected