Home | History | Annotate | Download | only in collections

Lines Matching refs:keyword

27 from keyword import iskeyword as _iskeyword
88 regular dictionaries, but keyword arguments are not recommended because
406 'keyword: %r' % name)
527 >>> c = Counter(a=4, b=2) # a new counter from keyword args
978 warnings.warn("Passing 'dict' as keyword argument is deprecated",