MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCOLLADA / serialize

Method serialize

Externals/LibXML/python/libxml.py:379–380  ·  view source on GitHub ↗
(self, encoding = None, format = 0)

Source from the content-addressed store, hash-verified

377 # indent: if 1 the serializer is asked to indent the output
378 #
379 def serialize(self, encoding = None, format = 0):
380 return libxml2mod.serializeNode(self._o, encoding, format)
381 def saveTo(self, file, encoding = None, format = 0):
382 return libxml2mod.saveNodeTo(self._o, file, encoding, format)
383

Callers 15

__str__Method · 0.95
handle_validFunction · 0.45
handle_invalidFunction · 0.45
handle_correctFunction · 0.45
handle_incorrectFunction · 0.45
handle_resourceFunction · 0.45
handle_validFunction · 0.45
handle_invalidFunction · 0.45
handle_correctFunction · 0.45
handle_incorrectFunction · 0.45
handle_resourceFunction · 0.45
handle_validFunction · 0.45

Calls

no outgoing calls

Tested by 15

handle_validFunction · 0.36
handle_invalidFunction · 0.36
handle_correctFunction · 0.36
handle_incorrectFunction · 0.36
handle_resourceFunction · 0.36
handle_validFunction · 0.36
handle_invalidFunction · 0.36
handle_correctFunction · 0.36
handle_incorrectFunction · 0.36
handle_resourceFunction · 0.36
handle_validFunction · 0.36
handle_invalidFunction · 0.36