Python中類別的初始化方法是__init__(),因此父類別、子類別的初始化方法都是這個,下面這篇文章主要給大家介紹了關於python中子類別呼叫父類別函數的方法範例,文中透過範例程式碼介紹的非常詳細,需要的朋友可以參考下。
前言
本文主要介紹給大家介紹了python子類別呼叫父類別函數的相關內容,Python中子類別中的_ _init__()函數會覆寫父類別的函數,有些情況往往需要在子類別裡呼叫父類別函數。下面話不多說了,來一起看看詳細的介紹:
如下例程裡,? ? ?處是需要呼叫父類別函數的地方,接下來結合例程具體介紹。
# -*- coding:utf-8 -*- class Student: def __init__(self,name): self.name=name def ps(self): print('I am %s'%self.name) class Score(Student): def __init__(self,name,score): self.score=score ???12 12 def ps1(self): print('I\'m %s,%s' %(self.name,self.score)) Score('Bob','99').ps() Score('Bob','99').ps1()
Python3.5中,透過查閱資料,有下列幾種呼叫方式。
第一種是直接法。使用父類別名稱直接調用,形如parent_class.parent_attribute(self)
,對應程式即語句:
Student.__init__(self,name)
第二種是透過super函數,形如super(child_class, child_object).parent_attribute(arg)
。第一個參數表示呼叫父類別的起始處,第二個參數表示類別實例(一般使用self),父類別方法的參數只有self時,參數args不用寫。此外,類別內部使用時,child_class
, child_object
也可省略。對應例程:
super(Score,self).__init__(name)
或:
super().__init__(name)
在類別外面也可使用super
函數,但要有child_class
, child_object
兩個參數。
總結
#以上是python中子類別如何呼叫父類別函數的程式碼範例的詳細內容。更多資訊請關注PHP中文網其他相關文章!

Arraysinpython,尤其是Vianumpy,ArecrucialInsCientificComputingfortheireftheireffertheireffertheirefferthe.1)Heasuedfornumerericalicerationalation,dataAnalysis和Machinelearning.2)Numpy'Simpy'Simpy'simplementIncressionSressirestrionsfasteroperoperoperationspasterationspasterationspasterationspasterationspasterationsthanpythonlists.3)inthanypythonlists.3)andAreseNableAblequick

你可以通過使用pyenv、venv和Anaconda來管理不同的Python版本。 1)使用pyenv管理多個Python版本:安裝pyenv,設置全局和本地版本。 2)使用venv創建虛擬環境以隔離項目依賴。 3)使用Anaconda管理數據科學項目中的Python版本。 4)保留系統Python用於系統級任務。通過這些工具和策略,你可以有效地管理不同版本的Python,確保項目順利運行。

numpyarrayshaveseveraladagesoverandastardandpythonarrays:1)基於基於duetoc的iMplation,2)2)他們的aremoremoremorymorymoremorymoremorymoremorymoremoremory,尤其是WithlargedAtasets和3)效率化,效率化,矢量化函數函數函數函數構成和穩定性構成和穩定性的操作,製造

數組的同質性對性能的影響是雙重的:1)同質性允許編譯器優化內存訪問,提高性能;2)但限制了類型多樣性,可能導致效率低下。總之,選擇合適的數據結構至關重要。

到CraftCraftExecutablePythcripts,lollow TheSebestPractices:1)Addashebangline(#!/usr/usr/bin/envpython3)tomakethescriptexecutable.2)setpermissionswithchmodwithchmod xyour_script.3)

numpyArraysareAreBetterFornumericalialoperations andmulti-demensionaldata,而learthearrayModuleSutableforbasic,內存效率段

numpyArraySareAreBetterForHeAvyNumericalComputing,而lelethearRayModulesiutable-usemoblemory-connerage-inderabledsswithSimpleDatateTypes.1)NumpyArsofferVerverVerverVerverVersAtility andPerformanceForlargedForlargedAtatasetSetsAtsAndAtasEndCompleXoper.2)

ctypesallowscreatingingangandmanipulatingc-stylarraysinpython.1)usectypestoInterfacewithClibrariesForperfermance.2)createc-stylec-stylec-stylarraysfornumericalcomputations.3)passarraystocfunctions foreforfunctionsforeffortions.however.however,However,HoweverofiousofmemoryManageManiverage,Pressiveo,Pressivero


熱AI工具

Undresser.AI Undress
人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover
用於從照片中去除衣服的線上人工智慧工具。

Undress AI Tool
免費脫衣圖片

Clothoff.io
AI脫衣器

Video Face Swap
使用我們完全免費的人工智慧換臉工具,輕鬆在任何影片中換臉!

熱門文章

熱工具

Dreamweaver Mac版
視覺化網頁開發工具

VSCode Windows 64位元 下載
微軟推出的免費、功能強大的一款IDE編輯器

SublimeText3 Mac版
神級程式碼編輯軟體(SublimeText3)

Safe Exam Browser
Safe Exam Browser是一個安全的瀏覽器環境,安全地進行線上考試。該軟體將任何電腦變成一個安全的工作站。它控制對任何實用工具的訪問,並防止學生使用未經授權的資源。

Dreamweaver CS6
視覺化網頁開發工具