MCPcopy
hub / github.com/scottbez1/splitflap / write_objects

Method write_objects

thirdparty/panelize.py:162–167  ·  view source on GitHub ↗
( self, writer, keys, newline=True )

Source from the content-addressed store, hash-verified

160 writer.newline()
161
162 def write_objects( self, writer, keys, newline=True ):
163 for key in keys:
164 if type(key) is bool:
165 newline = key
166 else:
167 self.write_obj( writer, key, newline )
168
169
170class Int( KicadObj ):

Callers 15

write_contentsMethod · 0.95
write_contentsMethod · 0.80
write_contentsMethod · 0.80
write_contentsMethod · 0.80
write_contentsMethod · 0.80
write_contentsMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80

Calls 1

write_objMethod · 0.95

Tested by

no test coverage detected