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

Method ASTLoadBuildClass

pycdc/ASTNode.h:665–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663class ASTLoadBuildClass : public ASTNode {
664public:
665 ASTLoadBuildClass(PycRef<PycObject> obj)
666 : ASTNode(NODE_LOADBUILDCLASS), m_obj(std::move(obj)) { }
667
668 PycRef<PycObject> object() const { return m_obj; }
669

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected