Home
last modified time | relevance | path

Searched defs:_tobytes (Results 1 – 8 of 8) sorted by relevance

/dports/finance/py-python-bitcoinlib/python-bitcoinlib-0.11.0/bitcoin/tests/
H A Dtest_bech32.py21 _tobytes = lambda x: array.array('B', x).tostring() function
26 _tobytes = bytes variable
/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/
H A Dhgconfig.py99 _tobytes = hglib.fromunicode variable
108 def _tobytes(s): function
/dports/net/py-mpi4py/mpi4py-3.1.3/test/
H A Dtest_op.py16 _tobytes = lambda s: memoryview(s).tobytes() function
18 _tobytes = lambda s: buffer(s)[:] function
/dports/finance/py-python-bitcoinlib/python-bitcoinlib-0.11.0/bitcoin/
H A Dwallet.py24 _tobytes = lambda x: array.array('B', x).tostring() function
27 _tobytes = bytes variable
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/http/
H A Dheaders.py28 def _tobytes(self, x): member in Headers
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/python/ascent_jupyter_bridge/ascent_jupyter_bridge/
H A Dclient.py261 def _tobytes(self, s): member in SocketClient
/dports/math/py-nevergrad/nevergrad-0.4.3.post2/nevergrad/optimization/
H A Dutils.py153 def _tobytes(x: tp.ArrayLike) -> bytes: function
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Derror.py33 def _tobytes(exc): function