Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ ffi_buf_to_string
Function
ffi_buf_to_string
scrapy/utils/ssl.py:86–87 ·
view source on GitHub ↗
(buf: Any)
Source
from the content-addressed store, hash-verified
84
85
86
def
ffi_buf_to_string(buf: Any) -> str:
87
return
to_unicode(pyOpenSSLutil.ffi.string(buf))
88
89
90
def
x509name_to_string(x509name: X509Name) -> str:
Callers
2
x509name_to_string
Function · 0.85
get_temp_key_info
Function · 0.85
Calls
1
to_unicode
Function · 0.90
Tested by
no test coverage detected