Home
last modified time | relevance | path

Searched refs:test_constructor (Results 1 – 25 of 31) sorted by relevance

12

/third_party/PyYAML/tests/data/
Dconstruct-python-object.data1 - !!python/object:test_constructor.AnObject { foo: 1, bar: two, baz: [3,3,3] }
2 - !!python/object:test_constructor.AnInstance { foo: 1, bar: two, baz: [3,3,3] }
4 - !!python/object/new:test_constructor.AnObject { args: [1, two], kwds: {baz: [3,3,3]} }
5 - !!python/object/apply:test_constructor.AnInstance { args: [1, two], kwds: {baz: [3,3,3]} }
7 - !!python/object:test_constructor.AState { _foo: 1, _bar: two, _baz: [3,3,3] }
8 - !!python/object/new:test_constructor.ACustomState { state: !!python/tuple [1, two, [3,3,3]] }
10 - !!python/object/new:test_constructor.InitArgs [1, two, [3,3,3]]
11 - !!python/object/new:test_constructor.InitArgsWithState { args: [1, two], state: [3,3,3] }
13 - !!python/object/new:test_constructor.NewArgs [1, two, [3,3,3]]
14 - !!python/object/new:test_constructor.NewArgsWithState { args: [1, two], state: [3,3,3] }
[all …]
/third_party/PyYAML/tests/lib/
Dtest_representer.py3 import test_constructor
7 test_constructor._make_objects()
11 native1 = test_constructor._load_code(file.read())
14 output = yaml.dump(native1, Dumper=test_constructor.MyDumper,
16 native2 = yaml.load(output, Loader=test_constructor.MyLoader)
22 value1 = test_constructor._serialize_value(native1)
23 value2 = test_constructor._serialize_value(native2)
Dtest_yaml.py10 from test_constructor import *
Dtest_structure.py176 def test_constructor(data_filename, canonical_filename, verbose=False): function
194 test_constructor.unittest = ['.data', '.canonical']
Dtest_yaml_ext.py286 import test_tokens, test_structure, test_errors, test_resolver, test_constructor, \
288 wrap_ext([test_tokens, test_structure, test_errors, test_resolver, test_constructor,
Dtest_constructor.py300 import sys, test_constructor
/third_party/node/test/js-native-api/test_constructor/
Dbinding.gyp4 "target_name": "test_constructor",
8 "test_constructor.c",
/third_party/python/Lib/test/
Dtest_structseq.py84 def test_constructor(self): member in StructSeqTest
Dtest_dict_version.py45 def test_constructor(self): member in DictVersionTests
Dmapping_tests.py133 def test_constructor(self): member in BasicTestMappingProtocol
306 def test_constructor(self): member in TestMappingProtocol
307 BasicTestMappingProtocol.test_constructor(self)
Dtest_slice.py74 def test_constructor(self): member in SliceTest
Dtest_code.py210 def test_constructor(self): member in CodeTest
Dtest_raise.py271 def test_constructor(self): member in TestTracebackType
Dtest_io.py1257 def test_constructor(self): member in BufferedReaderTest
1555 def test_constructor(self): member in CBufferedReaderTest
1556 BufferedReaderTest.test_constructor(self)
1624 def test_constructor(self): member in BufferedWriterTest
1920 def test_constructor(self): member in CBufferedWriterTest
1921 BufferedWriterTest.test_constructor(self)
1968 def test_constructor(self): member in BufferedRWPairTest
2185 def test_constructor(self): member in BufferedRandomTest
2186 BufferedReaderTest.test_constructor(self)
2187 BufferedWriterTest.test_constructor(self)
[all …]
Dlock_tests.py98 def test_constructor(self): member in BaseLockTests
639 def test_constructor(self): member in BaseSemaphoreTests
Dtest_turtle.py144 def test_constructor(self): member in TestVec2D
Dtest_binop.py215 def test_constructor(self): member in RatTestCase
Dtest_memoryview.py471 def test_constructor(self): member in BytesMemoryviewTest
Dtest_complex.py308 def test_constructor(self): member in ComplexTest
Dtest_set.py1010 def test_constructor(self): member in TestSetOfSets
1673 def test_constructor(self): member in TestVariousIteratorArgs
Dtest_types.py953 def test_constructor(self): member in MappingProxyTests
1564 def test_constructor(self): member in SimpleNamespaceTests
Dtest_deque.py757 def test_constructor(self): member in TestVariousIteratorArgs
Dtest_dict.py24 def test_constructor(self): member in DictTest
/third_party/rust/crates/bindgen/bindgen-integration/src/
Dlib.rs50 fn test_constructor() { in test_constructor() function
/third_party/python/Lib/unittest/test/testmock/
Dtestmock.py59 def test_constructor(self): member in MockTest

12