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

Method _at_keyword

Parser/asdl.py:397–399  ·  view source on GitHub ↗
(self, keyword)

Source from the content-addressed store, hash-verified

395 self.cur_token.lineno)
396
397 def _at_keyword(self, keyword):
398 return (self.cur_token.kind == TokenKind.TypeId and
399 self.cur_token.value == keyword)

Callers 2

_parse_moduleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected