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

Method isspace

Lib/collections/__init__.py:1570–1571  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1568 return self.data.isprintable()
1569
1570 def isspace(self):
1571 return self.data.isspace()
1572
1573 def istitle(self):
1574 return self.data.istitle()

Callers 15

_keep_original_wsFunction · 0.80
input_auto_indentMethod · 0.80
_read_codeMethod · 0.80
_parse_doctype_subsetMethod · 0.80
_parse_doctype_entityMethod · 0.80
dedentFunction · 0.80
indentFunction · 0.80
decode_headerFunction · 0.80
_nonctextMethod · 0.80

Calls

no outgoing calls

Tested by 8

test_isspaceMethod · 0.64
test_stringMethod · 0.64
test_isspaceMethod · 0.64
test_ctypesMethod · 0.64
neitherspacenordigitMethod · 0.64
test_mode_win32Method · 0.64
test_method_checksumMethod · 0.64