MCPcopy Index your code
hub / github.com/RustPython/RustPython / _debug_info

Method _debug_info

Lib/multiprocessing/managers.py:625–633  ·  view source on GitHub ↗

Return some info about the servers shared objects and connections

(self)

Source from the content-addressed store, hash-verified

623 self._process = None
624
625 def _debug_info(self):
626 '''
627 Return some info about the servers shared objects and connections
628 '''
629 conn = self._Client(self._address, authkey=self._authkey)
630 try:
631 return dispatch(conn, None, 'debug_info')
632 finally:
633 conn.close()
634
635 def _number_of_objects(self):
636 '''

Callers 1

tearDownClassMethod · 0.80

Calls 2

dispatchFunction · 0.70
closeMethod · 0.45

Tested by 1

tearDownClassMethod · 0.64