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

Method write

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

Source from the content-addressed store, hash-verified

996 ) )
997
998 def write( self, writer ):
999 writer.begin( self )
1000 self.write_objects( writer, (
1001 "start", "end", "angle",
1002 "layer", "width",
1003 ), False )
1004 writer.end()
1005
1006 def copy( self, trans ):
1007 obj = FpArc( 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