MCPcopy
hub / github.com/aio-libs/aiohttp / at_eof

Method at_eof

aiohttp/multipart.py:427–433  ·  view source on GitHub ↗

Returns ``True`` if the boundary was reached or ``False`` otherwise. :rtype: bool

(self)

Source from the content-addressed store, hash-verified

425 return parse_qsl(data.rstrip().decode(encoding), encoding=encoding)
426
427 def at_eof(self):
428 """Returns ``True`` if the boundary was reached or
429 ``False`` otherwise.
430
431 :rtype: bool
432 """
433 return self._at_eof
434
435 def decode(self, data):
436 """Decodes data according the specified `Content-Encoding`

Callers 15

test_nextMethod · 0.95
test_next_nextMethod · 0.95
test_readMethod · 0.95
test_read_all_at_onceMethod · 0.95
test_multi_read_chunkMethod · 0.95
test_multireadMethod · 0.95
test_read_multilineMethod · 0.95
test_releaseMethod · 0.95
at_eofMethod · 0.45

Calls

no outgoing calls

Tested by 11

test_nextMethod · 0.76
test_next_nextMethod · 0.76
test_readMethod · 0.76
test_read_all_at_onceMethod · 0.76
test_multi_read_chunkMethod · 0.76
test_multireadMethod · 0.76
test_read_multilineMethod · 0.76
test_releaseMethod · 0.76