Home
last modified time | relevance | path

Searched refs:unpickle_code (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dtest_rpc.py13 self.assertIs(func, rpc.unpickle_code)
15 code = rpc.unpickle_code(cbytes)
/third_party/python/Lib/idlelib/
Drpc.py45 def unpickle_code(ms): function
55 return unpickle_code, (ms,)