Home
last modified time | relevance | path

Searched defs:staticmethod (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DcommentsTypeParameters.js5 static staticmethod</**docComment of method type parameter */ U>(a: U) { field in C
24 C.staticmethod = function (a) { function in C
/third_party/typescript/tests/cases/compiler/
DcommentsTypeParameters.ts6 static staticmethod</**docComment of method type parameter */ U>(a: U) { method in C
/third_party/python/Objects/
Dfuncobject.c994 } staticmethod; typedef