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