MCPcopy Create free account
hub / github.com/apache/cloudberry / __init__

Method __init__

src/test/unit/mock/mocker.py:175–179  ·  view source on GitHub ↗
(self, modifier, rettype, funcname, args)

Source from the content-addressed store, hash-verified

173 Variadic = object()
174
175 def __init__(self, modifier, rettype, funcname, args):
176 self.modifier = modifier.strip()
177 self.rettype = re.sub('inline', '', rettype).strip()
178 self.funcname = funcname.strip()
179 self.args = self.parse_args(args)
180
181 def is_local(self):
182 """Am I a local function?

Callers

nothing calls this directly

Calls 2

parse_argsMethod · 0.95
stripMethod · 0.80

Tested by

no test coverage detected