mirror of
https://github.com/python/cpython.git
synced 2025-12-09 18:48:05 +00:00
__all__ for several more modules
This commit is contained in:
parent
81b6ae7ef7
commit
c62c81e013
12 changed files with 35 additions and 0 deletions
|
|
@ -53,6 +53,8 @@ f.lock(mode [, len [, start [, whence]]])
|
|||
query only
|
||||
"""
|
||||
|
||||
__all__ = ["open","fileopen","SEEK_SET","SEEK_CUR","SEEK_END"]
|
||||
|
||||
class _posixfile_:
|
||||
"""File wrapper class that provides extra POSIX file routines."""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue