Home | Trees | Indices | Help |
---|
|
5 6 @staticmethod # known case of __new__ 8 """ T.__new__(cls, ...) -> a new object with type cls, a subtype of T """ 9 pass 10 15 16 @staticmethod # known case of __new__ 18 """ T.__new__(cls, ...) -> a new object with type cls, a subtype of T """ 19 pass 20
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu May 29 11:18:21 2014 | http://epydoc.sourceforge.net |