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

Method PycFile

pycdc/data.cpp:41–44  ·  view source on GitHub ↗

PycFile */

Source from the content-addressed store, hash-verified

39
40/* PycFile */
41PycFile::PycFile(const char* filename)
42{
43 m_stream = fopen(filename, "rb");
44}
45
46bool PycFile::atEof() const
47{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected