mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
added several more __all__ lists
This commit is contained in:
parent
46fa39ab1d
commit
269b83bc05
8 changed files with 79 additions and 1 deletions
|
@ -4,6 +4,8 @@
|
|||
|
||||
import os, shlex
|
||||
|
||||
__all__ = ["netrc"]
|
||||
|
||||
class netrc:
|
||||
def __init__(self, file=None):
|
||||
if not file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue