MCPcopy Create free account
hub / github.com/boostorg/pfr / EmptyLinePrinter

Class EmptyLinePrinter

misc/generate_cpp17.py:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 return len(tokens)
127
128class EmptyLinePrinter:
129 def print_once(self):
130 if not self.printed:
131 print("")
132 self.printed = True
133 printed = False
134
135indexes = " a"
136print(PROLOGUE)

Callers 1

generate_cpp17.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected