Lines Matching refs:keyword
27 from keyword import iskeyword as _iskeyword88 regular dictionaries, but keyword arguments are not recommended because406 'keyword: %r' % name)527 >>> c = Counter(a=4, b=2) # a new counter from keyword args978 warnings.warn("Passing 'dict' as keyword argument is deprecated",