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

Method write

thirdparty/panelize.py:69–72  ·  view source on GitHub ↗
( self, writer )

Source from the content-addressed store, hash-verified

67 return True
68
69 def write( self, writer ):
70 writer.begin( self.obj_name )
71 self.write_contents( writer )
72 writer.end()
73
74 def write_contents( self, writer ):
75 pass

Callers

nothing calls this directly

Calls 3

write_contentsMethod · 0.95
beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected