MCPcopy Create free account
hub / github.com/Lil-House/Pyarmor-Static-Unpack-1shot / PycCode

Method PycCode

pycdc/pyc_code.h:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 };
63
64 PycCode(int type = TYPE_CODE)
65 : PycObject(type), m_argCount(), m_posOnlyArgCount(), m_kwOnlyArgCount(),
66 m_numLocals(), m_stackSize(), m_flags(), m_firstLine() { }
67
68 void load(PycData* stream, PycModule* mod) override;
69

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected