MCPcopy
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
86def ffi_buf_to_string(buf: Any) -> str:
87 return to_unicode(pyOpenSSLutil.ffi.string(buf))
88
89
90def x509name_to_string(x509name: X509Name) -> str:

Callers 2

x509name_to_stringFunction · 0.85
get_temp_key_infoFunction · 0.85

Calls 1

to_unicodeFunction · 0.90

Tested by

no test coverage detected