File: mask.pxd

package info (click to toggle)
python-aiohttp 3.13.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,020 kB
  • sloc: python: 62,860; ansic: 20,773; makefile: 429; sh: 3
file content (3 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (4)
1
2
3
"""Cython declarations for websocket masking."""

cpdef void _websocket_mask_cython(bytes mask, bytearray data)