| /third_party/PyYAML/tests/data/ |
| D | construct-python-object.data | 1 - !!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/ |
| D | test_representer.py | 3 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)
|
| D | test_yaml.py | 10 from test_constructor import *
|
| D | test_structure.py | 176 def test_constructor(data_filename, canonical_filename, verbose=False): function 194 test_constructor.unittest = ['.data', '.canonical']
|
| D | test_yaml_ext.py | 286 import test_tokens, test_structure, test_errors, test_resolver, test_constructor, \ 288 wrap_ext([test_tokens, test_structure, test_errors, test_resolver, test_constructor,
|
| D | test_constructor.py | 300 import sys, test_constructor
|
| /third_party/node/test/js-native-api/test_constructor/ |
| D | binding.gyp | 4 "target_name": "test_constructor", 8 "test_constructor.c",
|
| /third_party/python/Lib/test/ |
| D | test_structseq.py | 84 def test_constructor(self): member in StructSeqTest
|
| D | test_dict_version.py | 45 def test_constructor(self): member in DictVersionTests
|
| D | mapping_tests.py | 133 def test_constructor(self): member in BasicTestMappingProtocol 306 def test_constructor(self): member in TestMappingProtocol 307 BasicTestMappingProtocol.test_constructor(self)
|
| D | test_slice.py | 74 def test_constructor(self): member in SliceTest
|
| D | test_code.py | 210 def test_constructor(self): member in CodeTest
|
| D | test_raise.py | 271 def test_constructor(self): member in TestTracebackType
|
| D | test_io.py | 1257 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 …]
|
| D | lock_tests.py | 98 def test_constructor(self): member in BaseLockTests 639 def test_constructor(self): member in BaseSemaphoreTests
|
| D | test_turtle.py | 144 def test_constructor(self): member in TestVec2D
|
| D | test_binop.py | 215 def test_constructor(self): member in RatTestCase
|
| D | test_memoryview.py | 471 def test_constructor(self): member in BytesMemoryviewTest
|
| D | test_complex.py | 308 def test_constructor(self): member in ComplexTest
|
| D | test_set.py | 1010 def test_constructor(self): member in TestSetOfSets 1673 def test_constructor(self): member in TestVariousIteratorArgs
|
| D | test_types.py | 953 def test_constructor(self): member in MappingProxyTests 1564 def test_constructor(self): member in SimpleNamespaceTests
|
| D | test_deque.py | 757 def test_constructor(self): member in TestVariousIteratorArgs
|
| D | test_dict.py | 24 def test_constructor(self): member in DictTest
|
| /third_party/rust/crates/bindgen/bindgen-integration/src/ |
| D | lib.rs | 50 fn test_constructor() { in test_constructor() function
|
| /third_party/python/Lib/unittest/test/testmock/ |
| D | testmock.py | 59 def test_constructor(self): member in MockTest
|