mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-27 19:59:07 +00:00
Fix a socket connection problem
This commit is contained in:
parent
4579c86414
commit
64d53a39ce
7 changed files with 101 additions and 5 deletions
|
@ -1,6 +1,10 @@
|
|||
.path = pyimport "path"
|
||||
# .PathLike: ClassType
|
||||
|
||||
'''
|
||||
The name of the operating system dependent module imported. The following names have currently been registered:
|
||||
'posix', 'nt', 'java'.
|
||||
'''
|
||||
.name: Str
|
||||
|
||||
.chdir!: (path: PathLike, ) => NoneType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue