MCPcopy Create free account
hub / github.com/bloomberg/pystack / NArguments

Method NArguments

src/pystack/_pystack/pycode.cpp:261–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 return d_location_info;
260}
261int
262CodeObject::NArguments() const
263{
264 return d_narguments;
265}
266const std::vector<std::string>&
267CodeObject::Varnames() const
268{

Callers 1

resolveLocalVariablesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected