OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:array_reconstructor
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython3/Lib/test/
test_array.py
15
from array import _array_reconstructor as
array_reconstructor
89
self.assertRaises(TypeError,
array_reconstructor
,
91
self.assertRaises(TypeError,
array_reconstructor
,
93
self.assertRaises(TypeError,
array_reconstructor
,
95
self.assertRaises(TypeError,
array_reconstructor
,
97
self.assertRaises(ValueError,
array_reconstructor
,
99
self.assertRaises(ValueError,
array_reconstructor
,
101
self.assertRaises(ValueError,
array_reconstructor
,
103
self.assertRaises(ValueError,
array_reconstructor
,
164
b =
array_reconstructor
(
[
all
...]
/external/python/cpython3/Modules/
arraymodule.c
67
* case, the
array_reconstructor
mechanism is bypassed completely, and
2119
static PyObject *
array_reconstructor
= NULL;
local
[
all
...]
Completed in 106 milliseconds