MCPcopy Index your code
hub / github.com/clips/pattern / d

Function d

pattern/text/en/modality.py:239–240  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

237### MODALITY #######################################################################################
238
239def d(*args):
240 return dict.fromkeys(args, True)
241
242AUXILLARY = {
243 "be": ["be", "am", "m", "are", "is", "being", "was", "were" "been"],

Callers 1

modality.pyFile · 0.85

Calls 1

fromkeysMethod · 0.45

Tested by

no test coverage detected