MCPcopy Index your code
hub / github.com/python/cpython / get_methods

Method get_methods

Lib/multiprocessing/managers.py:413–417  ·  view source on GitHub ↗

Return the methods of the shared object indicated by token

(self, c, token)

Source from the content-addressed store, hash-verified

411 return ident, tuple(exposed)
412
413 def get_methods(self, c, token):
414 '''
415 Return the methods of the shared object indicated by token
416 '''
417 return tuple(self.id_to_obj[token.id][1])
418
419 def accept_connection(self, c, name):
420 '''

Callers 2

check_bodyMethod · 0.45

Calls

no outgoing calls

Tested by 2

check_bodyMethod · 0.36