MCPcopy Create free account
hub / github.com/apache/madlib / format

Method format

src/madpack/argparse.py:593–597  ·  view source on GitHub ↗
(tuple_size)

Source from the content-addressed store, hash-verified

591 result = default_metavar
592
593 def format(tuple_size):
594 if isinstance(result, tuple):
595 return result
596 else:
597 return (result, ) * tuple_size
598 return format
599
600 def _format_args(self, action, default_metavar):

Callers 15

_get_schema_oidMethod · 0.80
_get_function_infoMethod · 0.80
get_udo_oidsMethod · 0.80
get_udoc_oidsMethod · 0.80
drop_changed_udtMethod · 0.80
drop_changed_udfMethod · 0.80
drop_changed_udaMethod · 0.80
drop_changed_udcMethod · 0.80
drop_traininginfo_4dtMethod · 0.80
drop_changed_udoMethod · 0.80
drop_changed_udocMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected