Home
last modified time | relevance | path

Searched refs:gettype (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_mimetools.py39 self.assertEqual(msg.gettype(), "text/plain")
/external/mdnsresponder/Clients/
Ddns-sd.c1025 static char *gettype(char *buffer, char *typ) in gettype() function
1122 typ = gettype(buffer, typ); in main()
1130 typ = gettype(buffer, typ); in main()
1144 typ = gettype(buffer, typ); in main()
1155 typ = gettype(buffer, typ); in main()
1165 …err = RegisterService(&client, argv[opi+0], gettype(buffer, argv[opi+1]), argv[opi+2], argv[opi+4]… in main()
/external/python/cpython2/Doc/library/
Dmultifile.rst172 msgtype = msg.gettype()
187 if submsg.gettype() == mimetype:
Dmimetools.rst114 .. method:: Message.gettype()
Demail.rst261 * The method :meth:`gettype` was renamed to :meth:`get_type`.
/external/python/cpython2/Lib/
Dmimetools.py92 def gettype(self): member in Message
/external/python/cpython2/Doc/whatsnew/
D2.5.rst1540 Socket objects also gained :meth:`getfamily`, :meth:`gettype`, and