Home
last modified time | relevance | path

Searched defs:__methods (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/
Dsymtable.py206 __methods = None variable in Class
Dturtle.py299 def __methods(cls): function
/third_party/jsframework/runtime/main/model/
Dindex.ts82 private __methods: Record<string, (...args: unknown[]) => any>; property in Vm
/third_party/python/Lib/idlelib/
Drpc.py552 __methods = None variable in RPCProxy