Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
def
_get_arg_names(func):
116
return
func._doc.arg_names
117
118
119
_OptionsClassDoc = namedtuple(
'_OptionsClassDoc'
, (
'params'
,))
Callers
2
_decorate_compute_function
Function · 0.85
_wrap_function
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected