Pythonのお勉強 Part62 (454レス)
前次1-
抽出解除 レス栞

リロード規制です。10分ほどで解除するので、他のブラウザへ避難してください。
254: デフォルトの名無しさん [] 2020/06/19(金) 13:43:36.79 ID:rfdO6NUF(1) AAS
わたくしは「メソッドを生やす」と呼んでいる

Python Tips:既存のクラスにインスタンスメソッドを追加したい - Life with Python
https://www.lifewithpython.com/2014/08/python-add-instance-methods-to-existing-class.html

r9VaaG - Online Python Interpreter & Debugging Tool - Ideone.com
https://ideone.com/r9VaaG

class MyClass():
pass

def calc(x):
return x**2

c = MyClass()
c.sq = calc
print(c.sq(5))#25
322
(1): デフォルトの名無しさん [sage] 2021/05/05(水) 06:39:52.79 ID:RNhWnVfg(1) AAS
Pythonのリストって実装は配列だよね
arrayよりlistのほうが短いから名前をリストにしたのかな?
前次1-
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 0.027s