Fix a socket connection problem

This commit is contained in:
Shunsuke Shibayama 2023-01-24 19:57:43 +09:00
parent 4579c86414
commit 64d53a39ce
7 changed files with 101 additions and 5 deletions

View file

@ -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