Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mssql-cli
/ has_variadic
Method
has_variadic
mssqlcli/packages/parseutils/meta.py:114–116 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
112
)
113
114
def
has_variadic(self):
115
return
self.arg_modes and any(
116
arg_mode ==
'v'
for
arg_mode in self.arg_modes)
117
118
def
args(self):
119
""
"Returns a list of input-parameter ColumnMetadata namedtuples."
""
Callers
1
_arg_list
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected