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

Method write

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

Source from the content-addressed store, hash-verified

1024 ) )
1025
1026 def write( self, writer ):
1027 writer.begin( self )
1028 self.write_objects( writer, (
1029 "center", "end",
1030 "layer", "width",
1031 ), False )
1032 writer.end()
1033
1034 def copy( self, trans ):
1035 obj = FpCircle( 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