Home
last modified time | relevance | path

Searched refs:_id2 (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/idlelib/
Dtooltip.py100 self._id2 = self.anchor_widget.bind("<Leave>", self._hide_event)
106 self.anchor_widget.unbind("<Leave>", self._id2) # pragma: no cover
/third_party/typescript/tests/baselines/reference/
DintersectionWithConflictingPrivates.symbols79 private _id2: any;
80 >_id2 : Symbol(StashFileNode._id2, Decl(intersectionWithConflictingPrivates.ts, 31, 44))
DintersectionWithConflictingPrivates.types84 private _id2: any;
85 >_id2 : any
DintersectionWithConflictingPrivates.js34 private _id2: any;
DintersectionWithConflictingPrivates.errors.txt46 private _id2: any;
/third_party/typescript/tests/cases/compiler/
DintersectionWithConflictingPrivates.ts36 private _id2: any; property in StashFileNode