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

Method write

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

Source from the content-addressed store, hash-verified

1310 factory.parse_error( "too many values for '%s'" % self.obj_name )
1311
1312 def write( self, writer ):
1313 writer.begin( self )
1314 self.write_objects( writer, ( "font", "justify" ), False )
1315 writer.end()
1316
1317 def copy( self, trans ):
1318 obj = Model( 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