Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
PyDocX / tests / templates / tr.xml
Size: Mime:
<w:tr>
	<w:trPr>
		<w:cantSplit w:val="false"/>
	</w:trPr>
	{% for table_cell in table_cells %}
		{{ table_cell }}
	{% endfor %}
</w:tr>