MCPcopy Index your code
hub / github.com/clips/pattern / Chink

Class Chink

pattern/text/tree.py:456–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454# Chinks are non-chunks,
455# see also the chunked() function:
456class Chink(Chunk):
457 def __repr__(self):
458 return Chunk.__repr__(self).replace("Chunk(", "Chink(", 1)
459
460#--- PNP CHUNK -------------------------------------------------------------------------------------
461

Callers 1

chunkedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…