MCPcopy Index your code
hub / github.com/Tencent/CodeAnalysis / size

Method size

server/projects/file/apps/filemgr/utils.py:76–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74
75 @property
76 def size(self):
77 size = self.seek(0, os.SEEK_END)
78 self.seek(0, os.SEEK_SET)
79 return size

Callers 2

rsa_decryptFunction · 0.80
CirclePackingClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected