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

Method Filename

src/pystack/_pystack/pycode.cpp:244–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244std::string
245CodeObject::Filename() const
246{
247 return d_filename;
248}
249
250std::string
251CodeObject::Scope() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected