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

Method write

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

Source from the content-addressed store, hash-verified

1051 ) )
1052
1053 def write( self, writer ):
1054 writer.begin( self )
1055 self.write_objects( writer, (
1056 "start", "end",
1057 "layer", "width",
1058 ), False )
1059 writer.end()
1060
1061 def copy( self, trans ):
1062 obj = FpLine( self.obj_name )

Callers

nothing calls this directly

Calls 3

beginMethod · 0.80
write_objectsMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected