Searched defs:_class (Results 1 – 7 of 7) sorted by relevance
37 const _class: boolean; constant
180 const _class: number; constant
17 def __init__(self, _class=None, *, policy=compat32): argument
222 def parse_headers(fp, _class=HTTPMessage): argument
235 _class: kw("class", startsExpr), property
229 _class: kw("class", startsExpr), property
9738 function _class(obj) { return Object.prototype.toString.call(obj); } function