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

Method write

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

Source from the content-addressed store, hash-verified

1174 ) )
1175
1176 def write( self, writer ):
1177 writer.begin( self )
1178 self.write_objects( writer, ( "font", "justify" ), False )
1179 writer.end()
1180
1181 def copy( self, trans ):
1182 obj = Effects( 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