[Pyobjc-dev] AppKit/__init__.py complexity
Brought to you by:
ronaldoussoren
From: Bill B. <bb...@co...> - 2003-02-28 15:41:27
|
It strikes me that AppKit/__init__.py is executing a lot of code upon import that results in a bunch of informal_protocols() being defined that will very likely never be used-- even in a complex application. Nope. Silly me. It only takes 13 milliseconds to define all of the informal_protocols on a TiBook 667. Never mind (posting this so that other's don't make the same false conclusion). b.bum |