MCPcopy Create free account
hub / github.com/apache/trafficserver / Writer

Class Writer

lib/yamlcpp/test/create-emitter-tests.py:152–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 yield {'name': name, 'events': events}
151
152class Writer(object):
153 def __init__(self, out):
154 self.out = out
155 self.indent = 0
156
157 def writeln(self, s):
158 self.out.write('%s%s\n' % (' ' * self.indent, s))
159
160class Scope(object):
161 def __init__(self, writer, name, indent):

Callers 1

create_emitter_testsFunction · 0.85

Calls

no outgoing calls

Tested by 1

create_emitter_testsFunction · 0.68