Home
last modified time | relevance | path

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

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