Home
last modified time | relevance | path

Searched refs:_make_body (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/bin/pick/
H A Dui.py116 body: 'urwid.Columns' = attr.ib(attr.Factory(lambda s: s._make_body(), True), init=False)
125 def _make_body(self) -> 'urwid.Columns': member in UI
/third_party/python/Lib/test/
H A Dtest_httplib.py403 conn.endheaders(self._make_body(), encode_chunked=True)
416 'POST', '/', self._make_body(), {'Transfer-Encoding': 'chunked'})
441 body=self._make_body())
452 'POST', '/', self._make_body(empty_lines=empty_lines))
473 def _make_body(self, empty_lines=False): member in TransferEncodingTest

Completed in 4 milliseconds