MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / getsize

Method getsize

tools/python-3.11.9-amd64/Lib/chunk.py:86–88  ·  view source on GitHub ↗

Return the size of the current chunk.

(self)

Source from the content-addressed store, hash-verified

84 return self.chunkname
85
86 def getsize(self):
87 """Return the size of the current chunk."""
88 return self.chunksize
89
90 def close(self):
91 if not self.closed:

Callers 7

fileConfigFunction · 0.45
get_text_sizeMethod · 0.45
write_installed_filesMethod · 0.45
check_installed_filesMethod · 0.45
get_sizeMethod · 0.45
write_recordsMethod · 0.45
file_sizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected