mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-24 23:09:02 +00:00
The WIN32 CreateProcess() function does not require an .exe or .com suffix in order to spawn an executable. Now that we have Cosmo bash we're no longer so dependent on the cmd.exe prompt.
29 lines
556 B
Python
29 lines
556 B
Python
from _collections_abc import *
|
|
from _collections_abc import __all__
|
|
|
|
if __name__ == 'PYOBJ':
|
|
AsyncGenerator = 0
|
|
AsyncIterable = 0
|
|
AsyncIterator = 0
|
|
Awaitable = 0
|
|
ByteString = 0
|
|
Callable = 0
|
|
Collection = 0
|
|
Container = 0
|
|
Coroutine = 0
|
|
Generator = 0
|
|
Hashable = 0
|
|
ItemsView = 0
|
|
Iterable = 0
|
|
Iterator = 0
|
|
KeysView = 0
|
|
Mapping = 0
|
|
MappingView = 0
|
|
MutableMapping = 0
|
|
MutableSequence = 0
|
|
MutableSet = 0
|
|
Reversible = 0
|
|
Sequence = 0
|
|
Set = 0
|
|
Sized = 0
|
|
ValuesView = 0
|