Searched refs:gettype (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_mimetools.py | 39 self.assertEqual(msg.gettype(), "text/plain")
|
/external/mdnsresponder/Clients/ |
D | dns-sd.c | 1025 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/cpython3/Lib/idlelib/idle_test/ |
D | test_pyparse.py | 182 gettype = p.get_continuation_type 197 eq(gettype(), test.continuation)
|
/external/python/cpython2/Doc/library/ |
D | multifile.rst | 172 msgtype = msg.gettype() 187 if submsg.gettype() == mimetype:
|
D | mimetools.rst | 114 .. method:: Message.gettype()
|
D | email.rst | 261 * The method :meth:`gettype` was renamed to :meth:`get_type`.
|
/external/python/cpython2/Lib/ |
D | mimetools.py | 92 def gettype(self): member in Message
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.5.rst | 1540 Socket objects also gained :meth:`getfamily`, :meth:`gettype`, and
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.5.rst | 1541 Socket objects also gained :meth:`getfamily`, :meth:`gettype`, and
|