OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DefaultContext
(Results
1 - 5
of
5
) sorted by null
/external/python/cpython3/Lib/multiprocessing/
context.py
225
class
DefaultContext
(BaseContext):
264
DefaultContext
.__all__ = [x for x in dir(
DefaultContext
) if x[0] != '_']
313
_default_context =
DefaultContext
(_concrete_contexts['fork'])
331
_default_context =
DefaultContext
(_concrete_contexts['spawn'])
/external/python/cpython3/Lib/test/
test_decimal.py
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
decimal.py
123
'
DefaultContext
', 'BasicContext', 'ExtendedContext',
416
if context in (
DefaultContext
, BasicContext, ExtendedContext):
426
New contexts are copies of
DefaultContext
.
446
New contexts are copies of
DefaultContext
.
457
if context in (
DefaultContext
, BasicContext, ExtendedContext):
484
>>> setcontext(
DefaultContext
)
[
all
...]
/external/python/cpython2/Lib/
decimal.py
123
'
DefaultContext
', 'BasicContext', 'ExtendedContext',
415
if context in (
DefaultContext
, BasicContext, ExtendedContext):
425
New contexts are copies of
DefaultContext
.
445
New contexts are copies of
DefaultContext
.
456
if context in (
DefaultContext
, BasicContext, ExtendedContext):
483
>>> setcontext(
DefaultContext
)
[
all
...]
/external/python/cpython3/Lib/
_pydecimal.py
123
'
DefaultContext
', 'BasicContext', 'ExtendedContext',
445
New contexts are copies of
DefaultContext
.
456
if context in (
DefaultContext
, BasicContext, ExtendedContext):
483
>>> setcontext(
DefaultContext
)
[
all
...]
Completed in 2539 milliseconds