Home
last modified time | relevance | path

Searched refs:issoftkeyword (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dkeyword.py16 __all__ = ["iskeyword", "issoftkeyword", "kwlist", "softkwlist"]
63 issoftkeyword = frozenset(softkwlist).__contains__ variable
/third_party/python/Lib/test/
H A Dtest_keyword.py27 self.assertFalse(keyword.issoftkeyword("spam"))

Completed in 1 milliseconds