|
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
Data and other attributes defined here:
- tobe = {'first': 'am', 'plural first': 'are', 'plural second': 'are', 'plural third': 'are', 'second': 'are', 'third': 'is'}
- tobepast = {'first': 'was', 'plural first': 'were', 'plural second': 'were', 'plural third': 'were', 'second': 'were', 'third': 'was'}
- tohave = {'first': 'have', 'plural first': 'have', 'plural second': 'have', 'plural third': 'have', 'second': 'have', 'third': 'has'}
|