How Python looks at function functions, similar to the man under Linux

Source: Internet
Author: User
[[email protected] python]# Pythonpython 2.7.5 ( Default, June, 18:11:42) [GCC 4.8.2 20140120 (Red Hat 4.8.2-16)] on Linux2type "help", "copyright", "credits" or "L Icense "For more information.>>> import socket>>> Help (Socket.gethostname) Help on built-in function    GetHostName in Module _socket:gethostname (...) GetHostName (), string Return the current host name.>>> help (socket.gethostbyname) to built-in FU    Nction gethostbyname in Module _socket:gethostbyname (...) gethostbyname (host), address Return the IP address (a string of the form ' 255.255.255.255 ') for a host.>> ;> 

Description:

Import socket: Import one of the core network libraries provided by Python

Help (Socket.gethostname): View the helpful information

GetHostName: No parameters, returns the name of the host or local host

GetHostByName: receives a parameter hostname, returns the corresponding IP


copyright notice: This article for Bo Master original article, without Bo Master permission not reproduced.

How Python looks at function functions, similar to the man under Linux

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.