Home
last modified time | relevance | path

Searched refs:my_name (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Doc/library/
D__main__.rst289 return 'my_name' in dir(__main__)
293 raise ValueError('Define the variable `my_name`!')
296 print(__main__.my_name, "found in file", __main__.__file__)
298 print(__main__.my_name)
308 # my_name = "Dinsdale"
324 Define the variable `my_name`!
327 line with ``my_name = "Dinsdale"`` fixes the program and now it exits with
357 ValueError: Define the variable `my_name`!
358 >>> my_name = 'Jabberwocky'
Dunittest.mock.rst1252 >>> mock.configure_mock(name='my_name')
1254 'my_name'
/third_party/node/tools/gyp/pylib/gyp/
D__init__.py329 my_name = os.path.basename(sys.argv[0])
539 raise GypError((usage + "\n\n%s: error: no build_file") % (my_name, my_name))
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
D__init__.py330 my_name = os.path.basename(sys.argv[0])
551 raise GypError((usage + "\n\n%s: error: no build_file") % (my_name, my_name))
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc1288 std::string my_name = StripProto(file->name()); in IsBootstrapProto() local
1289 return GetBootstrapBasename(options, my_name, &my_name); in IsBootstrapProto()