MCPcopy Index your code
hub / github.com/dbcli/pgcli / has_variadic

Method has_variadic

pgcli/packages/parseutils/meta.py:126–127  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

124 ) % ((self.__class__.__name__,) + self._signature())
125
126 def has_variadic(self):
127 return self.arg_modes and any(arg_mode == "v" for arg_mode in self.arg_modes)
128
129 def args(self):
130 """Returns a list of input-parameter ColumnMetadata namedtuples."""

Callers 1

_arg_listMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected