- 189 名前:デフォルトの名無しさん mailto:sage [2016/07/08(金) 13:34:32.18 ID:WN2toBJM.net]
- >>183
ためしてないけど class brightcove(): ..@staticmethod ..def base64(): ....def b64ToByteArray(b64=None): ......return "test" ....class noname(): ......def __init__(self): ........self.toByteArray = b64ToByteArray ....return noname() print brightcove.base64().toByteArray()
|

|