Home | Trees | Indices | Help |
---|
|
5 6 @staticmethod # known case of __new__ 8 """ T.__new__(S, ...) -> a new object with type S, a subtype of T """ 9 pass 10 15 16 @staticmethod # known case of __new__ 18 """ T.__new__(S, ...) -> a new object with type S, a subtype of T """ 19 pass 20 25 26 @staticmethod # known case of __new__ 28 """ T.__new__(S, ...) -> a new object with type S, a subtype of T """ 29 pass 30
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri May 09 06:30:41 2014 | http://epydoc.sourceforge.net |