MCPcopy Index your code
hub / github.com/python/cpython / test_size

Method test_size

Lib/test/test_ftplib.py:570–571  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

568 self.assertRaises(ftplib.error_reply, self.client.delete, 'foo')
569
570 def test_size(self):
571 self.client.size('foo')
572
573 def test_mkd(self):
574 dir = self.client.mkd('/foo')

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected