¡@

Home 

python Programming Glossary: bigclass

Is there any Python equivalent to partial classes?

http://stackoverflow.com/questions/9638446/is-there-any-python-equivalent-to-partial-classes

write the following to join them all together. class Bigclass object from classdef1 import foo bar baz quux from classdef2.. individual modules you would write a class definition for Bigclass with parts of the class. Then in your __init__.py write import.. write import classdef1 classdef2 classdef3 class Bigclass classdef1.Bigclass classdef2.Bigclass classdef3.Bigclass num..