Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dsymtable.py208 def get_methods(self): member in Class
/third_party/libinput/src/
Dlibinput-private.h310 uint32_t (*get_methods)(struct libinput_device *device); member
326 uint32_t (*get_methods)(struct libinput_device *device); member
/third_party/python/Lib/multiprocessing/
Dmanagers.py409 def get_methods(self, c, token): member in Server