| 454 | # Chinks are non-chunks, |
| 455 | # see also the chunked() function: |
| 456 | class Chink(Chunk): |
| 457 | def __repr__(self): |
| 458 | return Chunk.__repr__(self).replace("Chunk(", "Chink(", 1) |
| 459 | |
| 460 | #--- PNP CHUNK ------------------------------------------------------------------------------------- |
| 461 |
no outgoing calls
no test coverage detected
searching dependent graphs…