Home
last modified time | relevance | path

Searched refs:__module__ (Results 1 – 25 of 189) sorted by relevance

12345678

/external/python/cpython3/Lib/test/test_json/
D__init__.py32 self.assertEqual(self.json.scanner.make_scanner.__module__,
34 self.assertEqual(self.json.decoder.scanstring.__module__,
36 self.assertEqual(self.json.encoder.encode_basestring_ascii.__module__,
41 self.assertEqual(self.json.scanner.make_scanner.__module__, '_json')
42 self.assertEqual(self.json.decoder.scanstring.__module__, '_json')
43 self.assertEqual(self.json.encoder.c_make_encoder.__module__, '_json')
44 self.assertEqual(self.json.encoder.encode_basestring_ascii.__module__,
Dtest_speedups.py11 self.assertEqual(self.json.decoder.scanstring.__module__, "_json")
15 self.assertEqual(self.json.encoder.encode_basestring_ascii.__module__,
/external/python/cpython2/Lib/json/tests/
D__init__.py29 self.assertEqual(self.json.scanner.make_scanner.__module__,
31 self.assertEqual(self.json.decoder.scanstring.__module__,
33 self.assertEqual(self.json.encoder.encode_basestring_ascii.__module__,
38 self.assertEqual(self.json.scanner.make_scanner.__module__, '_json')
39 self.assertEqual(self.json.decoder.scanstring.__module__, '_json')
40 self.assertEqual(self.json.encoder.c_make_encoder.__module__, '_json')
41 self.assertEqual(self.json.encoder.encode_basestring_ascii.__module__,
Dtest_speedups.py11 self.assertEqual(self.json.decoder.scanstring.__module__, "_json")
15 self.assertEqual(self.json.encoder.encode_basestring_ascii.__module__,
/external/tensorflow/tensorflow/contrib/gan/python/losses/python/
Dtuple_losses_impl.py163 new_loss_fn.__module__ = loss_fn.__module__
306 new_loss_fn.__module__ = loss_fn.__module__
332 new_loss_fn.__module__ = loss_fn.__module__
364 new_loss_fn.__module__ = loss_fn.__module__
/external/python/cpython2/Lib/unittest/test/
Dtest_setups.py239 Test1.__module__ = Test2.__module__ = 'Module'
240 Test3.__module__ = 'Module2'
278 Test.__module__ = 'Module'
317 Test.__module__ = 'Module'
318 Test2.__module__ = 'Module'
337 Test.__module__ = 'Module'
355 Test.__module__ = 'Module'
390 Test.__module__ = 'Module'
391 Test2.__module__ = 'Module'
432 Test.__module__ = 'Module'
[all …]
/external/python/cpython3/Lib/unittest/test/
Dtest_setups.py238 Test1.__module__ = Test2.__module__ = 'Module'
239 Test3.__module__ = 'Module2'
277 Test.__module__ = 'Module'
316 Test.__module__ = 'Module'
317 Test2.__module__ = 'Module'
336 Test.__module__ = 'Module'
354 Test.__module__ = 'Module'
389 Test.__module__ = 'Module'
390 Test2.__module__ = 'Module'
432 Test.__module__ = 'Module'
[all …]
/external/grpc-grpc/test/http2_test/
Dmessages_pb2.py578 __module__ = 'messages_pb2'
585 __module__ = 'messages_pb2'
592 __module__ = 'messages_pb2'
599 __module__ = 'messages_pb2'
606 __module__ = 'messages_pb2'
613 __module__ = 'messages_pb2'
620 __module__ = 'messages_pb2'
627 __module__ = 'messages_pb2'
634 __module__ = 'messages_pb2'
641 __module__ = 'messages_pb2'
[all …]
/external/python/cpython2/Lib/test/
Dtest_pyclbr.py98 if py_item.__module__ != moduleName:
100 self.assertEqual(py_item.__module__, value.module)
103 if py_item.__module__ != moduleName:
129 self.assertEqual(py_item.__module__, value.module)
141 return item.__module__ == module.__name__
/external/python/cpython3/Lib/test/
Dtest_pyclbr.py92 if py_item.__module__ != moduleName:
94 self.assertEqual(py_item.__module__, value.module)
97 if py_item.__module__ != moduleName:
123 self.assertEqual(py_item.__module__, value.module)
135 return item.__module__ == module.__name__
Dtest_xml_etree_c.py172 self.assertEqual(cET.SubElement.__module__, '_elementtree')
175 self.assertEqual(cET_alias.SubElement.__module__, '_elementtree')
/external/grpc-grpc/examples/python/route_guide/
Droute_guide_pb2.py244 __module__ = 'route_guide_pb2'
251 __module__ = 'route_guide_pb2'
258 __module__ = 'route_guide_pb2'
265 __module__ = 'route_guide_pb2'
272 __module__ = 'route_guide_pb2'
/external/grpc-grpc/examples/python/multiplex/
Droute_guide_pb2.py244 __module__ = 'route_guide_pb2'
251 __module__ = 'route_guide_pb2'
258 __module__ = 'route_guide_pb2'
265 __module__ = 'route_guide_pb2'
272 __module__ = 'route_guide_pb2'
Dhelloworld_pb2.py95 __module__ = 'helloworld_pb2'
102 __module__ = 'helloworld_pb2'
/external/python/cpython2/Lib/distutils/tests/
Dsetuptools_extension.py10 while cls.__module__.startswith('setuptools'):
12 if not cls.__module__.startswith('distutils'):
/external/tensorflow/tensorflow/python/util/
Ddeprecation.py198 __module__ = _call_location(outer=True) variable in deprecated_alias._NewClass
321 func.__module__,
504 func.__module__, arg_name,
572 func.__module__, arg_name, arg_value, 'in a future version'
Dtf_decorator.py97 decorator_func.__module__ = target.__module__
/external/tensorflow/tensorflow/python/tools/api/generator/
Dcreate_python_api_test.py50 test_op.__module__ = _MODULE_NAME
51 TestClass.__module__ = _MODULE_NAME
/external/grpc-grpc/examples/python/interceptors/default_value/
Dhelloworld_pb2.py95 __module__ = 'helloworld_pb2'
102 __module__ = 'helloworld_pb2'
/external/grpc-grpc/examples/python/helloworld/
Dhelloworld_pb2.py95 __module__ = 'helloworld_pb2'
102 __module__ = 'helloworld_pb2'
/external/grpc-grpc/examples/python/interceptors/headers/
Dhelloworld_pb2.py95 __module__ = 'helloworld_pb2'
102 __module__ = 'helloworld_pb2'
/external/python/setuptools/setuptools/
Dmonkey.py56 if not cls.__module__.startswith('setuptools')
59 if not base.__module__.startswith('distutils'):
/external/python/cpython3/Lib/
Doperator.py258 return '%s.%s(%s)' % (self.__class__.__module__,
289 return '%s.%s(%s)' % (self.__class__.__module__,
323 return '%s.%s(%s)' % (self.__class__.__module__,
/external/python/cpython2/Doc/c-api/
Dfunction.rst37 The function's docstring, name and *__module__* are retrieved from the code
53 Return the *__module__* attribute of the function object *op*. This is normally
/external/python/cpython3/Doc/library/
Dmodulefinder.rst103 re: __module__,finditer,_expand
108 types: __module__,IntType,TypeType

12345678