| 44 | class PycModule { |
| 45 | public: |
| 46 | PycModule() : m_maj(-1), m_min(-1), m_unicode(false) { } |
| 47 | |
| 48 | void loadFromFile(const char* filename); |
| 49 | void loadFromMarshalledFile(const char *filename, int major, int minor); |
nothing calls this directly
no outgoing calls
no test coverage detected