Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 233137
Collapse All | Expand All

(-)pym/portage/dep.py (-1 / +2 lines)
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",

Return to bug 233137