mirror of
https://github.com/yaml/pyyaml.git
synced 2026-02-07 02:09:58 +00:00
Could, as well as should, shall, must, may, can, might, etc. are auxiliary words. After an auxiliary word should come an infinitive verb.
7 lines
165 B
Text
7 lines
165 B
Text
try:
|
|
set
|
|
except NameError:
|
|
from sets import Set as set
|
|
value = set()
|
|
value.add(AnInstance(foo=value, bar=value))
|
|
value.add(AnInstance(foo=value, bar=value))
|