Lines 416-422
Link Here
|
416 |
_atoms = weakref.WeakValueDictionary() |
416 |
_atoms = weakref.WeakValueDictionary() |
417 |
|
417 |
|
418 |
_str_methods = ("endswith", "find", "index", "lstrip", "replace", |
418 |
_str_methods = ("endswith", "find", "index", "lstrip", "replace", |
419 |
"startswith", "strip", "rindex", "rfind", "rstrip", "__getitem__", |
419 |
"startswith", "split", "strip", |
|
|
420 |
"rindex", "rfind", "rstrip", "__getitem__", |
420 |
"__eq__", "__hash__", "__len__", "__ne__", "__repr__", "__str__") |
421 |
"__eq__", "__hash__", "__len__", "__ne__", "__repr__", "__str__") |
421 |
|
422 |
|
422 |
__slots__ = ("__weakref__", "blocker", "cp", "cpv", "operator", |
423 |
__slots__ = ("__weakref__", "blocker", "cp", "cpv", "operator", |