MCPcopy Create free account
hub / github.com/pytorch/pytorch / quote

Method quote

torch/utils/hipify/hipify_python.py:681–682  ·  view source on GitHub ↗
(self, char)

Source from the content-addressed store, hash-verified

679 return self.data
680
681 def quote(self, char):
682 return re.escape(char)
683
684 def _pattern(self, pData):
685 data = pData

Callers 5

_patternMethod · 0.95
get_inline_skeletonFunction · 0.80
fetch_jsonFunction · 0.80
open_html_modelMethod · 0.80

Calls

no outgoing calls

Tested by 1

open_html_modelMethod · 0.64