MCPcopy Create free account
hub / github.com/apache/arrow / _get_arg_names

Function _get_arg_names

python/pyarrow/compute.py:115–116  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

113
114
115def _get_arg_names(func):
116 return func._doc.arg_names
117
118
119_OptionsClassDoc = namedtuple('_OptionsClassDoc', ('params',))

Callers 2

_wrap_functionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected