(self, gid)
| 98 | def closegroup(self, gid, p): |
| 99 | self.groupwidths[gid] = p.getwidth() |
| 100 | def checkgroup(self, gid): |
| 101 | return gid < self.groups and self.groupwidths[gid] is not None |
| 102 | |
| 103 | def checklookbehindgroup(self, gid, source): |
| 104 | if self.lookbehindgroups is not None: |
no outgoing calls
no test coverage detected