MCPcopy Index your code
hub / github.com/RustPython/RustPython / isspace

Method isspace

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

Source from the content-addressed store, hash-verified

1528 return self.data.isprintable()
1529
1530 def isspace(self):
1531 return self.data.isspace()
1532
1533 def istitle(self):
1534 return self.data.istitle()

Callers 15

_format_syntax_errorMethod · 0.45
_keep_original_wsFunction · 0.45
_parse_doctype_subsetMethod · 0.45
_parse_doctype_entityMethod · 0.45
dedentFunction · 0.45
indentFunction · 0.45
decode_headerFunction · 0.45
_nonctextMethod · 0.45
_append_chunkMethod · 0.45
is_onlywsMethod · 0.45

Calls

no outgoing calls

Tested by 7

test_isspaceMethod · 0.36
test_stringMethod · 0.36
test_isspaceMethod · 0.36
neitherspacenordigitMethod · 0.36
test_mode_win32Method · 0.36
test_method_checksumMethod · 0.36