Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128
class
EmptyLinePrinter:
129
def
print_once(self):
130
if
not self.printed:
131
print(
""
)
132
self.printed = True
133
printed = False
134
135
indexes =
" a"
136
print(PROLOGUE)
Callers
1
generate_cpp17.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected