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

Method get_size

Tools/cases_generator/analyzer.py:166–167  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

164 return self.size != ""
165
166 def get_size(self) -> str:
167 return self.size if self.size else "1"
168
169
170@dataclass

Callers 2

test_createMethod · 0.80
test_resizeMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_createMethod · 0.64
test_resizeMethod · 0.64