MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / replace_nontext

Function replace_nontext

tests/testing/libs/xmlrunner/builder.py:33–34  ·  view source on GitHub ↗
(text, replacement=u'\uFFFD')

Source from the content-addressed store, hash-verified

31
32
33def replace_nontext(text, replacement=u'\uFFFD'):
34 return _nontext_sub(replacement, text)
35
36
37class TestXMLContext(object):

Callers 3

beginMethod · 0.85
_create_cdata_sectionMethod · 0.85
appendMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected