码迷,mamicode.com
首页 > 其他好文 > 详细

def函数安装调用的疑惑

时间:2017-08-26 17:05:30      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:error:   most   traceback   class   mos   attribute   style   cal   code   

如果在新建File中定义了def,F5在shell中运行成功,那么在同一个shell中可以调用这新定义的函数。

但是如果关闭了shell新打开一个shell,那么调用不成功。

>>> import nester3
>>> sarah = nester3.get_coach_data(sarah.txt)
Traceback (most recent call last):
  File "<pyshell#1>", line 1, in <module>
    sarah = nester3.get_coach_data(sarah.txt)
AttributeError: module nester3 has no attribute get_coach_data
>>> 

即使安装这个函数也调用不成功。不知道为什么。

def函数安装调用的疑惑

标签:error:   most   traceback   class   mos   attribute   style   cal   code   

原文地址:http://www.cnblogs.com/xflqm/p/7435516.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!