python init函数可以外部调用么,如何从python类中调用外部函数
我試圖收集通過套接字解析的數據。這是我的密碼:import pickle
import SocketServer
class SocketReciever(SocketServer.BaseRequestHandler):
def handle(self):
sint = self.request.makefile('rb')
objectt = pickle.load(sint)
#print(objectt)
ParentClassCall(objectt)
if __name__ == "__main__":
HOST, PORT = "localhost", 60
# Create the server, binding to localhost on port 9999
server = SocketServer.TCPServer((HOST, PORT), SocketReciever)
# Activate the server; this will keep running until you
# interrupt the program with Ctrl-C
server.serve_forever()
data=[]
def ParentClassCall(currentdata):
data.append(currentdata)
我的問題是如何從SocketReciever類中調用ParentClassCall函數?你知道嗎
我知道這個方法有很多安全問題,但它將在沒有互聯網接入的計算機上運行。你知道嗎
總結
以上是生活随笔為你收集整理的python init函数可以外部调用么,如何从python类中调用外部函数的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 谷歌预告 9 项 Android 和 W
- 下一篇: 理想L9最强对手 AITO问界M9更多信