MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / unicode_escape_decode

Function unicode_escape_decode

steps/cpplint.py:911–915  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

909 iteritems = dict.items
910
911def unicode_escape_decode(x):
912 if sys.version_info < (3,):
913 return codecs.unicode_escape_decode(x)[0]
914 else:
915 return x
916
917# Treat all headers starting with 'h' equally: .h, .hpp, .hxx etc.
918# This is set by --headers flag.

Callers 1

CheckForBadCharactersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected