partial-classes

Is there any Python equivalent to partial classes?

Is there any Python equivalent to partial classes? Question: Using “new” style classes (I’m in python 3.2) is there a way to split a class over multiple files? I’ve got a large class (which really should be a single class from an object-oriented design perspective, considering coupling, etc, but it’d be nice to split over …

Total answers: 9