MCPcopy Create free account
hub / github.com/dmlc/xgboost / _is_tuple

Function _is_tuple

python-package/xgboost/data.py:1287–1288  ·  view source on GitHub ↗
(data: DataType)

Source from the content-addressed store, hash-verified

1285
1286
1287def _is_tuple(data: DataType) -> TypeGuard[tuple]:
1288 return isinstance(data, tuple)
1289
1290
1291def _from_tuple(

Callers 4

inplace_predictMethod · 0.85
dispatch_data_backendFunction · 0.85
dispatch_meta_backendFunction · 0.85
_proxy_transformFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected