Python论坛  - 讨论区

标题:[python-chinese] file对象是不是python内置的类型

2007年01月11日 星期四 16:39

jessinio jessinio在163.com
星期四 一月 11 16:39:07 HKT 2007

为什么在写程序时不用import模块就可以:oFile = file("text.txt")的??



[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年01月11日 星期四 16:43

limodou limodou在gmail.com
星期四 一月 11 16:43:27 HKT 2007

On 1/11/07, jessinio <jessinio在163.com> wrote:
> 为什么在写程序时不用import模块就可以:oFile = file("text.txt")的??
>
file是一个内置的函数,python有许多内置的函数。

-- 
I like python!
UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad
My Blog: http://www.donews.net/limodou

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年01月11日 星期四 17:23

Yunfeng Tao taoyfeng在gmail.com
星期四 一月 11 17:23:34 HKT 2007

是

2007/1/11, jessinio <jessinio在163.com>:
> 为什么在写程序时不用import模块就可以:oFile = file("text.txt")的??
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年01月11日 星期四 21:14

yi huang yi.codeplayer在gmail.com
星期四 一月 11 21:14:12 HKT 2007

On 1/11/07, jessinio <jessinio at 163.com> wrote:
>
> 为什么在写程序时不用import模块就可以:oFile = file("text.txt")的??
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese


>>> file

>>> type(file)


file 算是个类型对象了,可以被继承。

-- 
http://codeplayer.blogspot.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20070111/047838a9/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号