MCPcopy Create free account
hub / github.com/sammchardy/python-binance / handler

Function handler

tests/test_headers.py:50–53  ·  view source on GitHub ↗
(url, **kwargs)

Source from the content-addressed store, hash-verified

48 with aioresponses() as m:
49
50 def handler(url, **kwargs):
51 headers = kwargs["headers"]
52 assert "Content-Type" in headers
53 assert headers["Content-Type"] == "application/x-www-form-urlencoded"
54
55 m.post(
56 "https://api.binance.com/api/v3/order",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…