代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/118194/14882428
py wordcount.py
counter = {} # create empty directory
file = open("walrus.txt") # open file for input
while 1: # forever ...
line = file.readline() # read t
www.eeworm.com/read/177816/5319793
makefile
# This is the Makefile for the examples subdirectory of readline. -*- text -*-
#
# Copyright (C) 1994 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or mo
www.eeworm.com/read/278796/4141596
makefile
# This is the Makefile for the examples subdirectory of readline. -*- text -*-
#
# Copyright (C) 1994 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or mo
www.eeworm.com/read/270919/4231704
py serialutil.py
class SerialException(Exception):
pass
class FileLike:
"""An abstract file like class.
This class implements readline and readlines based on read and
writelines based on write.
www.eeworm.com/read/424059/2020016
py serialutil.py
class SerialException(Exception):
pass
class FileLike:
"""An abstract file like class.
This class implements readline and readlines based on read and
writelines based on write.
www.eeworm.com/read/410728/2201888
in makefile.in
#
# This is the Makefile for the readline examples subdirectory.
#
# Copyright (C) 1994 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it unde
www.eeworm.com/read/384848/2596899
makefile
# This is the Makefile for the examples subdirectory of readline. -*- text -*-
#
# Copyright (C) 1994 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or mo
www.eeworm.com/read/383940/2605228
py serialutil.py
class SerialException(Exception):
pass
class FileLike:
"""An abstract file like class.
This class implements readline and readlines based on read and
writelines based on write.
www.eeworm.com/read/259059/4346763
py serialutil.py
class SerialException(Exception):
pass
class FileLike:
"""An abstract file like class.
This class implements readline and readlines based on read and
writelines based on write.
www.eeworm.com/read/478822/1349289
c main.c
/* this file is for creating a version of EiC which
* does not link to its implementation of the
* standard C library nor does it use readline.
*
*
* To build this version:
*
* make -f m