MCPcopy Create free account
hub / github.com/0x676e67/wreq-python / Message

Class Message

src/client/async_impl/response/ws/message.rs:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15#[pyclass(subclass)]
16#[derive(Clone)]
17pub struct Message(pub wreq::Message);
18
19#[pymethods]
20impl Message {

Callers 5

from_textMethod · 0.85
from_binaryMethod · 0.85
from_pingMethod · 0.85
from_pongMethod · 0.85
from_closeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected