Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
261
int
262
CodeObject::NArguments() const
263
{
264
return d_narguments;
265
}
266
const std::vector<std::string>&
267
CodeObject::Varnames() const
268
{
Callers
1
resolveLocalVariables
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected