Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
def
replace_nontext(text, replacement=u
'\uFFFD'
):
34
return
_nontext_sub(replacement, text)
35
36
37
class
TestXMLContext(object):
Callers
3
begin
Method · 0.85
_create_cdata_section
Method · 0.85
append
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected