MCPcopy Create free account
hub / github.com/dask/dask / call

Function call

dask/dataframe/tests/test_accessors.py:241–242  ·  view source on GitHub ↗
(df, arg)

Source from the content-addressed store, hash-verified

239 missing = "definitely a missing prefix/suffix"
240
241 def call(df, arg):
242 return getattr(df.str_col.str, method)(arg)
243
244 assert_eq(call(ddf, prefix), call(df, prefix))
245 assert_eq(call(ddf, suffix), call(df, suffix))

Calls

no outgoing calls

Tested by

no test coverage detected