| 88 | int firstLine() const { return m_firstLine; } |
| 89 | PycRef<PycString> lnTable() const { return m_lnTable; } |
| 90 | PycRef<PycString> exceptTable() const { return m_exceptTable; } |
| 91 | |
| 92 | PycRef<PycObject> getConst(int idx) const |
| 93 | { |
nothing calls this directly
no outgoing calls
no test coverage detected