Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ getLength
Method
getLength
Lib/xml/sax/xmlreader.py:284–285 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
282
self._attrs = attrs
283
284
def
getLength(self):
285
return
len(self._attrs)
286
287
def
getType(self, name):
288
return
"CDATA"
Callers
5
verify_empty_attrs
Method · 0.80
verify_empty_nsattrs
Method · 0.80
verify_attrs_wattr
Method · 0.80
test_expat_nsattrs_wattr
Method · 0.80
test_nsattrs_wattr
Method · 0.80
Calls
no outgoing calls
Tested by
5
verify_empty_attrs
Method · 0.64
verify_empty_nsattrs
Method · 0.64
verify_attrs_wattr
Method · 0.64
test_expat_nsattrs_wattr
Method · 0.64
test_nsattrs_wattr
Method · 0.64