MCPcopy Index your code
hub / github.com/rocky/python-uncompyle6 / Value

Function Value

test/simple_source/bug35/04_call_function.py:49–51  ·  view source on GitHub ↗
(self, fn, typecode_or_type, *args, lock=True)

Source from the content-addressed store, hash-verified

47
48# From python 3.4.8 multiprocessing/context.py
49def Value(self, fn, typecode_or_type, *args, lock=True):
50 return fn(typecode_or_type, *args, lock=lock,
51 ctx=self.get_context())
52
53# From 3.6.4 heapq.py
54def merge(*iterables, key=None, reverse=False):

Callers

nothing calls this directly

Calls 1

fnFunction · 0.50

Tested by

no test coverage detected